view Side-By-Side changes
Internet Draft S. Tuecke Document:draft-ietf-pkix-proxy-01.txtdraft-ietf-pkix-proxy-02.txt D. Engert I. Foster ANL V. Welch U. Chicago M. Thompson LBNL L. Pearlman C. Kesselman USC/ISI Expires: August 2002 February 2002August 2001Internet X.509 Public Key Infrastructure Proxy Certificate Profile Status of this Memo This document is an Internet-Draft and is in full conformance with all provisions of Section 10 of RFC2026. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet- Drafts. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." The list of current Internet-Drafts can be accessed at http://www.ietf.org/ietf/1id-abstracts.txt The list of Internet-Draft Shadow Directories can be accessed at http://www.ietf.org/shadow.html. Abstract This document forms a certificate profile for Proxy Certificates, based on X.509 PKI certificates as defined in draft-ietf-pkix-new-part1-08.txtpart1-12.txt (the draft update to RFC 2459), for use in the Internet. The term Proxy Certificate is used to describe a certificate that is derived from, and signed by, a normal X.509 Public Key End Entity Certificate or by another Proxy Certificate for the purpose of providing restricted impersonation within a PKI based authentication system. Tuecke, et. al. Expires February 2002 1 Internet Draft X.509 Proxy Certificate ProfileAugust 2001March 2002 Table of Contents Internet X.509 Public Key Infrastructure Proxy Certificate Profile.1 Status of this Memo................................................1 Abstract...........................................................1 Table of Contents..................................................2 1Introduction....................................................3Introduction...................................................4 2 Overview ofApproach............................................4Approach...........................................5 2.1Terminology...................................................4Terminology..................................................5 2.2Background....................................................4Background...................................................5 2.3 Motivation forImpersonation..................................5Impersonation.................................6 2.4 Motivation for Proxy Restrictions............................8 2.5 Motivation for Proxy Groups..................................8 2.6 Description OfApproach.......................................7 2.5Approach......................................9 2.7 ProxyAuthority,Issuer, not CertificateAuthority....................8 2.6Authority.....................10 2.8 Names VersusSubjects.........................................9 2.7Subjects.......................................11 2.9 Features Of ThisApproach....................................10Approach...................................11 3 Certificate and Certificate ExtensionsProfile.................11Profile................13 3.1 Issuer & Issuer AlternativeName.............................11Name............................13 3.2 Serial Number...............................................13 3.3 Subject & Subject AlternativeName...........................11 3.3 Key Usage....................................................12Name..........................13 3.4ExtendedKeyUsage...........................................12Usage...................................................14 3.5Basic Constraints............................................13Extended Key Usage..........................................14 3.6 Basic Constraints...........................................15 3.7 Proxy CertificateInformation................................13 3.6.1Information...............................15 3.7.1 The ProxyCertInfoExtension................................13 3.6.2Extension................................15 3.7.2 The DelegationTraceExtension..............................16Extension..............................19 4 Certificate PathValidation....................................18Validation...................................21 5 Relationship to AttributeCertificates.........................21Certificates........................24 5.1 Types of AttributeAuthorities...............................21Authorities..............................25 5.2 Delegation Using AttributeCertificates......................22Certificates.....................25 5.3 Propagation of AuthorizationInformation.....................23Information....................26 5.4 Proxy Certificate as Attribute CertificateHolder............24Holder...........27 6Commentary.....................................................24Commentary....................................................27 6.1 keyCertSign Bit in the Key Usage BasicExtension.............24Extension............27 6.2 nonRepudiate Bit in the Key Usage BasicExtension............24Extension...........28 6.3Subject Name of a Proxy Certificate..........................24 6.4Carrying Along the End EntitySubject........................25 6.5Subject.......................28 6.4 Specifying ProxyRestrictions................................26 6.6Restrictions...............................29 6.5 Proxy Restrictions vs. ProxyRights..........................26 6.7Rights.........................29 6.6 Site Information in DelegationTracing.......................27 6.8Tracing......................29 6.7 Delegation Tracing vs. UsageTracing.........................27 6.9Tracing........................30 6.8 Contents ofX509AcceptorInfo.................................28 6.10X509AcceptorInfo................................30 6.9 Certificate PoliciesExtension.............................28 6.11Extension..............................31 6.10 Kerberos 5Tickets.........................................28Tickets.........................................31 6.11 Examples of usage of Proxy Groups and Restrictions.........32 6.11.1 Example One: Use of proxies without Groups or Restrictions32 6.11.2 Example Two: Use of proxies with Groups..................32 6.11.3 Example Three: Use of proxies with Groups and Restrictions33 7 SecurityConsiderations........................................29Considerations.......................................33 8References.....................................................30References....................................................34 9Acknowledgments................................................31Acknowledgments...............................................35 10 ChangeLog...................................................31Log..................................................35 11 ContactInformation..........................................32Information.........................................37 Tuecke, et. al. Expires February 2002 2 Internet Draft X.509 Proxy Certificate ProfileAugust 2001March 2002 Tuecke, et. al. Expires February 2002 3 Internet Draft X.509 Proxy Certificate Profile March 2002 1 Introduction Use of a proxy credential for impersonation is a common technique used in security systems to allow entity A to grant to another entity B the right for B to authenticate with others as if it were A. In other words, entity B is impersonating entity A. This document forms a certificate profile for Proxy Certificates, based on the draft update to RFC 2459, "Internet X.509 Public Key Infrastructure Certificate and CRL Profile" [7]. In addition to simple, unrestricted impersonation, this profile defines a framework for carrying restriction policies in Proxy Certificates, thus allowing a restriction of the rights an impersonating entity is given. Further, when delegating a Proxy Certificate from one entity to another, this profile defines information that can be optionally included in a Proxy Certificate to allow for tracing of the delegation path. Section 2 provides an overview of the approach. It begins by defining terminology, motivating Proxy Certificates, and giving a brief overview of the approach. It then introduces the notion of a ProxyAuthority,Issuer, as distinct from a Certificate Authority, to describe how end entity signing of a Proxy Certificate is different from end entity signing of another end entity certificate, and therefore why this approach does not violate the end entity signing restrictions contained in the X.509 keyCertSign field of the keyUsage extension. It then continues with discussions of how subject names are used by this impersonation approach, and features of this approach. Section 3 defines requirements on information content in Proxy Certificates. This profile addresses two fields in the basic certificate as well as five certificate extensions. The certificate fields are the subject and issuer fields. The certificate extensions are subject alternative name, issuer alternative name, key usage, basic constraints, and extended key usage.OneTwo new certificate extensions, Proxy CertificateInformation, isInformation and Delegation Trace, are introduced. Section 4 defines path validation rules for Proxy Certificates. Section 5 discusses the relationship of Proxy Certificates to Attribute Certificates. Section 6 provides commentary on various design choices, open issues, related work, and future directions. Section 7 discusses security considerations relating to Proxy Certificates. Section 8 contains the references. Section 9 contains acknowledgements. Tuecke, et. al. Expires February 200234 Internet Draft X.509 Proxy Certificate ProfileAugust 2001March 2002 Section 10 contains a log of changes made in each version of this draft. Section 11 contains contact information for the authors. This document was written under the auspices of the Global Grid Forum Grid Security Infrastructure Working Group. For more information on this and other related work, see http://www.gridforum.org/security. The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC-2119 [1]. 2 Overview of Approach The goal of this specification is to develop a X.509 Proxy Certificate profile, to facilitate their use within Internet applications for those communities wishing to make use of restricted impersonation within an X.509 PKI authentication based system. This section provides relevant background, motivation, an overview of the approach, and related work. 2.1 Terminology This document uses the following terms: * CA: A "Certificate Authority", as defined by X.509 [7]. * EEC: An "End Entity Certificate", as defined by X.509. That is, it is an X.509 Public Key Certificate issued to an end entity, such as a user or a service, by a CA. * PKC: An end entity "Public Key Certificate". This is synonymous with an EEC. * PC: A "Proxy Certificate", the profile of which is defined by this document. *PA:PI: A "ProxyAuthority"Issuer" is theissuer ofEnd Entity Certificate or Proxy Certificate that issued a Proxy Certificate, as defined below. * AC: An "Attribute Certificate", as defined by "An Internet Attribute Certificate Profile for Authorization" [4]. * AA: An "Attribute Authority", as defined in [4]. 2.2 Background Computational and Data "Grids" have emerged as a common approach to constructing dynamic, inter-domain, distributed computing environments. As explained in [6], large research and development efforts starting around 1995 have focused on the question of what Tuecke, et. al. Expires February 200245 Internet Draft X.509 Proxy Certificate ProfileAugust 2001March 2002 protocols, services, and APIs are required for effective, coordinated use of resources in these Grid environments. In 1997, the Globus Project (www.globus.org) introduced the Grid Security Infrastructure (GSI) [5]. This library provides for public key based authentication and message protection, based on standard X.509 certificates and public key infrastructure, the SSL/TLS protocol [3], and delegation using proxy certificates similar to those profiled in this document. GSI has been used, in turn, to build numerous middleware libraries and applications, which have been deployed in large-scale production and experimental Grids [2]. GSI has emerged as the dominant security solution used by Grid efforts worldwide. This experience with GSI has proven the viability of impersonation as a basis for authentication and authorization within Grids, and has further proven the viability of using X.509 Proxy Certificates, as defined in this document, as the basis for that impersonation. This document is one part of an effort to migrate this experience with GSI into standards, and in the process clean up the approach and better reconcile it with existing and recent standards. 2.3 Motivation for Impersonation A motivating example will assist in understanding the role impersonation can play in building Internet based applications. Steve is an engineer, who wants torunuse asetreliable file transfer service to manage the movement ofsimulation jobs on idle workstationsa number of large files around between various hosts on his company'sIntranet basedIntranet-based Grid. From his laptop he wants toinvokesubmit a number of transfer requests to thejobs,service, andthenhavean agent process running on his desktop workstation monitorthejobsfiles transferred while he istraveling to a conference. As the jobs complete,offline. The transfer service may queue theagent should automatically archiverequests for some time (e.g. until after hours or a period of low resource usage) before initiating theresultstransfers. The transfer service will then, for each file, connect to each of thecompany's mass storage system,source andafter all the jobs are complete it should rundestination hosts, and instruct them initiate apost- processing job which summarizes the simulation resultsdata connection directly fromall ofthearchived data sets.source to the destination in order to transfer the file. Later, Steve will reconnect to theagentservice togetverify theresults for inclusion in a report.transfers succeeded. Of course, he wants all of this to happen securely on his company's resources, which requires that he initiate all of this using his PKI smartcard. This scenario requires authentication and delegation in a variety of places: * Steve needs to be able to mutually authenticate withseveral remote workstations to startthesimulation jobs. * Steve needs to be able to mutually authenticate with his desktop workstationremote file transfer service tostartsubmit theagent running.transfer request. *That agentThe file transfer service needs to be delegated the rights to mutually authenticate with the variousworkstations,hosts involved directly in the file transfer, in order tomonitorinitiate theprogressfile transfer. * The source and destination hosts of a particular transfer must be able to mutual authenticate with each other, to ensure thesimulations.file Tuecke, et. al. Expires February 200256 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 * As simulations complete, the agent needs to move the resulting data from the workstations to the company's mass storage system. In order to perform this move efficiently, it needsMarch 2002 is being transferred toorchestrate a third party data transfer directly between the workstation and the mass storage system. This requires mutual authentication between the agent and the workstations and mass storage system, as well as mutual authentication between the workstationsand from themass storage system. * The agent needs to start the post-processing job, which must be delegated rights to mutually authenticate with the mass storage system in order to retrieve the data.proper parties. * When Steve later reconnects his laptop to the network, a program running on the laptop must mutually authenticate with theagentfile transfer service in order toretrievecheck thesummaryresult ofresults.the transfers. Impersonation is a viable approach to solving two (related) problems in this scenario: * Single sign-on: Steve wants to enter his smartcard password (or pin) once, and then run a program that willstartsubmit allofthesimulation jobs andfile transfer requests to theremote agent.transfer service. This program needs to be given the rights to be able to perform all of these operations securely, without requiring repeated access to the smartcard or Steve's password. * Delegation: Various remote processes in this scenario need to perform secure operations on Steve's behalf, and therefore must be delegated the necessary rights. For example, theagentfile transfer service needs to be able to authenticate on Steve's behalf with thevarious workstationssource andthe mass storage system,destination hosts, and must in turn delegate rights tothe post-processing job tothose hosts so that they can authenticateon Steve's behalfwiththe mass storage system.each other. Impersonation can be used to secure all of these interactions: * Impersonation allows for the private key stored on the smartcard to be accessed just once, in order to create the necessary impersonation credential, which allows thestarterclient program to impersonate Steve (that is, authenticate as Steve) whenstartingsubmitting thevarious jobs andrequests to theagent.transfer service. Access to the smartcard and Steve's password is not required after the initial creation of the impersonation credential. * Thestarterclient program on the laptop can delegate to theagentfile transfer service the right to impersonate Steve. This, in turn, allows theagentservice to authenticate to theworkstationshosts as if it were Steve in order to start thesimulation jobs, and to the mass storage system to archive the data as if it were Steve.file transfers. * When theagent startstransfer service authenticates to hosts to start thepost-processing job,file transfer, theagentservice can delegate toitthe hosts the right to impersonateSteve. This allows the post-processing job to authenticate asSteveto the mass storage Tuecke, et. al. Expires February 2002 6 Internet Draft X.509 Proxy Certificate Profile August 2001 systemso that each pair of hosts involved inorder to gain accessa file transfer can mutually authenticate to ensure thedata sets.file is securely transferred. * When the laptop reconnects to theagentfile transfer service togetverify thefinal results,transfers succeeded, it can perform mutual authentication. Theagent will use its delegated impersonation credential in this interaction. The laptop maylaptop may use a newly generated impersonation credential, which is just created anew using the smartcard. This scenario, and others similar to it, is already being built today within the Grid community. The Grid Security Infrastructure's single sign-on and delegation capabilities, built on X.509 Proxy Tuecke, et. al. Expires February 2002 7 Internet Draft X.509 Proxy Certificate Profile March 2002 Certificates, are being employed to provide authentication services to these applications. 2.4 Motivation for Proxy Restrictions One concern that arisesin such a scenariois what happens ifone of the machinesa machine that has beengivendelegated the right to impersonate Steve has been compromised? For example, in the above scenario, what if the machine running the file transfer service is compromised, such that the attacker can gain access to the credential that Steve delegated to that service? Can the attacker now do everything that Steve is allowed to do? A solution to this problem is to allow for restrictions to be placed on the impersonation. For example, the machine running thepost-processing jobreliable file transfer service in the above example might only be given the right to impersonate Steve for the purpose of reading thesimulation outputsource filesfromand writing themass storage system.destination files. Therefore, if thathostfile transfer service is compromised,raw simulation data cannot be changed onthemass storage system, new jobsattacker cannotbe started,modify source files, cannot create or modify other files to which Steve has access, cannot start jobs on behalf of Steve, etc.While this example may seem somewhat contrived, similar applications are already being built today withinAll that an attacker would be able to do is read theGrid community. The Grid Security Infrastructure's single sign-onspecific files to which the file transfer service has been delegated read access, anddelegation capabilities, built on X.509write bogus files in place of those that the file transfer service has been delegated write access. Further, by limiting the lifetime of the credential that is delegated to the file transfer service, the effects of a compromise can be further mitigated. 2.5 Motivation for ProxyCertificates, are being employedGroups A user will often wish toprovide authentication servicesdelegate authority tothese applications. 2.4 Description Of Approach This document defines an X.509 "Proxy Certificate"many tasks running on his or"PC"her behalf, which may in turn delegate authority to subtasks, and so forth. These tasks will then use the delegated credentials to authenticate to each other for purposes of control, synchronization, data transfer, etc. However, the user may wish to limit potential interactions between subsets of these tasks, so asa meansto mitigate the potential effects ofproviding for impersonationaccidental or malicious misuse of the delegated credentials. For example, one group of tasks performing a distributed computation should be able to securely interact withan X.509 PKI based authentication system. A Proxy Certificate is an X.509 public key certificateeach other using their delegated credentials from the user, but should not be able to interact with tasks involved in an unrelated file transfer of thefollowing properties: 1) It is signed by eithersame user. Thus, if anX.509 End Entity Certificate (EEC), or by another PC. 2) It can sign only another PC. 3) It has its own public and private key pair, distinct from any other EEC or PC. 4) It has no distinct identityattacker compromises one ofits own. After a PC is used for authentication,theidentity that is used for authorization is thattasks of theEECdistributed computation, only thatsigned the PC.distributed computation can be affected. ThePC effectively inheritsattacker would not be able to use thesubject or subjectAltNamecompromised credential fromits signing EEC. 5) It contains a new X.509 extensionthe distributed computation toidentifyattack the file transfer. While itasis in theory possible to implement this functionality using Proxy Restrictions, the complexity of interactions of processes in aPCtask often makes enumerating a list of restrictions cumbersome and potentially impossible beforehand due toplace restrictions on the PC. This new extension, along with other X.509 fields and extensions, are used to enable proper path validation and use of the PC. The processlack ofcreating a PCcomplete knowledge. A solution isas follows:to allow delegated proxy credentials to be assigned to groups, and then limit interactions between processes based on these proxy groups. Tuecke, et. al. Expires February 200278 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 1) A new public and private key pair is generated. 2) That key pair is used to createMarch 2002 For example, in the example in section 2.3, arequest forhost involved in transferring aProxy Certificate that conformssingle file needs to be able to securely interact with theprofile describedother host involved inthis document. 3) A Proxy Certificate, signed bytheprivate key oftransfer. However, theEEC or by another PC, is createdhost does not need to, and hence should not be able to, interact with other hosts involved inresponse toother transfers. By putting therequest. During this process,proxies delegated to each pair of hosts involved in a transfer into their own unique group, thePC requesttransfer service isverifiedable to limit these hosts to only be able to interact with each other. Thus, an attacker who is able to gain access toensure thattherequested PCdelegated credential on one of these hosts isvalid (e.g. itonly able to affect that one transfer, but isnotprevented from interfering with other transfers by that same user. 2.6 Description Of Approach This document defines anEEC, the PC fields are appropriately set, etc). When a PC is createdX.509 "Proxy Certificate" or "PC" aspart ofadelegation from entitymeans of providing for restricted impersonation within an X.509 PKI based authentication system. Ato entity B, this process is modified by performing steps #1 and #2 within entity B, then passing the PC request from entity B to entity A overProxy Certificate is anauthenticated, integrity checked channel, then entity A performs step #3 and passesX.509 public key certificate with the following properties: 1) It is signed by either an X.509 End Entity Certificate (EEC), or by another PC. This EEC or PCback to entity B. (Note: Thereisa related draft that describes how this delegation approach can be incorporated intoreferred to as theTLS protocol [8].) Path validationProxy Issuer (PI). 2) It can sign only another PC. 3) It has its own public and private key pair, distinct from any other EEC or PC. 4) It has no distinct identity of its own. After a PC isvery similar to normal path validation, with a few additional checks to ensure,used forexample, proper PC signing constraints. In order to makeauthentication, theappropriate PC(s) and EEC availableidentity that is used forpath validation,authorization is that of theauthentication protocol usingEEC that signed the PC. The PC(e.g. TLS) may passeffectively inherits theentiresubject and/or subjectAltName from its signing EEC. 5) It contains a new X.509 extension to identify it as a PC andEEC chain as part ofto place restrictions on theauthentication protocol. 2.5 Proxy Authority, not Certificate Authority A common initial reaction againstuse of theapproach described in this document is, "YouPC. This new extension, along with other X.509 fields and extensions, areusingused to enable proper path validation and use of theend entity certificate (EEC) as a CA!" However, this is not the case. To understand why, one must first understand what a CA does. In issuing an EEC, a CA performs two primary functions: 1) Naming:PC. TheCA assignsprocess of creating a(generally unique) "Name" to the end entity to which it issues an EEC. This NamePC iscontained in the subject or subjectAltName field of the issued EEC. 2) Key to Name binding: By singing an EEC with the CA'sas follows: 1) A new public and privatekey, the CAkey pair isproviding a means to allow an authenticating party to verify that the holder of a particular privategenerated. 2) That keyshould be associated with (bound to)pair is used to create aparticular Name. In addition,request for aCA usually has an associated Registration Authority, which performs the checks necessaryProxy Certificate that conforms tobindtheName toprofile described in this document. 3) A Proxy Certificate, signed by thereal world entity (e.g. person, computer, etc) thatprivate key of the EEC or by another PC, is created in response tobethebearer of that Name. The reason for doing all ofrequest. During this process, the PC request is verified toallow for authorization decisions to be made, based at least in part on these CA issued Names. In other words, after the public key authentication operation has determinedensure that theName ofrequested PC is valid (e.g. it is not an EEC, theauthenticating party, thenPC fields are appropriately set, etc). Tuecke, et. al. Expires February 200289 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 that Name can be usedMarch 2002 When a PC is created asthe basis for deciding what the entity is allowed to do. (Note: Attribute certificates are discussed below.) The critical difference between using an EEC to sign a Proxy Certificate, versus using an EEC to sign another EEC, is that a Proxy Certificate does NOT define a new Name. Rather,part of aProxy Certificate inherits the namedelegation fromthe EEC that signs it. The next section describesentity A to entity B, thisinheritance in more detail. In effect,process is modified by performing steps #1 and #2 within entity B, then passing the PCsimply provides another route to validating the Keyrequest from entity B toName binding that the CA has established withentity A over anEEC.authenticated, integrity checked channel, then entity A performs step #3 and passes the PCallow an alternate Key'back tobindentity B. Path validation of a PC is very similar tothe same Name, optionally with restrictions,normal path validation, withthis Key'a few additional checks toName binding vouchedensure, forby the holder ofexample, proper PC signing constraints. In order to make the appropriate PC(s) and EECprivate key. This allows entity A to give to entity Bavailable for path validation, theability to establish this binding,authentication protocol using the PC (e.g. TLS) may pass the entire PC andthus allows B to establish itselfEEC chain asa proper bearerpart ofA's Name. For this reason, we use the term "Proxy Authority", rather than "Certificate Authority", to refer totheissuer of a Proxy Certificates. Aauthentication protocol. 2.7 ProxyAuthority doesIssuer, notperform the Naming function of aCertificateAuthority, but rather just a Key to Name binding. 2.6 Names Versus Subjects In X.509 certificates, the subject (or subjectAltName) is used for two distinct purposes: 1) In an End Entity Certificate, the subject is the Name thatAuthority A common initial reaction against theCA has issued, asapproach described in this document is, "You are using theprevious section. This Nameend entity certificate (EEC) as a CA!" However, this istypically used for authorization purposes. 2)not the case. To understand why, one must first understand what a CA does. In issuing an EEC, a CACertificate,performs two primary functions: 1) Naming: The CA assigns a (generally unique) "Name" to thesubjectend entity to which it issues an EEC. This Name isalso used for path validation. That is, the issuer fieldcontained inan EEC or CA Certificate must matchthe subject or subjectAltName field ofa CA Certificate, in order forthesigning pathissued EEC. 2) Key tobe established. As stated previously, a PC does not have its own Name, but rather it inherits itsNamefrom its signing EEC (or more accurately, from thebinding: By singing an EECthat signedwith thefirst PC inCA's private key, thePC chain). In practice what this meansCA is providing a means to allow an authenticating party to verify that thesubject fieldholder of aPC is only used for purpose #2. The only purpose of the subject field ofparticular private key should be associated with (bound to) aPC isparticular Name. In addition, a CA usually has an associated Registration Authority, which performs the checks necessary toestablishbind thesigning pathName to the real world entity (e.g. person, computer, etc) thateventually leadsis toan EEC.be the bearer of that Name. Theimplicationreason for doing all of this isthat after a PC is usedto allow forauthentication, the PC subject should notauthorization decisions to beused for authorization. Instead,made, based at least in part on these CA issued Names. In other words, after thePC signing chain should be followed to findpublic key authentication operation has determined theEEC that signed this PC chain, andName of thesubject fromauthenticating party, then thatEEC shouldName can be used as theidentity (or Name)basis forauthorization purposes. To discourage mistakes in this area, thisdeciding what the entity is allowed to do. (Note: Attribute certificates are discussed below.) The critical difference between using an EEC to sign a Proxy Certificate, versus using an EEC to sign another EEC, is that a Proxy Certificateprofile definesdoes NOT define a new Name. Rather, a Proxy Certificate inherits the name from the EEC that signs it. The next section describes this inheritance in more detail. In effect, the PCsubject (actually its subjectAltName) is just a pseudo-randomly generated string. Further,simply provides another route to validating thesubjectKey to Name binding that the CA has established with an EEC. A PC allow an alternate Key' to bind to the same Name, optionally with restrictions, with this Key' to Name binding vouched for by the holder of the EEC private key. This allows entity A to give to Tuecke, et. al. Expires February 2002910 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 is not maintained anywhere in the PC, which forcesMarch 2002 entity B theauthenticating partyability toproperly retrieveestablish this binding, and thus allows B to establish itself as a proper bearer of A's Name. For this reason, we use thesubject fromterm "Proxy Issuer", rather than "Certificate Authority", to refer to theEEC. 2.7 Features Of This Approach Usingissuer of a ProxyCertificates toCertificates. A Proxy Issuer does not performdelegation has several features that make it attractive: * Easethe Naming function ofintegration * BecauseaPC requires onlyCertificate Authority, but rather just aminimal changeKey topath validation, itName binding. 2.8 Names Versus Subjects In X.509 certificates, the subject (or subjectAltName) isvery easy to incorporate supportused forProxy Certificates into existing X.509 based software. For example, SSL/TLS requires no protocol changes to support authentication using a PC, and only small changes to support delegation of a PC [8]. Further,two distinct purposes: 1) In anSSL/TLS implementation requires only minor changes to support PC path validation, and to retrieveEnd Entity Certificate, theauthenticatedsubjectofis thesigning EEC instead ofName that thesubject ofCA has issued, as described in thePC. * Many existingprevious section. This Name is typically used for authorizationsystems usepurposes. 2) In a CA Certificate, theX.509subjectname asis also used for path validation. That is, thebasisissuer field in an EEC or CA Certificate must match the subject field of a CA Certificate, in order foraccess control. Proxy Certificates require no changethe signing path tosuch authorization systems, sincebe established. As stated previously, a PC does not have its own Name, but rather it inherits itsnameName fromthe EECits signing EEC (or more accurately, from the EEC that signedit. * Easethe first PC in the PC chain). In practice what this means is that the subject field ofuse * Usinga PC is only used forsingle sign-on helps make X.509 PKI authentication easierpurpose #2. The only purpose of the subject field of a PC is touse, by allowing usersestablish the signing path that eventually leads to"login" once and then perform various operations securely. * For many users, properly managing their own EEC private keyan EEC. The implication of this isa nuisance at best, and a security risk at worst. One option easily enabled withthat after a PC is used for authentication, the PC subject should not be used for authorization. Instead, the PC signing chain should be followed tomanagefind the EECprivate keysthat signed this PC chain, andcertificates in a centrally managed repository. When a user needs a PKI credential,theuser can login tosubject from that EEC should be used as therepository using name/password, one time password, etc. Thenidentity (or Name) for authorization purposes. To discourage mistakes in this area, this Proxy Certificate profile defines that therepository can delegate aPCtosubject is just a set of one or more unique identifiers. Further, theuser, but continue to protectsubject of the EECprivate keyis not maintained anywhere in therepository. * Protection of private keys * By usingPC, which forces theremote delegation approach outlined above, entity A can delegate a PCauthenticating party toentity B, without entity B ever seeingproperly retrieve theprivate key of entity A, and without entity A ever seeing the private key ofsubject from thenewly delegated PC held by entity B. In other words, private keys never needEEC. 2.9 Features Of This Approach Using Proxy Certificates tobe shared or communicated by the entities participating in aperform delegationof a PC.has several features that make it attractive: *When implementing single sign-on, usingEase of integration . Because a PChelps protect the private key of the EEC, becauserequires only a minimal change to path validation, itminimizes the exposure and use of that private key.is very easy to incorporate support for Proxy Certificates into existing X.509 based software. For example,when an EEC private key is password protected on disk, the passwordSSL/TLS requires no protocol changes to support authentication using a PC, andunencryptedonly small changes to support delegation of a PC [8]. Further, an SSL/TLS implementation requires only Tuecke, et. al. Expires February 20021011 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 private key need only be available during the creation of the PC. ThatMarch 2002 minor changes to support PCcan then be used forpath validation, and to retrieve theremainderauthenticated subject ofits valid lifetime, without requiring access tothe signing EECpassword or private key. Similarly, wheninstead of theEEC private key lives on a smartcard,subject of thesmartcard need only be present inPC. . Many existing authorization systems use themachine duringX.509 subject name as thecreation ofbasis for access control. Proxy Certificates require no change to such authorization systems, since a PC inherits its name from thePC.EEC that signed it. *Limiting consequencesEase ofa compromiseduse . Using PC for single sign-on helps make X.509 PKI authentication easier to use, by allowing users to "login" once and then perform various operations securely. . For many users, properly managing their own EEC private key*is a nuisance at best, and a security risk at worst. One option easily enabled with a PC is to manage the EEC private keys and certificates in a centrally managed repository. WhencreatingaPC,user needs a PKI credential, thePAuser canlimitlogin to thevalidity period ofrepository using name/password, one time password, etc. Then thePC,repository can delegate a PC to thedepth ofuser, but continue to protect thePC path that can be created by that PC, andEEC private keyusagein the repository. * Protection of private keys . By using thePC and its descendents. Further, fine grained restriction policiesremote delegation approach outlined above, entity A canbe carried bydelegate a PC toeven further restrictentity B, without entity B ever seeing theoperations that can be performed usingprivate key of entity A, and without entity A ever seeing thePC. This permitsprivate key of thePAnewly delegated PC held by entity B. In other words, private keys never need tolimit any damage that couldbedoneshared or communicated by thebearerentities participating in a delegation ofthe PC, either accidentally or maliciously. * A compromiseda PC. . When implementing single sign-on, using a PC helps protect the private keydoes NOT compromiseof theEECEEC, because it minimizes the exposure and use of that private key.This makes a short term, orFor example, when anotherwise restricted PC attractive forEEC private key is password protected on disk, the password and unencrypted private key need only be available during the creation of the PC. That PC can then be used for the remainder of its valid lifetime, without requiring access to the EEC password or private key. Similarly, when the EEC private key lives on a smartcard, the smartcard need only be present in the machine during the creation of the PC. * Limiting consequences of a compromised key . When creating a PC, the PI can limit the validity period of the PC, the depth of the PC path that can be created by that PC, and key usage of the PC and its descendents. Further, fine-grained restriction policies can be carried by a PC to even further restrict the operations that can be performed using the PC, and a set of PCs can be assigned to a proxy group to limit interactions between that group and others. Tuecke, et. al. Expires February 2002 12 Internet Draft X.509 Proxy Certificate Profile March 2002 These restrictions permit the PI to limit any damage that could be done by the bearer of the PC, either accidentally or maliciously. . A compromised PC private key does NOT compromise the EEC private key. This makes a short term, or an otherwise restricted PC attractive for day-to-day use, since a compromised PC does not require the user to go through the usually cumbersome and time consuming process of having the EEC with a new private key reissued by the CA. See Section 5 below for more discussion on how Proxy Certificates relate to Attribute Certificates. 3 Certificate and Certificate Extensions Profile This section defines the usage of X.509 certificate fields and extensions in Proxy Certificates, and defines one new extension for Proxy Certificate Information. 3.1 Issuer & Issuer Alternative Name The ProxyAuthority (i.e. the issuer)Issuer of a Proxy Certificate MUST be either an End Entity Certificate, or another Proxy Certificate.If theAn EEC acting as a ProxyAuthority Certificate hasIssuer must have a non-empty subjectfield, then thefield. The issuer field ofthea Proxy Certificate MUST contain the subject field oftheit’s Proxy Issuer. The issuerAltName extension MUST NOT be present in a ProxyAuthorityCertificate.Otherwise, if the3.2 Serial Number The serial number of a ProxyAuthorityCertificatehas an empty subject field, but non-empty subjectAltName, then the issuer field of the Proxy Certificate MUSTSHOULD be unique amongst all Proxy Certificates issued by a particular Proxy Issuer. However, a Proxy Issuer MAY use anempty sequence, the issuerAltName MUST be the subjectAltNameapproach to assigning serial numbers that merely ensures a high probability of uniqueness. For example, a PI MAY use a sequentially assigned integer or a UUID to assign a unique serial number to a PC it issues. Or a PI MAY use a SHA-1 hash of theProxy Authority Certificate, and the issueAltName MUST be critical. 3.2PC public key to assign a serial number with a high probability of uniqueness. 3.3 Subject & Subject Alternative Name The subject field of a Proxy Certificate MUST be a sequence of one or more proxy identifiers. A proxy identifier is a Common Name. The value of the Common Name SHOULD be unique amongst all Proxy Certificates issued by a particular Proxy Issuer. However, the Proxy Issuer MAY use anempty sequence.approach to assigning Common Name values that merely ensures a high probability of uniqueness. This value MAY be the same value used for the serial number. Tuecke, et. al. Expires February 20021113 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 The subjectAltName extensionMarch 2002 If the Proxy Issuer of a PC is an EEC, the subject field MUST be a single proxy identifier. If the ProxyCertificateIssuer of a PC is another PC, the subject field MUST bean otherName, usingtheimpersonationCertName OID (?) and an IA5String (?) containingconcatenation of thenamesubject field of the ProxyCertificate.Issuer, with a proxy identifier unique to the PC. The subjectAltName extension MUST NOT becritical.present in a Proxy Certificate. ThesubjectAltNamesubject of a Proxy Certificate SHOULD only be used for path validation.As such, the string chosen for the subjectAltName of a Proxy Certificate is arbitrary, but SHOULD be (statistically) unique in order to enable path validation. 3.33.4 Key Usage If the issuer certificate includes the keyUsage extension, then the Proxy Certificate MUST include a keyUsage extension, which MAY further restrict the issuer's keyUsage. If the issuer certificate does not include a keyUsage extension, then the Proxy Certificate MAY include a keyUsage extension to restrict the key usage of the Proxy Certificate. The keyUsage extension MUST be critical. If the keyUsage extension is present in a Proxy Certificate, it must conform to the following restrictions: The keyCertSign bit MUST NOT be asserted. The following restriction applies to each of these bits: digitalSignature, nonRepudiate, keyEncipherment, dataEncipherment, keyAgreement, cRLSign, encipherOnly, decipherOnly. If this bit in the issuer certificate is not asserted, then this bit in the Proxy Certificate MUST NOT be asserted. If this bit in the issuer certificate is asserted, or if the issuer certificate does not include a keyUsage extension, then this bit in the Proxy Certificate MAY be either asserted or not asserted. See the commentary in section 6 for more information on the keyCertSign and nonRepudiate bits.3.43.5 Extended Key Usage If the issuer certificate includes the extKeyUsage extension, then: The Proxy Certificate MUST include an extKeyUsage extension. Any OID that is contained in the Proxy Certificate's extKeyUsage extension MUST be present in the issuer certificate's extKeyUsage extension. Tuecke, et. al. Expires February 2002 14 Internet Draft X.509 Proxy Certificate Profile March 2002 The Proxy Certificate's extKeyUsage extension MAY omit any OID that is present in the issuer certificate's extKeyUsage.Tuecke, et. al. Expires February 2002 12 Internet Draft X.509 Proxy Certificate Profile August 2001If the issuer certificate's extKeyUsage extension is critical, then the Proxy Certificate's extKeyUsage MUST be critical. If the issuer certificate's extKeyUsage extension is not critical, then the Proxy Certificate's extKeyUsage MAY be critical or non-critical. If the issuer certificate does not include the extKeyUsage extension, then the Proxy Certificate MAY includeaan extKeyUsage extension to restrict the key usage of the Proxy Certificate. In this case, the extKeyUsage extension MAY be critical or non- critical.3.53.6 Basic Constraints The cA field in the basic constraints extension MUST NOT be TRUE.3.63.7 Proxy Certificate Information Two new extensions, ProxyCertInfo and DelegationTracing, are defined in the following subsections3.6.13.7.1 The ProxyCertInfo Extension The ProxyCertInfo extension indicates whether or not a certificate is a Proxy Certificate and whether or not the issuer of the certificate has placed any restrictions on its use. id-ce-proxy-cert-info OBJECT IDENTIFIER ::= { id-ce ?? } ProxyCertInfo ::= SEQUENCE { version INTEGER (0..MAX), pC BOOLEAN DEFAULT TRUE, pCPathLenConstraint INTEGER (0..MAX) OPTIONAL, proxyRestriction ProxyRestriction OPTIONAL,issuerCertHash HashproxyGroup ProxyGroup OPTIONAL, issuerCertSignature Signature OPTIONAL } ProxyRestriction ::= SEQUENCE { policyLanguage OBJECT IDENTIFIER, policy OCTET STRING }HashSignature ::= SEQUENCE {hashAlgorithmsignatureAlgorithm AlgorithmIdentifier,hashValueSignatureValue BIT STRING } ProxyGroup :: = SEQUENCE { proxyGroupName OCTET STRING, proxyGroupAttached BOOLEAN DEFAULT TRUE } Tuecke, et. al. Expires February 2002 15 Internet Draft X.509 Proxy Certificate Profile March 2002 If a certificate is a Proxy Certificate, then the proxyCertInfo extension MUST be present, the pC field MUST be TRUE, and this extension MUST be marked as critical. Otherwise the extension MAY be marked as critical. A Proxy Certificate MUST NOT be used to sign an End Entity Certificate or a CA Certificate. If a certificate is not a Proxy Certificate, then the proxyCertInfo extension MAY be present, and MAY appear as a critical or non-Tuecke, et. al. Expires February 2002 13 Internet Draft X.509 Proxy Certificate Profile August 2001critical extension. In this case, if this extension is present, then the pC field MUST be FALSE. If any of the pcPathLenConstraint, proxyRestricition, or proxyGroup fields are present and non-empty then this extension MUST be marked as critical, regardless if the certificate is a Proxy Certificate or not. The ProxyCertInfo extension consists of one required and four optional fields, which are described in detail in the following subsections.3.6.1.13.7.1.1 version The version this draft this PC conforms to. Currently this value MUST be 1. Future drafts may change this. If a proxy certificate contains a version that is unknown to a relying party the relying party must disregard the PC and it’s chain when making authorization decisions. 3.7.1.2 pC As described above, the pC field indicates whether or not the certificate is a proxy certificate: if the certificate is a proxy certificate, the pC field MUST be TRUE; otherwise, the pC field MUST be FALSE.3.6.1.23.7.1.3 pCPathLenConstraint The pCPathLenConstraint field, if present, specifies the maximum depth of the path of Proxy Certificates that can be signed by this End Entity Certificate or Proxy Certificate. A pCPathLenConstraint of 0 means that this certificate MUSTnotNOT be used to sign a Proxy Certificate. If the proxyCertInfo extension is not present, or if the pCPathLenConstraint is not present, then the proxy path length is unlimited.3.6.1.33.7.1.4 proxyRestriction The proxyRestriction field, if present, specifies restrictions on the use of this certificate. Ifthe certificate is not a Proxy Certificate (i.e, if the pCthis field isFALSE), thenpresent theproxyRestriction fieldproxyCertInfo extension MUSTNOTbepresent.marked as critical. Tuecke, et. al. Expires February 2002 16 Internet Draft X.509 Proxy Certificate Profile March 2002 An unrestricted proxy is a statement that thePAProxy Issuer wishes to delegate all its authority to the bearer (i.e., to anyone who has that proxy certificate andproof ofcan prove possession of the associated private key). Proxy restrictions are used to limit the amount of authority delegated, for example to assert that the proxy certificate may be used only to make requests to a specific server, or only to authorize specific operations on specific resources. Within the proxyRestriction, the policy field is an expression of policy, and the policyLanguage field indicates the language in which the policy is expressed. Proxy restrictions impose additional requirements on the relying party, because only the relying party is in a position to ensure that those restrictions are met. When making an authorization decision based on a proxy certificate, it is the relying party's responsibility to verify that the requested authority is compatible with all restrictions in the PC's certificate path. In other words, the relying party MUST verify that the following three conditions are met: 1) If the PC includes a proxy restriction, then the relying party knows how to interpret the policy expressed in the PC's restriction, and the request is allowed under that policy.Tuecke, et. al. Expires February 2002 14 Internet Draft X.509 Proxy Certificate Profile August 20012) If thePAProxy Issuer is an EEC, then the relying party's local policies authorize the request for the entity named in the EEC. 3) If thePAProxy Issuer is another PC, then conditions (1), (2), and (3) are met for thePA.PI. If these conditions are not met, the relying party MUST either deny authorization or ignore the PC and the whole certificate chain including the EEC entirely when making its authorization decision (i.e., make the same decision that it would have made had the PC and it’s certificate chain never been presented). Note that this verification MUST take place regardless of whether or not the PC itself contains restrictions, as other PCs in the signing chain may contain conditions that must be verified. The relying party MAY impose additional restrictions as to what proxy certificates it accepts. For example, a relying party may choose to reject all proxy certificates, or to accept only those proxy certificates that include delegation tracing information, or to accept proxy certificates only for certain operations, etc. The rights granted to the bearer of a PC will, then, be (at most) the intersection of the set of rights granted to the entity named in the EEC in the PC's certificate path, and the sets of rights authorized by the policies in each proxyRestriction that appears in the certificate path. For example, imagine that Steve is authorized to read and write files A and B on a file server, and that he uses his EEC to create a PC that includes the restriction that it can be used only to read or write files A and C. At most, the rights Tuecke, et. al. Expires February 2002 17 Internet Draft X.509 Proxy Certificate Profile March 2002 granted to the bearer of that PC will be the right to read and write file A -- a request to read file B, for example, would be rejected because it would be incompatible with the proxy restriction, and a request to read file C would be rejected because the file server's local policies do not grant Steve any access to file C. If that PC were then used to create a new PC that includes the restriction that it can be used only to read files, then the bearer of that new PC would have, at most, the right to read file A. In many cases, the relying party will not have enough information to evaluate the above criteria at the time that the certificate itself is validated. For example, if a certificate is used to authenticate a connection to some server, that certificate is typically validated during that authentication step, before any requests have been made of the server. In that case, the relying party MUST either have some authorization mechanism in place that will check the proxy restrictions, or reject any certificate that contains proxy restrictions (or that has a parent certificate that contains proxy restrictions).3.6.1.4 issuerCertHash3.7.1.5 proxyGroup TheissuerCertHash field, if present, is used during path validation to ensure that each Proxy Certificate Path (the subsetproxyGroup field provides a method of assigning aPC's certificate path that starts at an End Entity Certificate and ends Tuecke, et. al. Expires February 2002 15 Internet Draft X.509Proxy CertificateProfile August 2001 at the PC) is unique. In other words, if certificate N+1 into acertificate path isgroup, which serves as aProxy Certificate, then issuerCertHash is usedmethod toverify that certificate N is actually the PA that issued it and not some other certificate with the same name and public key. Without this field, iflimit aPA werePC’s ability toissue two different proxy certificates (P1 and P2)do self-authentication (authentication with entities authenticating with a PC derived from the samesubjectAltName and public key but different proxy restrictions or validity time constraints, then the path validation algorithm would accept a path in which P2 appearedEEC as theissuer of a certificate that had really been issued by P1. This field consists of the following two subfields: * hashAlgorithm MUST be identical to the PA's signatureAlgorithm. * hashValue MUST be identical tooriginal party). If thePA's signatureValue. ThisproxyGroup fieldMUST beis presentifthepC field is TRUE. 3.6.2 The DelegationTrace Extension The DelegationTraceproxyCertInfo extension MUST be marked as critical. The proxyGroupAttached field indicates whether this subgroup isusedattached toprovide information about the identityit’s parent group in terms of theAcceptor oftrust model. If aProxy Certificate and,subgroup is attached, proxies insome cases, to demonstrate thattheAcceptor has agreed to acceptsubgroup (and it’s descendants) are considered trusted for self-authentication by proxies in theProxy Certificate.parent group (and it’s ancestors). If a subgroup is detached then proxies in the subgroup (and it’s descendants) are considered untrusted for self-authentication by proxies in the parent group (and it’s ancestors). The Proxy Certificatedoes not include policy extensions, the Acceptor's agreement to "accept" that certificategroup namespace isnot an agreement to accept any additional responsibilities, such as safeguardinghierarchical, with the namespace being defined by the End Entity Certificate. In other words, two ProxyCertificate's private key. IfCertificates having theDelegationTrace extensionsame group name ispresent, then the certificate MUST be a Proxy Certificate:only meaningful if they both have theProxyCertInfo extension MUST also be present, andsame EEC at theProxyCertInfo.pC field MUST be TRUE.root of their signing chain. TheDelegationTrace extension MAY be present in any proxy certificate, and SHOULDEEC is always considered to bepresentinanythe group that is the root of the namespace. Each Proxy Certificatewhose issuer isin a chain can then be in a subgroup of the PI that issued it. The full group name of a Proxy Certificate is the sequence of subgroup names in proxyCertInfo extensions starting inwhichtheDelegationTrace extensionsigning chain starting with the EEC. If two parties are doing self-authentication, not only should they verify that they each have a PC derived from the same EEC, but they should make sure that the groups of their PCs are compatible. Compatibility ispresent. This extension SHOULD NOT be marked critical. id-ce-delegation-trace OBJECT IDENTIFIER ::= { id-ce ?? } DelegationTrace ::= CHOICE { x509 [0] X509DelegationTrace } X509DelegationTrace ::= SEQUENCE { agreedCertInfo AgreedCertInfo, x509AcceptorInfo X509AcceptorInfo } AgreedCertInfo ::= SEQUENCE { ignoredExtensions SEQUENCE OF OBJECT IDENTIFIER, certSubsetHash Hash } X509AcceptorInfo ::= SEQUENCE { acceptorSig Signature, acceptorName Name, acceptorAltName GeneralName OPTIONAL, acceptorCertHash Signature }defined as being in groups that are a direct Tuecke, et. al. Expires February 20021618 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 Signature ::= SEQUENCE { signatureAlgorithm AlgorithmIdentifier, signatureValue BIT STRING } The DelegationTrace extension consistsMarch 2002 attached ancestors or descendants ofinformation regarding the certificate's Acceptor, ineach other. E.g. aformat appropriate for the mechanism that wasparent and an attached child group are compatible, but siblings groups are not. 3.7.1.6 issuerCertSignature The issuerCertSignature field, if present, is usedby the Acceptor to authenticateduring path validation totheensure that each ProxyAuthority. Currently, the only format defined is X509DelegationTrace, which is intended for use whenCertificate Path (the subset of a PC's certificate path thatauthentication took place using X.509 certificates, or when the Acceptorstarts at an End Entity Certificate and ends at thePA are the same entity. The X509DelegationTrace structurePC) is unique. In other words, if certificate N+1 in a certificate path is a Proxy Certificate, then issuerCertSignature is used to verifythat, at the time the Proxy Certificate was issued,that certificate N is actually theAcceptor had agreed to accept it. This structure consists of two required fields:PI that issued it and not some other certificate with theagreedCertInfosame name and public key. Without this field,which contains hashes of some information relatedif a PI were to issue two different proxy certificates (P1 and P2) with thecertificate,same subject and public key but different proxy restrictions or validity time constraints, then theacceptorInfo field,path validation algorithm would accept a path in whichcontainsP2 appeared as theAcceptor's signatureissuer ofthe agreedCertInfo, plus additional informationa certificate thatcan be usedhad really been issued bya relying party to verify the Acceptor's signature. These fields are described in detail inP1. This field consists of the following twosubsections. 3.6.2.1 agreedCertInfo The agreedCertInfo field is usedsubfields: * signatureAlgorithm MUST be identical todescribetheproxy certificates that an Acceptor is willing to accept. It consists of these subfields:PI's signatureAlgorithm. *ignoredExtensions:signatureValue MUST be identical to the PI's signatureValue. This field MUST be present if the pC field is TRUE. 3.7.2 The DelegationTrace Extension [Author’s note: The DelegationTrace extension is still undergoing discussion and will very likely change in alistfuture version ofOIDs.this draft.] Thepresence of an OID in this listDelegationTrace extension isan indication thatused to provide information about thepresence, absence, or valueidentity ofan extension with this OID in a certificate will not affect the Acceptor's willingness to acceptthecertificate. * certSubsetHash: a hashAcceptor of aTBSCertificate structure representing a certificateProxy Certificate and, in some cases, to demonstrate that the Acceptoris willing to accept. When verifying this extension, the relying party should construct a TBSCertificate structure identicalhas agreed to accept thecurrent certificate's tbsCertificate field, minus the DelegationTrace extension and any extensions listed in ignoredExtensions; the hash of that structure should be equal to certSubsetHash. 3.6.2.2 x509AcceptorInfo The x509AcceptorInfo field consists ofProxy Certificate. If asignature, using the private key associated withProxy Certificate does not include policy extensions, the Acceptor'scertificate, of the agreedCertInfo field, plus additional information that the relying party may useagreement toidentify the Acceptor. Note"accept" thatthe Acceptor'scertificate is notthe newly-issued proxy certificate; rather, it isanX.509 certificate already held by the Acceptor atagreement to accept any additional responsibilities, such as safeguarding thetime of delegation.Proxy Certificate's private key. If theissuer and Acceptor are the same entity,DelegationTrace extension is present, then theAcceptor'scertificateSHOULDMUST bethe Tuecke, et. al. Expires February 2002 17 Internet Draft X.509a ProxyCertificate Profile August 2001 Issuer's certificate. IfCertificate: theAcceptor sent a certificate request toProxyCertInfo extension MUST also be present, and theissuer over a channel that was authenticated using an X.509ProxyCertInfo.pC field MUST be TRUE. The DelegationTrace extension MAY be present in any proxy certificate,then the Acceptor's certificateand SHOULD be present in any Proxy Certificate whose issuer is a Proxy Certificate in which thecertificate that the Acceptor used to authenticate to the issuer. TheDelegationTrace extension is present. This extension SHOULD NOT be marked critical. id-ce-delegation-trace OBJECT IDENTIFIER ::= { id-ce ?? } DelegationTrace ::= CHOICE { x509 [0] X509DelegationTrace } X509DelegationTrace ::= SEQUENCE { Tuecke, et. al. Expires February 2002 19 Internet Draft X.509 Proxy Certificate Profile March 2002 agreedCertInfo AgreedCertInfo, x509AcceptorInfofieldX509AcceptorInfo } AgreedCertInfo ::= SEQUENCE { ignoredExtensions SEQUENCE OF OBJECT IDENTIFIER, certSubsetHash Hash } X509AcceptorInfo ::= SEQUENCE { acceptorSig Signature, acceptorName Name, acceptorAltName GeneralName OPTIONAL, acceptorCertHash Signature } Signature ::= SEQUENCE { signatureAlgorithm AlgorithmIdentifier, signatureValue BIT STRING } The DelegationTrace extension consists ofthese subfields: * acceptorSig isinformation regarding the certificate's Acceptor, in asignature, usingformat appropriate for theprivate key associated withmechanism that was used by theAcceptor's certificate, ofAcceptor to authenticate to theagreedCertInfo field. * acceptorNameProxy Authority. Currently, the only format defined is X509DelegationTrace, which is intended for use when that authentication took place using X.509 certificates, or when thesubject name fromAcceptor and theAcceptor's certificate. * acceptorAltNamePA are the same entity. The X509DelegationTrace structure is used to verify that, at thesubjectAltName fromtime theAcceptor's certificate. If acceptorName is null, this field MUST be present and non-null. * acceptorCertHash is a copy ofProxy Certificate was issued, thesignature fromAcceptor had agreed to accept it. This structure consists of two required fields: theAcceptor's certificate: acceptorHash.hashAlgorithm and acceptorHash.hashValue must be identicalagreedCertInfo field, which contains hashes of some information related to thesignatureAlgorithmcertificate, andsignatureValue fromthe acceptorInfo field, which contains the Acceptor'scertificate. 4 Certificate Path Validation [TBD: Consider changing this section to add a second phase to path validation for PC validation, rather than modifyingsignature of theexisting path validationagreedCertInfo, plus additional information that can be used by a relying party toaccommodateverify theentire chain.] The Certificate Path Validation algorithmAcceptor's signature. These fields are described inSection 6 of draft-ietf-pkix-new-part1-08 [7] must be modified to accommodate Proxy Certificates. Changes are needed to: 1) check the generalized signing chains involving CAs, End Entity Certificates, and Proxy Certificates; 2) handle the use of subjectAltName and issuerAltNamedetail in thecertificate path; 3) handlefollowing two subsections. 3.7.2.1 agreedCertInfo The agreedCertInfo field is used to describe theiCPathLenConstraintproxy certificates that an Acceptor is willing to accept. It consists of these subfields: * ignoredExtensions: a list of OIDs. The presence of an OID in this list is an indication that theproxyCertInfo extension. 4) check the key usage and extended key usage extensions. 5) handle the issuerCertHashpresence, absence, or value of an extension with this OID in a certificate will not affect theproxyCertInfo extension. ChangesAcceptor's willingness tosection 6.1.2, Initialization: (j) This step definesaccept theworking_issuer_name to becertificate. * certSubsetHash: adistinguished name. However, becausehash of aPC uses the issuerAltName,TBSCertificate structure representing a certificate that theworking_issuer_name variable needs to be generalizedAcceptor is willing toaccommodate not justaccept. When verifying this extension, the relying party should construct adistinguished name, but any ofTBSCertificate structure identical to thevalid issuerAltName/subjectAltName types. (new) working_certificate_type: This can be one of CA, EEC, or PC. A certificate type of CA is determined bycurrent certificate's tbsCertificate field, minus thebasicConstraintsDelegationTrace extensionor as verified out-of-band. Aand any Tuecke, et. al. Expires February 20021820 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 certificate type of PC is determined by the proxyCertInfo extension. Otherwise,March 2002 extensions listed in ignoredExtensions; thecertificate type is EEC. (new) valid_pc_key_usage & pc_key_usage_criticality: These are used to verifyhash of thatthe key usagestructure should be equal to certSubsetHash. 3.7.2.2 x509AcceptorInfo The x509AcceptorInfo field consists of aPC is a subset ofsignature, using the private keyusageassociated with the Acceptor's certificate, of thecertificate that signedagreedCertInfo field, plus additional information thatPC, andthe relying party may use to identify the Acceptor. Note that thecriticality of this extension never diminishes. These variables areAcceptor's certificate is notinitialized or used untilthefirst EEC or PCnewly-issued proxy certificate; rather, it isencountered in the path validation algorithm with this extension. (new) valid_pc_ext_key_usage & pc_ext_key_usage_criticality: These are used to verify thatan X.509 certificate already held by theextended key usage OIDs of a PC is a subset ofAcceptor at theextended key usage OIDstime of delegation. If thecertificate that signed that PC,issuer andthat the criticality of this extension never diminishes. These variablesAcceptor arenot initialized or used untilthefirst EEC or PC is encountered insame entity, then thepath validation algorithm with this extension. (new) working_issuer_hash_algorithm & working_issuer_hash_value: These are used to verify that, ifAcceptor's certificateN+1 isSHOULD be the Issuer's certificate. If the Acceptor sent aProxy Certificate,certificate request to the issuer over a channel that was authenticated using an X.509 certificate, then the Acceptor's certificateN isSHOULD be the certificate thatissued that proxy. These variables are notthe Acceptor useduntilto authenticate to thefirst EEC or PC is encountered in the path validation algorithm with the proxyCertInfo extension. Changes to section 6.1.3, Basic Certificate Processing: (a)(4)issuer. Thecomparisonx509AcceptorInfo field consists of these subfields: * acceptorSig is a signature, using thecertificate issuer nameprivate key associated with theworking_issuer_name must be generalized to support comparison between anyAcceptor's certificate, of thevalid issuerAltName types. (a)(new) The certificate typeagreedCertInfo field. * acceptorName isCA andtheworking_certificate_type is CA, orsubject name from thecertificate typeAcceptor's certificate. * acceptorAltName isEEC andtheworking_certificate_type is CA, orsubjectAltName from thecertificate typeAcceptor's certificate. If acceptorName isPCnull, this field MUST be present andthe working_certificate_typenon-null. * acceptorCertHash isEEC or PC. (b) & (c) This step checksa copy of theName Constraints defined bysignature from theCA. However, since a PC does not define a new Name, these checks shouldAcceptor's certificate: acceptorHash.hashAlgorithm and acceptorHash.hashValue must beskipped ifidentical to thecertificate type issignatureAlgorithm and signatureValue from the Acceptor's certificate. 4 Certificate Path Validation [Author’s note: Consider changing this section to add a second phase to path validation for PC(as specifiedvalidation, rather than modifying the existing path validation to accommodate the entire chain.] The Certificate Path Validation algorithm described ina proxyCertInfo extension). (new) If certificate type is PC, and valid_pc_key_usage has been initialized, then verify that: (1) all bits thatSection 6 of draft-ietf-pkix-new-part1-12 [7] must be modified to accommodate Proxy Certificates. Changes areassertedneeded to: 1) check the generalized signing chains involving CAs, End Entity Certificates, and Proxy Certificates; 2) check for proper subject names in Proxy Certificates; 3) handle thekeyUsage extension ofiCPathLenConstraint in thecertificate are also asserted in the valid_pc_key_usage; (2) if pc_key_usage_criticality is true, thenproxyCertInfo extension; 4) check thekeyUsage extension is critical (new) If certificate type is PC,key usage andvalid_pc_ext_key_usage has been initialized, then verify that:extended key usage extensions; Tuecke, et. al. Expires February 20021921 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 (1) all OIDs that are inMarch 2002 5) handle theextKeyUsage extensionissuerCertSignature in the proxyCertInfo extension. Changes to section 6.1.2, Initialization: (new) working_certificate_type: This can be one of CA, EEC, or PC. A certificateare also in the valid_pc_ext_key_usage; (2) if pc_ext_key_usage_criticalitytype of CA istrue, thendetermined by theextKeyUsagebasicConstraints extensionis critical. (new) Ifor as verified out-of-band. A certificate type of PC isPC, then verify that: (1) proxyCertInfo.issuerCertHash is present. (2) proxyCertInfo.issuerCertHash.hashAlgorithm is equal to working_issuer_hash_algorithm. (3) proxyCertInfo.issuerCertHash.hashValue is equal to working_issuer_hash_value. Changes to section 6.1.4, Preparation for Certificate i+1: (c) Adjust this to assigndetermined by thesubjectAltName to working_issuer_name, ifproxyCertInfo extension. Otherwise, thesubjectcertificate type isempty.EEC. (new) working_issuer_certificate_type: Thisis donecan be one of EEC or PC toaccommodateindicate theusetype ofsubjectAltName and issuerAltName by PCs. (k) This step verifiescertificate that acted as thecertificate is a CA certificate. However, it is not general enough to supportProxy Issuer for a PC.So change this step to simply assign the certificate type(new) valid_pc_key_usage & pc_key_usage_criticality: These are used to verify that theworking_certificate_type. The necessary CA, EEC, andkey usage of a PCsigning constraints check has been added to the Basic Certificate Processing section above. (m) This step resets the max_path_length if pathLenConstraintispresent ina subset of thecertificate. This needs to be generalized to support pCPathLengthConstraint fromkey usage of theproxyCertInfo extension, as follows: Reset max_path_length as follows: (1) Ifcertificatetype is CA,that signed that PC, andpathLenConstraintthat the criticality of this extension never diminishes. These variables are not initialized or used until the first EEC or PC ispresentencountered in thecertificate and is less than max_path_length, then set max_path_lengthpath validation algorithm with this extension. (new) valid_pc_ext_key_usage & pc_ext_key_usage_criticality: These are used to verify that thevalueextended key usage OIDs ofpathLenConstraint. (2) If certificate typea PC isEEC,a subset of the extended key usage OIDs of the certificate that signed that PC, andpCPathLenConstraint isthat the criticality of this extension never diminishes. These variables are notpresentinitialized or used until the first EEC or PC is encountered in thecertificate, then set max_path_lengthpath validation algorithm with this extension. (new) working_issuer_signature_algorithm & working_issuer_signature_value: These are used ton. (3) Ifverify that, if certificatetypeN+1 isEEC, and pCPathLenConstrainta Proxy Certificate, then certificate N ispresentthe certificate that issued that proxy. These variables are not used until the first EEC or PC is encountered in thecertificate, then set max_path_length topath validation algorithm with thevalue of pCPathLenConstraint. (4) IfproxyCertInfo extension. Changes to section 6.1.3, Basic Certificate Processing: (a)(new) The certificate type isPC,CA andpCPathLenConstraintthe working_certificate_type ispresent inCA, or the certificate type is EEC andless than max_path_length, then set max_path_length tothevalue of pCPathLenConstraint. (n) Since keyCertSignworking_certificate_type iscurrently defined to be equivalent to being aCA,this check needs to be changed to accommodate PCs, as follows: Ifor the certificate type isCA,PC anda key usage extensionthe working_certificate_type isTuecke, et. al. Expires February 2002 20 Internet Draft X.509 Proxy Certificate Profile August 2001 present and marked critical, verify thatEEC or PC. (b) & (c) This step checks thekeyCertSign bitName Constraints defined by the CA. However, since a PC does not define a new Name, these checks should be skipped if the certificate type isset.PC (as specified in a proxyCertInfo extension). (new) If certificate type is PC, the subject name should be checked to make sure it is a valid subject name to have been issued by it’s Proxy Issuer. If the working_issuer_certificate_type is EECorthen the subject name should just contain a single CN component. If the Tuecke, et. al. Expires February 2002 22 Internet Draft X.509 Proxy Certificate Profile March 2002 working_issuer_certificate_type is PC then the subject name should be the working_issuer_name with the addition of a single CN component. (new) If certificate type is PC, and valid_pc_key_usage has been initialized, then verify that: (1) all bits that are asserted in thekey usagekeyUsage extension of the certificate are also asserted in the valid_pc_key_usage; (2) if pc_key_usage_criticality ispresent,true, thenset valid_pc_key_usage to keyUsage, and set pc_key_usage_criticality tothe keyUsagecriticality.extension is critical (new) If certificate type isEEC orPC, and valid_pc_ext_key_usage has been initialized, then verify that: (1) all OIDs that are in theextended key usageextKeyUsage extension in the certificate are also in the valid_pc_ext_key_usage; (2) if pc_ext_key_usage_criticality ispresent,true, thenset valid_pc_ext_key_usage to extKeyUsage, and set pc_ext_key_usage_criticality tothe extKeyUsagecriticality.extension is critical. (new)Assign theIf certificatesignatureAlgorithmtype is PC, then verify that: (1) proxyCertInfo.issuerCertSignature is present. (2) proxyCertInfo.issuerCertSignature.signatureAlgorithm is equal toworking_issuer_hash_algorithm, and assign the certificate signatureValueworking_issuer_signature_algorithm. (3) proxyCertInfo.issuerCertSignature.signatureValue is equal toworking_issuer_hash_value. At this point we have no plansworking_issuer_signature_value. Changes to section 6.1.4, Preparation for Certificate i+1: (k) This step verifies that the certificate is aPA (that is, an EEC or PC) to revoke the PCs thatCA certificate. However, ithas issued. If this featureisneeded in the future, the CRL Distribution Point extension can be used in the PA certificatesnot general enough tolocatesupport aCRL. 5 RelationshipPC. So change this step toAttribute Certificates An Attribute Certificate [4] can be usedsimply assign the certificate type tograntthe working_certificate_type. The necessary CA, EEC, and PC signing constraints check has been added toone identity,theholder, some attribute such as a role, clearance level, or alternative identity such as "charging identity" or "audit identity".Basic Certificate Processing section above. (m) This step resets the max_path_length if pathLenConstraint isaccomplished by way of a trusted Attribute Authority (AA), which issues signed Attribute Certificates (AC), each of which binds an identitypresent in the certificate. This needs toa particular set of attributes. Authorization decisions can thenbemade by combining informationgeneralized to support pCPathLengthConstraint from theauthenticated End Entity Certificate providing the identity, with the signed Attribute Certificates providing binding of that identity to attributes. ThereproxyCertInfo extension, as follows: Reset max_path_length as follows: (1) If certificate type isclearly some overlap betweenCA, and pathLenConstraint is present in thecapabilities provided by Proxy Certificatescertificate andAttribute Certificates. However,is less than max_path_length, then set max_path_length to thecombinationvalue of pathLenConstraint. (2) If certificate type is EEC, and pCPathLenConstraint is not present in thetwo approaches together provides a broader spectrum of solutionscertificate, then set max_path_length toauthorization inn. Tuecke, et. al. Expires February 2002 23 Internet Draft X.509based systems, than either solution alone. This section seeks to clarify some of the overlaps, differences, and synergies betweenProxy Certificate Profile March 2002 (3) If certificate type is EEC, andAttribute Certificates. 5.1 Types of Attribute Authorities ForpCPathLenConstraint is present in thepurposescertificate, then set max_path_length to the value ofthis discussion, Attribute Authorities,pCPathLenConstraint. (4) If certificate type is PC, and pCPathLenConstraint is present in theusescertificate and less than max_path_length, then set max_path_length to the value of pCPathLenConstraint. (5) If certificate type is PC, and pCPathLenConstraint is not present in theAttribute Certificates that they produce, can be broken down into two broad classes: 1) End entity AA: An End Entity Certificate may be usedcertificate, then set max_path_length tosign an AC. This canbeused, for example,infinite. (n) Since keyCertSign is currently defined toallow an end entitybe equivalent todelegate some of its privilegesbeing a CA, this check needs toanother entity. 2) Third party AA: A separate entity, aside from the end entity involved in an authenticated interaction, may sign ACs in orderbe changed toTuecke, et. al. Expires February 2002 21 Internet Draft X.509 Proxy Certificate Profile August 2001 bind the authenticated identity with additional attributes, suchaccommodate PCs, asrole, group, etc. For example, when a client authenticates withfollows: If certificate type is CA, and aserver, the third party AA may provide an ACkey usage extension is present and marked critical, verify thatbindstheclient identity to a particular group, whichkeyCertSign bit is set. (new) If certificate type is EEC or PC, and theserverkey usage extension is present, thenuses for authorization purposes. This secondset valid_pc_key_usage to keyUsage, and set pc_key_usage_criticality to the keyUsage criticality. (new) If certificate typeof Attribute Authority,is EEC or PC, and thethird party AA, works equally well withextended key usage extension is present, then set valid_pc_ext_key_usage to extKeyUsage, and set pc_ext_key_usage_criticality to the extKeyUsage criticality. (new) Assign the certificate signatureAlgorithm to working_issuer_signature_algorithm, and assign the certificate signatureValue to working_issuer_signature_value. At this point we have no plans for a PI (that is, an EEC or PC) to revoke the PCs that it has issued. If this feature is needed in the future, the CRL Distribution Point extension can be used in the PI certificates to locate aPC. For example, ProxyCRL. 5 Relationship to Attribute Certificates An Attribute Certificate [4] can be used todelegate the EEC's identitygrant tovarious other parties. Then whenoneof those other parties usesidentity, thePCholder, some attribute such as a role, clearance level, or alternative identity such as "charging identity" or "audit identity". This is accomplished by way of a trusted Attribute Authority (AA), which issues signed Attribute Certificates (AC), each of which binds an identity toauthenticate withaservice, that service will receiveparticular set of attributes. Authorization decisions can then be made by combining information from theEEC's identity viaauthenticated End Entity Certificate providing thePC, and can apply any ACs that bindidentity, with the signed Attribute Certificates providing binding of that identity toattributes in order to determine authorization rights.attributes. Therewould appear to be great synergiesis clearly some overlap between theuse ofcapabilities provided by Proxy Certificates and AttributeCertificates produced by third party Attribute Authorities.Certificates. However, theusescombination ofAttribute Certificates that are granted bythefirst typetwo approaches together provides a broader spectrum of solutions to authorization in X.509 based systems, than Tuecke, et. al. Expires February 2002 24 Internet Draft X.509 Proxy Certificate Profile March 2002 either solution alone. This section seeks to clarify some of the overlaps, differences, and synergies between Proxy Certificate and AttributeAuthority,Certificates. 5.1 Types of Attribute Authorities For theend entity AA, overlap considerably withpurposes of this discussion, Attribute Authorities, and the uses ofProxy Certificates as described intheprevious sections. SuchAttribute Certificatesare generallythat they produce, can be broken down into two broad classes: 1) End entity AA: An End Entity Certificate may be used to sign an AC. This can be used, fordelegationexample, to allow an end entity to delegate some ofrightsits privileges to another entity. 2) Third party AA: A separate entity, aside fromonethe end entity involved in an authenticated interaction, may sign ACs in order toothers, which clearly overlapsbind the authenticated identity with additional attributes, such as role, group, etc. For example, when a client authenticates with a server, thestated purposethird party AA may provide an AC that binds the client identity to a particular group, which the server then uses for authorization purposes. This second type ofProxy Certificates, namely single sign-on and delegation. 5.2 Delegation UsingAttributeCertificates InAuthority, themotivating example above, PCs arethird party AA, works equally well with an EEC or a PC. For example, Proxy Certificates can be used to delegateSteve'sthe EEC's identity tothevarious otherjobs and agents that need to act on Steve's behalf. Thisparties. Then when one of those other parties uses the PC to authenticate with a service, that service will receive the EEC's identity via the PC, and can apply any ACs that bind that identity to attributes in order to determine authorization rights. Additionally PC restrictions could be used do deny the binding of an AC to a particular proxy. An AC could also be bound to a particular PC using the subject or issuer and serial number of the proxy certificate. There would appear to be great synergies between the use of Proxy Certificates and Attribute Certificates produced by third party Attribute Authorities. However, the uses of Attribute Certificates that are granted by the first type of Attribute Authority, the end entity AA, overlap considerably with the uses of Proxy Certificates as described in the previous sections. Such Attribute Certificates are generally used for delegation of rights from one end entity to others, which clearly overlaps with the stated purpose of Proxy Certificates, namely single sign-on and delegation. 5.2 Delegation Using Attribute Certificates In the motivating example above, PCs are used to delegate Steve's identity to other entities that need to act on Steve's behalf. This allows those other entities to authenticate as if they wereSteve, for example to the mass storage system.Steve. A solution to this example could also be cast using Attribute Certificates that are signed by Steve's EEC, which grant to the other entities in this example the right to perform various operations on Steve's behalf. In this example, thestarter program, the agent, the simulation jobs,reliable file Tuecke, et. al. Expires February 2002 25 Internet Draft X.509 Proxy Certificate Profile March 2002 transfer service and all thepost-processing jobhosts involved in file transfers would each have their own EECs. Steve's EEC would therefore issue ACs to bind each of those other EEC identities to attributes that grant the necessary privileges allow them to, for example, access the mass storage system. However, this AC based solution to delegation has some disadvantages as compared to the PC based solution: * All protocols, authentication code, and identity based authorization services must be modified to understand ACs. With the PC solution, protocols (e.g. TLS) likely need no modification, authentication code needs minimal modification (e.g. to perform PC aware path validation), and identity based authorization services need no modification. * ACs need to be created by Steve's EEC, which bind attributes to each of the other identities involved in the distributed application (i.e. theagent, simulation jobs, and post-processing Tuecke, et. al. Expires February 2002 22 Internet Draft X.509 Proxy Certificate Profile August 2001 job).file transfer service, the hosts transferring files). This implies that Steve must know in advance which other identities may be involved in this distributed application, in order to generate the appropriate ACs which are signed by Steve's ECC. On the other hand, the PC solution allows for much more flexibility, since parties can further delegate a PC without a priori knowledge by the originating EEC. There are many unexplored tradeoffs and implications in this discussion of delegation. However, reasonable arguments can be made in favor of either an AC based solution to delegation or a PC based solution to delegation. The choice of which approach should be taken in a given instance may depend on factors such as the software that it needs to be integrated into, the type of delegation required, and religion. 5.3 Propagation of Authorization Information One possible use of Proxy Certificates is to carry authorization information associated with a particular identity. The merits of placing authorization information into End Entity Certificates (also called a Public Key Certificate or PKC) have been widely debated. For example, Section 1 of "An Internet Attribute Certificate Profile for Authorization" states: "Authorization information may be placed in a PKC extension or placed in a separate attribute certificate (AC). The placement of authorization information in PKCs is usually undesirable for two reasons. First, authorization information often does not have the same lifetime as the binding of the identity and the public key. When authorization information is placed in a PKC extension, the general result is the shortening of the PKC useful lifetime. Second, the PKC issuer is not usually authoritative for the authorization information. This results in additionalsteps for the PKC issuer toTuecke, et. al. Expires February 2002 26 Internet Draft X.509 Proxy Certificate Profile March 2002 steps for the PKC issuer to obtain authorization information from the authoritative source. For these reasons, it is often better to separate authorization information from the PKC. Yet, authorization information also needs to be bound to an identity. An AC provides this binding; it is simply a digitally signed (or certified) identity and set of attributes." ([4], Section 1) Placing authorization information in a PC mitigates the first undesirable property cited above. Since a PC has a lifetime that is mostly independent of (always shorter than) its signing EEC, a PC becomes a viable approach for carrying authorizationinformation.information for the purpose of delegation. The second undesirable property cited above is true. If a third party AA is authoritative, then using ACs issued by that third party AA is a natural approach to disseminating authorization information. However, this is true whether the identity being bound by these ACs comes from an EEC (PKC), or from a PC.Tuecke, et. al. Expires February 2002 23 Internet Draft X.509 Proxy Certificate Profile August 2001There is one case, however, that the above text does not consider. When performing delegation, it is usually the EEC itself that is authoritative (not the EEC issuer, or any third party AA). That is, it is up to the EEC to decide what authorization rights it is willing to grant to another party. In this situation, including such authorization information into PCs that are generated by the EEC seems a reasonable approach to disseminating such information. 5.4 Proxy Certificate as Attribute Certificate Holder In a system that employs both PCs and ACs, one can imagine the utility of allowing a PC to be the holder of an AC. This would allow for a particular delegated instance of an identity to be given an attribute, rather than all delegated instances of that identity being given the attribute.However, the issue of howAn AC could be bound tospecifya particular instance of a PCasusing theholderunique subject name ofanthe PC, or it’s issuer and serial number combination. Still open at this point is the issue if the ACremains open.would be inherited by PC created by this PC acting as a PI. 6 Commentary This section provides commentary on various design choices, open issues, related work, and future directions for Proxy Certificates. 6.1 keyCertSign Bit in the Key Usage Basic Extension This Proxy Certificate profile does not change the definition of the keyCertSign bit of the keyUsage extension. draft-ietf-pkix-new-part1-08part1-12 states: Tuecke, et. al. Expires February 2002 27 Internet Draft X.509 Proxy Certificate Profile March 2002 "The keyCertSign bit is asserted when the subject public key is used for verifying a signature on public key certificates. If the keyCertSign bit is asserted, then the cA bit in the basic constraints extension (section 4.2.1.10) MUST also be asserted." Nor does this Proxy Certificate profile contradict this keyCertSign definition, since a Proxy Certificate is not an end entity public keycertificates,certificate, as discussed in section 2 above. 6.2 nonRepudiate Bit in the Key Usage Basic Extension One alternative for the nonRepudiate bit is that it MUST NOT be asserted. It seems, on the surface, and impersonation and non- repudiation are at odds with one another. However, this decision is postponed until further discussion with others who are more familiar with the use of this bit. 6.3 Carrying Along the End Entity SubjectName of a Proxy Certificate TheAnother suggestion was to include the subjectnameof the signing EEC as aPC is only used for path validation. This PC profile uses a randomly generated subjectAltNameprefix toprovide a (statistically) unique subject name forthe PC subject, or as an informational field in the PC.Tuecke, et. al. Expires February 2002 24 Internet Draft X.509 Proxy Certificate Profile August 2001 Another possibility for namingThis would allow an authorizing process to use only information in the final PCisin the chain touse a subject field that is derived fromdetermine identity, and not need to walk the chain in order to find out the subject of thePA. In fact, this isEEC that the PC is derived from. This approachtaken inwas rejected for thecurrent Grid Security Infrastructure implementation.following reasons: * It would be easy to spoof this informational field. For example,thea PC with an informational subjectfield could be the EEC subject field, extended with the addition of a new AttributeType and Value component of proxyLevel:nnnn where proxyLevel is a new AttributeType, and nnnn is the depth of the PC signing path. The issuer field would contain the subject field of the PA that signed the PC. In this scheme the path validation process would check that the subject and issuer names match up the chain and the proxyLevel values increase by one at each subsequent delegation. One advantage of this approach is that some current implementations of path validation, such as OpenSSL-0.9.6, do not support the use of subjectAltName and issuerAltName. Thus for practical purposes it is arguably better to use the subject name and the proxyLevel:nnnn scheme. A disadvantage of this approach is that it is reliant on the DN convention used by the subject field. This limits Proxy Certificates such that they can only be used for EECs that use the subject field. If an EEC instead uses subjectAltName, with a null subject field, then this approach does not work. For this reason, this approach was rejected for this Proxy Certificate profile. 6.4 Carrying Along the End Entity Subject Another suggestion was to include the subject of the signing EEC as an informational field in the PC. This would allow an authorizing process to use only information in the final PC in the chain to determine identity, and not need to walk the chain in order to find out the subject (or subjectAltName) of the EEC that the PC is derived from. This approach was rejected for the following reasons: * It would be easy to spoof this informational field. For example, a PC with an informational subject of "Steve"of "Steve" could be used to create a PC with an informational subject set to "Doug". This leaves us with two alternatives:*. We can augment the path validation to check that this informational field of the PC is the same as in the signing PC or EEC. But this is not desirable, as it complicates the path validation.*. But if we do not validate this field, we cannot trust the contents of this informational field. So then there is no point in including this informational field. * Upon closer examination, there is a lot of information in the certificate chain that may be needed during authorization, suchTuecke, et. al. Expires February 2002 25 Internet Draft X.509 Proxy Certificate Profile August 2001as the number of levels of delegation, the CA (or multiple levels of CAs) who signed the original EEC, the constraints and keyUsage values of the signing EEC, possibly Certificate Policies associated with CAs or IAs. All of these require essentially the same amount of work as retrieving the subject of the EEC that signed the PC. So why threat the EEC subject specially by including it in an information field? Tuecke, et. al. Expires February 2002 28 Internet Draft X.509 Proxy Certificate Profile March 2002 In the end, just including the EEC subject name does not seem to be sufficiently useful to justify the addition of another field and the work of verifying that name during the path validation. Therefore, to determine the identity of a PC for authorization purposes, the subject of the EEC must be retrieved directly from the EEC in the signing chain. This approach also has the beneficial side effect of further stressing that a Proxy Certificate has no identity of its own, but rather inherits it from its signing EEC.6.56.4 Specifying Proxy Restrictions The proxyRestriction field in the proxyCertInfo extension does not define a policy language to be used for proxy restrictions; rather, it places the burden on those parties using that extension to define an appropriate language, and to acquire an OID for that language (or to select an appropriate previously-defined language/OID). Because it is essential for thePAPI that issues a certificate with a proxyRestriction field and the relying party that interprets that field to agree on its meaning, the policy language OID must correspond to a policy language, not just a policy grammar. Several different approaches were considered regarding how to limit the use of a PC for specific authorization purposes. One of these approaches was to include a list the specific rights granted by the PC (perhaps along with conditions associated with those rights), either as a separate extension or as part of proxyCertInfo. This list of rights would define the subset of the issuer's rights to be granted to the PC holder. But the parties using that extension would still be responsible for ensuring that both thePAPI and relying party agreed on the meanings of the access rights and conditions appearing in the restriction. Another possible approach is to embed an Attribute Certificate (signed by the EEC issuing the PC) within a PC, which would define a subset of the issuer's attributes to be associated with the PC holder.6.66.5 Proxy Restrictions vs. Proxy Rights The proxyRestriction field in the proxyCertInfo extension defines restrictions on the use of the proxy certificate; if that field is not present, the proxy is unrestricted.Tuecke, et. al. Expires February 2002 26 Internet Draft X.509 Proxy Certificate Profile August 2001Another approach would be to require that each proxy certificate explicitly list the rights that it grants.6.76.6 Site Information in Delegation Tracing In some cases, it may be desirable to know the hosts involved in a delegation transaction (for example, a relying party may wish to reject proxy certificates that were created on a specific host or domain). The DelegationTrace extension could be modified to include the PA's and Acceptor's IP addresses; however, IP addresses are Tuecke, et. al. Expires February 2002 29 Internet Draft X.509 Proxy Certificate Profile March 2002 typically easy to spoof, and in some cases the two parties to a transaction may not agree on the IP addresses being used (e.g., if the Acceptor is on a host that uses NAT, the Acceptor and the PA may disagree about the Acceptor's IP address). Another suggestion was, in those cases where domain information is needed, to require that the subject names of all End Entities involved (the Acceptor(s) and the End Entity that appears in a PC's certificate path) include domain information.6.86.7 Delegation Tracing vs. Usage Tracing Delegation tracing provides information about whom a certificate was delegated to, but it does not provide any information about who actually used the certificate. That is, if Entity A delegates a certificate to Entity B, and then Entity C somehow acquires the certificate and private key and delegates to Entity D, and so on: A delegates PC1 to B C delegates PC2 to D E delegates PC3 to F G uses PC3 In this diagram, A has used A's identity certificate to create proxy certificate PC1 and delegate it to B. C has (somehow) acquired PC1 and its private key, and used it to sign PC2 and delegate PC2 to D. E has acquired PC2 and its private key, and used it to sign PC3 and delegate PC3 to F. Finally, G has acquired a copy of PC3 and its private key, and used it to authenticate to some relying party. If the relying party wishes to audit who has been involved in the use of this certificate, it can determine A's identity (by using the certificate chain), and G's identity (byrequirintrequiring that anyone using aproxy certificate also presentproxy certificate also present an identity certificate). If each proxy certificate includes a DelegationTracing extension, the relying party has the identities B, D, and F available to it -- but it has no indication that C or E were involved. Another approach towards auditing the usage of a certificate would be to provide a usage tracing extension that would include the issuer's signature of the certificate (using the issuer's identity certificate); this would make the identities C and E (but not B, D, or F) available to the relying party. 6.8 Contents of X509AcceptorInfo The X509AcceptorInfo field contains a signature using the Acceptor's private key, plus some additional information that a relying party can use to identify the Acceptor's certificate. There have been various suggestions about how much additional information should be included in this field, ranging from simply including the Acceptor's subject name (or subjectAltName) to including all certificates used by the issuer when doing path validation on the Acceptor's certificate. Tuecke, et. al. Expires February 2002 30 Internet Draft X.509 Proxy Certificate Profile March 2002 Currently, the X509AcceptorInfo field contains the Acceptor's name (or subjectAltName) and the signature from the Acceptor's certificate. This is enough information to uniquely identify a certificate, but in itself does not necessarily convey any meaningful information about the Acceptor's identity (especially if the Acceptor certificate is itself a Proxy certificate). Another approach would be to include the sequence of names from a valid certificate path for the Acceptor's certificate. 6.9 Certificate Policies Extension One could imagine some interesting things to do with the Certificate Policies extension. For example: * One could define policies for creation of a Proxy Certificate. For example, was the PC created locally or remotely? * An alternate approach to defining restricted Proxy Certificates would be use the Certificate Policies extension to carry the OIDs of various Proxy Certificate Policies. For example, a Proxy Certificate policy might state that the PC can only be used within a limited scope of machines, or for a limited set of uses. 6.10 Kerberos 5 Tickets The Kerberos Network Authentication Protocol (RFC 1510 [9]) is a widely used authentication system based on conventional (shared secret key) cryptography. It provides support for single sign-on via creation of "Ticket Granting Tickets" or "TGT", and support for delegation of impersonation rights via "forwardable tickets". Kerberos 5 tickets have informed many of the ideas surrounding X.509 Proxy Certificates. For example, the local creation of a short- lived PC can be used to provide single sign-on in an X.509 PKI based system, just as creation of short-lived TGT allows for single sign- on in a Kerberos based system. And just as a TGT can be forwarded (i.e. delegated) to another entity to allow for impersonation in a Kerberos based system, so can a PC can be delegated to allow for impersonation in an X.509 PKI based system. A major difference between a Kerberos TGT and an X.509 PC is that while creation and delegation of a TGT requires the involvement of a third party (the Kerberos Domain Controller), a PC can be unilaterally created without the active involvement of a third party. That is, a user can directly create a PC from an EEC for single sign-on capability, without requiring communication with a third party. And anidentity certificate). If each proxy certificate includesentity with aDelegationTracing extension, the relying party hasPC can delegate theidentities B, D, and F availablePC toit -- but it has no indication that C or E were involved. Another approach towards auditinganother entity (i.e. by creating a new PC, signed by theusage offirst) without requiring communication with acertificate would bethird party. The method used by Kerberos implementations toprovideprotect ausage tracing extension that would include the issuer's signature of the certificate (using the issuer's identity certificate); this would make the identities C and E (but not B, D, or F) availableTGT can also be used to protect therelying party.private key of a PC. For example, some Unix implementations of Kerberos use standard Unix file system Tuecke, et. al. Expires February 20022731 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 6.9 Contents of X509AcceptorInfo The X509AcceptorInfo field containsMarch 2002 security to protect asignature usinguser's TGT from compromise. Similarly, theAcceptor's private key, plus some additional information thatGlobus Toolkit's Grid Security Infrastructure implementation of Proxy Certificates protects arelying partyuser's PC private key using this same approach. Looking at developments with Kerberos 5 tickets also canuse to identify the Acceptor's certificate. There have been various suggestionsinform us abouthow much additional information should be included in this field, ranging from simply including the Acceptor's subject name (or subjectAltName) to including all certificates used by the issuer when doing path validation on the Acceptor's certificate. Currently, the X509AcceptorInfo field containspotential future directions for Proxy Certificates. For example: * Kerberos tickets have two simple mechanisms for allowing their use to be restricted: a time period during which theAcceptor's name (or subjectAltName)ticket is valid (the "starttime" and "endtime" fields of a ticket), and a host address which restricts thesignature fromhost on which theAcceptor's certificate. This is enough information to uniquely identifyticket may be used (the "caddr" field of acertificate,ticket). An X.509 PC also has a validity period, butin itselfdoes notnecessarily convey any meaningful information about the Acceptor's identity (especially if the Acceptor certificate is itselfhave aProxy certificate). Another approach wouldhost restriction field, though it could beto include the sequenceeasily added via an X.509 extension. While these particular restrictions have a variety ofnames fromlimitations and problems, they points toward avalid certificate path for the Acceptor's certificate. 6.10 Certificate Policies Extension One could imagine some interesting things to do with the Certificate Policies extension. For example: * One could define policies for creationfuture of more general restriction policies that might be included in aProxy Certificate. For example, was thePCcreated locally or remotely?and/or Kerberos 5 ticket. *An alternate approach to defining restricted Proxy Certificates would be useThe Microsoft implementation of Kerberos 5 has (not without controversy) used theCertificate Policies extension"authorization-data" field in the Kerberos ticket tocarryencode authorization information into theOIDs of variousticket. A similar approach could be taken with X.509 ProxyCertificate Policies. For example,Certificates, by encoding the authorization information into an X.509 extension in a PC. This approach allows for a user's normal, long-lived identity certificate to be used to create aProxy Certificate policy might stateshort-lived authorization certificate thatthe PCcanonlybeused within a limited scope of machines, or for a limited setdelegated as necessary. Merits ofuses.this approach versus Attribute Certificates are discussed in Section 5. 6.11Kerberos 5 Tickets The Kerberos Network Authentication Protocol (RFC 1510 [9]) is a widely used authentication system based on conventional (shared secret key) cryptography. It provides support for single sign-on via creationExamples of"Ticket Granting Tickets" or "TGT", and support for delegationusage ofimpersonation rights via "forwardable tickets". Kerberos 5 tickets have informed manyProxy Groups and Restrictions This section gives some examples ofthe ideas surrounding X.509ProxyCertificates. For example, the local creationCertificate usage and some examples ofa short- lived PChow Proxy Restrictions and Proxy Groups can be used toprovide single sign-on in an X.509 PKI based system, just as creationrestrict Proxy Certificates. 6.11.1 Example One: Use ofshort-lived TGT allows for single sign- on in a Kerberos based system. And just asproxies without Groups or Restrictions Steve wishes to perform aTGT can be forwarded (i.e. delegated)third-party FTP transfer between two FTP servers. Steve would use an existing PC toanother entityauthenticate toallow for impersonation inboth servers and delegate aKerberos based system, so canPC to both hosts. When the servers establish the data channel connection to each other, they use these delegated credentials to perform self-authentication and secure the channel. 6.11.2 Example Two: Use of proxies with Groups Steve wants to again perform a third-party FTP transfer and he wants to use Proxy Groups to provide extra security. As in the previous example, Steve would use his existing PCcan beto authenticate to both servers. However when he delegates PCs to the servers he would assign both PCs to the same, detached subgroup. The servers use these delegated credentials toallow for impersonation in an X.509 PKI based system. A major difference between a Kerberos TGT and an X.509authenticate each other over the data channel, each verifying the other’s PC isthat while creation and delegation of a TGT requires the involvement of a third party (the Kerberos Domain Controller),in aPC can becompatible group. Tuecke, et. al. Expires February 20022832 Internet Draft X.509 Proxy Certificate ProfileAugust 2001 unilaterally created without the active involvement of a third party. That is, a user can directly create a PC from an EEC for single sign-on capability, without requiring communication with a third party. And an entity with a PC can delegate the PC to another entity (i.e. by creating a new PC, signed by the first) without requiring communication with a third party.March 2002 Themethod used by Kerberos implementations to protect a TGT can also be used to protectproxy groups in theprivate key of a PC. For example, some Unix implementationsabove example provide two forms ofKerberos use standard Unix file system security to protect a user's TGT from compromise. Similarly,protection. First since each server verifies theGlobus Toolkit's Grid Security Infrastructure implementation of Proxy Certificates protects a user's PC private key using this same approach. Looking at developments with Kerberos 5 tickets also can inform us about potential future directions forProxyCertificates. For example: * Kerberos ticketsGroup of the other server, they havetwo simple mechanisms for allowing their useassurance they are interacting with another task that Steve has intended them tobe restricted:interact with. Second it provides atime period during whichlimited form of restriction in case one of theticketdelegated PCs isvalid (the "starttime"stolen. 6.11.3 Example Three: Use of proxies with Groups and"endtime" fieldsRestrictions Steve wishes to delegate to a process the right to perform a third- party transfer of aticket), andfile on his behalf. Steve would delegate ahost address which restrictsPC to thehostprocess and he would use Proxy Restrictions to limit the delegated PC to two rights – the right to read file F1 onwhichhost H1 and theticket may be used (the "caddr" field of a ticket). An X.509right to write file F2 on host H2. The process then uses this restricted PC to authenticate to servers H1 and H2. The process would alsohas a validity period, but does not havedelegate ahost restriction field, though it could be easily added via an X.509 extension. WhilePC to both servers, placing both PCs in the same detached subgroup. Note that theseparticulardelegated PCs would inherit the restrictionshave a varietyoflimitationstheir parents, though this is not relevant to this example. Now when the process issues the command to transfer the file F1 on H1 andproblems, they points toward a future of more general restriction policies that might be includedto F2 on H2, these two servers perform an authorization check, ina PC and/or Kerberos 5 ticket. * The Microsoft implementation of Kerberos 5 has (not without controversy) usedaddition to any local policy they have, based on the"authorization-data" fieldrestrictions in theKerberos ticket to encode authorization information intoPC that theticket. A similar approach could be takenprocess used to authenticate withX.509 Proxy Certificates, by encoding the authorization information into an X.509 extension in a PC. This approach allows for a user's normal, long-lived identity certificatethem. Namely H1 checks that the PC gives the user the right tobe usedread F1 and H2 checks that the PC gives the user the right tocreate a short-lived authorization certificatewrite F2. The extra security provided by these restrictions is thatcan benow if the PC delegated to the process by Steve is stolen, its use is greatly limited. The servers would then check the proxy groups when setting up and authenticating each over the data channel asnecessary. Merits of this approach versus Attribute Certificates are discussedexplained inSection 5.Example Two. 7 Security Considerations A Proxy Certificate is generally less secure than the EEC that issued it. This is due to the fact that the private key of a PC is generally not protected as rigorously as that of the EEC. For example, the private key of a PC is often protected using only file system security, in order to allow that PC to be used for single sign-on purposes. This makes the PC more susceptible to compromise. However, the risk of a compromised PC is only the misuse of a single user's privileges. Due to the path validation checks made on a PC, a PC cannot be used to sign an EEC or PC for another user.Tuecke, et. al. Expires February 2002 29 Internet Draft X.509 Proxy Certificate Profile August 2001Further, a compromised PC can only be misused for the lifetime of the PC, and within the bound of the restriction policy carried by the PC. Therefore, one common way to limit the misuse of a compromised PC is to limittheirits validityperiodsperiod to no longer than isneeded.Tuecke, et. al. Expires February 2002 33 Internet Draft X.509 Proxy Certificate Profile March 2002 needed, and/or to include a restriction policy in the PC that limits the use of the (compromised) PC. In addition, if a PC is compromised, it does NOT compromise the EEC that created the PC. This property is of great utility in protecting the highly valuable, and hard to replace, public key of the EEC. In other words, the use of Proxy Certificates to provide single sign-on capabilities in an X.509 PKI environment can actually increase the security of the end entity certificates, because creation and use of the PCs for user authentication limits the exposure of the EEC private key to only the creation of the first level PC. The pCPathLenConstraint field of the proxyCertInfo extension can be used by an EEC to limit subsequent delegation of the PC. A service may choose to only authorize a request if a valid PC can be delegated to it. An example of such as service is a job starter, which may choose to reject a job start request if a valid PC cannot be delegated to it. By limiting the pCPathLenConstraint, an EEC can ensure that a compromised PC of one job cannot be used to start additional jobs elsewhere. An EEC or PC can limit what a new PC can be used for by turning off bits in the Key Usage and Extended Key Usage extensions. However, once a key usage or extended key usage has been removed, the path validation algorithm ensures that it cannot be added back in a subsequent PC. In other words, key usage can only be decreased in PC chains. The EEC could use the CRL Distribution Points extension and/or OCSP to take on the responsibility of revoking PCs that it had issued, if it felt that they were being misused. The relying party that is going to authorize some actions on the basis of a PC will be aware that it has been presented with a PC, and can determine the depth of the delegation and the time that the delegation took place and any entities through which the PC was delegated (if the optional DelegationTrace extension is included in the PCs in the cert chain). It may want to use this information in addition to the information from the signing EEC. Thus a highly secure resource might refuse to accept a PC at all, or maybe only a single level of delegation, or maybe only a PC that has not been delegated through a untrusted host, etc. 8 References [1] Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels," BCP 14, RFC 2119, March 1997. [2] Butler, R., D. Engert, I. Foster, C. Kesselman, and S. Tuecke, "A National-Scale Authentication Infrastructure," IEEE Computer, vol. 33, pp. 60-66, 2000. Tuecke, et. al. Expires February 20023034 Internet Draft X.509 Proxy Certificate ProfileAugust 2001March 2002 [3] Dierks, T. and C. Allen, "The TLS Protocol, Version 1.0," RFC 2246, January 1999. [4] Farrell, S. and R. Housley, "An Internet Attribute Certificate Profile for Authorization," Internet Draft draft-ietf-pkix- ac509prof-06.txt, January 2001. [5] Foster, I., C. Kesselman, G. Tsudik, and S. Tuecke, "A Security Architecture for Computational Grids," presented at Proceedings of the 5th ACM Conference on Computer and Communications Security, 1998. [6] Foster, I., C. Kesselman, and S. Tuecke, "The Anatomy of the Grid: Enabling Scalable Virtual Organizations," International Journal of Supercomputer Applications, 2001. [7] Housley, R., W. Ford, W. Polk, and D. Solo, "Internet X.509 Public Key Infrastructure Certificate and CRL Profile," Internet Draftdraft-ietf-pkik-new-part1-08.txtdraft-ietf-pkik-new-part1-12.txt (update to RFC 2459),July 2001.January 2002. [8] Jackson, K., S. Tuecke, and D. Engert, "TLS Delegation Protocol," Internet Draft draft-ietf-tls-delegation-00.txt, 2001. [9] Kohl, J. and C. Neuman, "The Kerberos Network Authentication Service (V5)," RFC 1510, September 1993. 9 Acknowledgments We are grateful to numerous colleagues for discussions on the topics covered in this paper, in particular (in alphabetical order, with apologies to anybody we've missed): Joe Bester, Randy Butler, Keith Jackson, Stephen Kent, Bill Johnston, Marty Humphrey, Sam Meder, Clifford Neuman, GeneTsudik, Von Welch.Tsudik. This work was supported in part by the Mathematical, Information, and Computational Sciences Division subprogram of the Office of Advanced Scientific Computing Research, U.S. Department of Energy, under Contract W-31-109-Eng-38 and DE-AC03-76SF0098; by the Defense Advanced Research Projects Agency under contract N66001-96-C-8523; by the National Science Foundation; and by the NASA Information Power Grid project. 10 Change Log draft-ietf-pkix-impersonation-00 (February 2001) Initial submission. draft-ietf-pkix-proxy-00 (July 2001) Tuecke, et. al. Expires February 20023135 Internet Draft X.509 Proxy Certificate ProfileAugust 2001March 2002 Renamed to "Proxy Certificate", from "Impersonation Certificate", due to overwhelming feedback from IETF and GGF. Added proxyRestriction field to ProxyCertInfo extension. Added delegationTrace field to ProxyCertInfo extension. Updated to agree with draft-ietf-pkix-part1-08. draft-ietf-pkix-proxy-01 (August 2001) Changes related to delegation tracing: removed delegationTrace field from ProxyCertInfo extension, created DelegationTrace extension, added and modified commentary sections related to delegation tracing. Added issuerCertHash to proxyCertInfo extension and to the path validation section. draft-ietf-pkix-proxy-02 (February 2002) Draft for Global Grid Forum 4 (Toronto) Added concept of proxy group. Updated section on keyCertSign bit to reflect draft-pkix-new- part1-07. draft-ietf-pkix-proxy-02 (March 2002) Draft for IETF. Same version number (-02) as February 2002 for GGF4 but with changes. Globally changed “Proxy Authority” to “Proxy Issuer”. Changed example in Motivations section to use a reliable file transfer service. An EEC issuing a PC must have a non-empty subject name. Proxy subject names are now non-empty and contain a sequence of proxy identifiers. Changes to path validation to reflect this. subjectAltNames and issuerAltNames are now not present PCs. Renamed issuerCertHash to issuerCertSignature and similarly with it’s contents. Added consideration to path validation for PC’s with an infinite path length (i.e. no pCPathLenConstraint). Tuecke, et. al. Expires February 2002 36 Internet Draft X.509 Proxy Certificate Profile March 2002 11 Contact Information Steven Tuecke Distributed Systems Laboratory Mathematics and Computer Science Division Argonne National Laboratory Argonne, IL 60439 Phone: 630-252-8711 Email: tuecke@mcs.anl.gov Doug Engert Argonne National Laboratory Email: deengert@anl.gov Ian Foster Argonne National Laboratory & University of Chicago Email: foster@mcs.anl.gov Von Welch University of Chicago Email: welch@mcs.anl.gov Mary Thompson Lawrence Berkeley National Laboratory Email: mrthompson@lbl.gov Laura Pearlman University of Southern California, Information Sciences Institute Email: laura@isi.edu Carl Kesselman University of Southern California, Information Sciences Institute Email: carl@isi.edu Tuecke, et. al. Expires February 20023237 ----