System and method for providing credentials
Abstract
A method and system for providing and issuing credentials wherein the first credential conforms to a first specified format and incorporates supplemental information to permit a requester or recipient of the first credential to create and utilize a second credential that conforms to a second specified format wherein the second specified format is different from the first specified format

Term
4 yearsleft in the term
Expires 9 September 2030.
- Priority
- Filed
- Granted
- Today
- Expires
26 claims: 9 independent, 17 dependent
- 1CA 02772136 2016-07-20 What is claimed is:1. A method performed by an information processing system for providing credentials, the method comprising: receiving, from a first correspondent that is external to the information processing system, a request to issue a first certificate securely identifying the first correspondent, wherein the first certificate is to conform to a first specified credential format supported by the first correspondent, and wherein the request is absent any certificates;generating, based on receiving the request, the first certificate in the first specified credential format;incorporating supplementary information comprising a second certificate into the first certificate, the second certificate conforming to a second specified credential format that is different from the first specified credential format, the second certificate permitted to be subsequently extracted by the first correspondent for permitting communication with a second correspondent using the second certificate according to the second specified credential format, and the supplementary information further comprising information permitting a construction of a private key by the first correspondent to be used with the second certificate in the second specified credential format;and issuing, to the first correspondent, the first certificate in the first specified credential format, the first certificate comprising the supplementary information comprising the second certificate in conformance with the second specified credential format, the first certificate providing the first correspondent with an option to communicate with the second correspondent using one of the first certi ficate and the second certificate according to the first specified credential format and the second specified credential format, respectively.
- 5A method of generating a first certificate at a certification authority to authenticate a public key of a first correspondent that is external to the certification authority, the method comprising:generating the first certificate and including the public key in the first certificate such that the first certificate conforms to a first specified credential format supported by the first correspondent, the first certificate permitting the first correspondent to communicate with a second correspondent according to the first specified credential format;and including, in· the first certificate, supplementary information conforming to a second specified credential format that is different from the first specified credential format, the supplementary information permitted to be subsequently extracted by the second correspondent, after receiving the first certificate for permitting conversion of the first certificate into a second certificate of the second specified credential format, the supplementary information comprising information permitting construction of a private key by the second correspondent to be used with the second certificate in accordance with the second specified credential format, the second certificate permitting the first correspondent to communicate with the second correspondent according to the second specified credential format.
- 9A method performed by a requestor device for obtaining credentials, the method comprising:sending a request to a certification authority to issue a first certificate, wherein the certification authority is external to the requestor device, and wherein the request is absent any certificates;receiving, based on sending the request, the first certificate according to a first specified credential format, the first certificate comprising supplementary information comprising a second certificate conforming to a second specified credential format, wherein the second specified credential format is different from the first specified credential format;extracting the supplementary information from the first certificate;constructing,· based on the extracting, a private key utilizing the supplementary information conforming to the second specified credential format;and transmitting the second certificate and the private key to a recipient, the second certificate conforming to the second specified credential format.
- 11A method performed by a server for providing certificates in a public key cryptographic system, the method comprising:receiving a request from a first correspondent to issue a first certificate, wherein the first correspondent is external to the server, and wherein the request is absent any certificates;generating, based on receiving the request, the first certificate associated with the first correspondent, the first certificate conforming to a first specified credential format;obtaining supplementary information, the supplementary information comprising a second certificate conforming to a second specified credential format that is different from the first specified credential format, the second certificate permitting the first correspondent to communicate with a second correspondent according to the second specified credential format, and the supplementary information further comprising information permitting a construction of a private key -22CA 02772136 2016-07-20 by the first correspondent to be used with the second certificate in the second specified credential format;inserting the supplementary information into the first certificate permitting the first correspondent to subsequently extract the second certificate and the information permitting construction of the private key;and issuing the first certificate to the first correspondent, the first certificate providing the first correspondent with an option to communicate with the second correspondent using one of the first certificate and the second certificate according to the first specified credential format and the second specified credential format, respectively.
Independent claims13
184 paragraphs in 36 sections, as filed
CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393
SYSTEM AND METHOD FOR PROVIDING CREDENTIALS
TECHNICAL FIELD
[0001] The following relates to systems and methods for providing credentials.
BACKGROUND
[0002] Data communication networks are often used to transfer data between computing devices, for particular users or the devices themselves, either of which may be commonly referred to as correspondents or entities or both, and have become ubiquitous with modem commercial activities. Cryptographic systems may be deployed to achieve security goals such as confidentiality, data integrity, data origin authentication, entity authentication, and non repudiation.
[0003] Symmetric key cryptographic systems achieve these goals by sharing a common secret key between two correspondents.
[0004] Public key cryptography utilises a public/private key pair for each correspondent. The public key and private key are mathematically related such that computing the public key from the private key is relatively simple but recovery of the private key from the public key is considered computationally infeasible. The private key is maintained secret at all times but the public key is distributed or made available to other correspondents.
[0005] Public key cryptography enables a message from a sender to be encrypted using the public key of the intended recipient and further enables the message to be recovered by the recipient using the corresponding private key, which is known only to the recipient.
[0006] Messages may also be signed by the sender using the sender’s private key and the signature may then be verified by a recipient using the sender’s public key.
[0007] Many protocols have been developed to perform encryption, signing and key agreement using public key cryptography. It is however inherent in these protocols that the public key being used is in fact associated with the appropriate correspondent or entity and is not that of an interloper purporting to be that correspondent, referred to as entity authentication. In order to provide entity authentication, a hierarchy of trust may be established.
22029363.1
-1 CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393
[0008] For example, a pair of correspondents who wish to correspond can rely upon a third party that they both trust. The third party, referred to as a certificate authority (CA) may be, for example, a bank, a service provider, or a manufacturer to name a few. The CA has a public/private key pair and the CA’s public key is available to and trusted by each of the entities. The CA public key may be, for example, embedded in the correspondent’s computing device at manufacture or sale and is used to verify the signatures on messages sent from the CA to one or both of the correspondents.
[0009] When one correspondent wishes to distribute her public key to other entities, she may ask the CA to sign a message containing her public key, which confirms that the public key belongs to her. The message and the signature may then be sent to the other entity who uses the CA’s public key to verify the signature and thereafter use the sender’s public key with confidence.
[0010] The formatting of the message and signature is referred to collectively as a certificate that is issued by the CA. It will be appreciated that the hierarchy may extend through multiple tiers so that the CAs may themselves have a common trusted third party, and so on, back to a root. In this way, the trust may propagate through different layers of the PKI and facilitate the transfer of information throughout the network.
[0011] To provide interoperability over a w'ide network, it is desirable for the certificates to share a common format. The certificates typically comprise data strings and in order to be able to extract information from the string, the correspondent needs to know the format of the string. The format of the certificates may therefore be standardized or otherwise define a specific format, to allow each correspondent to utilize the certificates issued by the CA.
[0012] One standard for certificate formatting is ITU-T X.509 (hereinafter ‘X.509’ for brevity). These certificates are issued from a CA after processing a certificate request, such as a PKCS#10 certificate request file.
[0013] Alternative certificate formats may have particular characteristics, such as an ability to be used at a reduced bandwidth, making them particularly suitable for constrained environments such as wireless communications. For example, the Elliptic Curve QuVanstone (ECQV) protocol offers a method for creating implicit certificates and therefore can offer significant bandwidth savings.
22029363.1
-2CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393
GENERAL
[0014] There may be provided a method of providing credentials. The method comprises: receiving a request to issue a first credential, wherein the first credential is to conform to a first specified format; preparing the first credential; incorporating supplementary information into the first credential to permit the requestor of the first credential to utilize a second credential that conforms to a second specified format, wherein the second specified format is different from the first specified format; and issuing the first credential in conformance with the first specified format.
[0015] There may also be provided a method of generating a certificate at a certification authority to authenticate a public key of a correspondent. The method comprises: including the public key in the certificate such that the certificate conforms to a first specified format; and including supplementary information in the certificate to permit a recipient of the certificate to utilize another certificate of a second specified format, the second specified format being different from the first specified format.
[0016] There may also be provided a method of obtaining credentials. The method comprises: receiving a first credential according to a first specified format; and extracting supplementary information from the first credential to utilize a second credential which conforms to a second specified format, wherein the second specified format is different from the first specified format.
[0017] There may also be provided a server for providing certificates in a public key cryptographic system. The server comprises a cryptographic module configured to perform cryptographic operations. The cryptographic module is operable for: generating a first certificate that conforms to a first specified format; obtaining supplementary information to permit utilization of a certificate of a second specified format which is different from the first specified format; inserting said supplementary information into the first certificate; and issuing the first certificate.
]0018] There may also be provided a computing device in a cryptographic system configured for obtaining credentials. The computing device comprises a cryptographic module configured for: receiving a first credential according to a first specified format; and extracting supplementary information from the first credential to utilize a second credential
22029363.1
-3CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393 which conforms to a second specified format, wherein the second specified format is different from the first specified format.
BRIEF DESCRIPTION OF THE DRAWINGS
[0019] Embodiments will now be described by way of example only with reference made to the accompanying drawings in which:
[0020] Figure 1 is a schematic representation of a data communication network.
[0021] Figure 2 is a schematic representation of a portion of the data communication network of Figure 1.
[0022] Figure 3 is an example representation of a certificate exchanged between correspondents in the network of Figure 2.
[0023] Figure 4 is an example representation of supplementary information that is contained within the certificate of Figure 3.
[0024] Figure 5 is an example chart showing the passage of information between the correspondents in the network of Figure 2.
[0025] Figure 6 is a schematic representation of an alternative method of creating a certificate as shown in Figure 3.
[0026] Figure 7 is a representation of a further method of creating a certificate as shown in Figure 3.
[0027] Figures 8A through 8E are schematic diagrams illustrating a certificate update process.
DETAILED DESCRIPTION OF THE DRAWINGS
[0028] The use of a particular cryptographic protocol typically requires a certificate request and the generation and provision of the certificate that conforms to a specified format for that protocol, or that conforms to a specification or standard related thereto, to be provided throughout the system incorporating the protocol, for example a PKI. Whilst this is technically feasible, it does require all levels of the trusted hierarchy to be able to process such requests and generate or otherwise provision such certificates. It has been recognized that this may be considered an unnecessary burden by some participants in the system, particularly where an alternative standard or specification is only considered for use in a 22029363.1
-4CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393 specialized area or application and therefore implementation of the alternative standard or specification is hindered.
[0029] In general terms, the following provides a method of providing credentials by, for example, providing a certificate from a CA in response to a request according to a first specified format. In such examples, the certificate incorporates in the certificate structure or format, supplementary information to permit the requestor to create and use a certificate of a second, different specified format.
[0030] The certificate issued by the CA complies with the first specified format e.g. according to or derived from a particular standard, and therefore may be distributed through the system (e.g. PKI) in the normal manner.
[0031] The requestor who wishes to conduct an exchange of information using the second specified format, e.g. according to or derived from another standard, may extract the supplementary information from the certificate and utilize it to enable communication according to the second specified format.
[0032] The supplementary information in the embodiments described below includes the necessary information to transform the certificate from the first specified format to the second specified format. For example, this may include an implicit certificate and private key contribution data used by the requestor to construct a private key corresponding to a public key bound in the implicit certificate.
[0033] Referring therefore to Figure 1 , a data communication network 10 includes a plurality of correspondents 12. Each correspondent 12 is a computing device allowing an entity to access the network 10. The correspondents 12 may include a personal computer 12a, a personal digital assistant 12b, a serverl2c, a cell phone 12d, or a smart phone 12e.
[0034] The correspondents 12 communicate through communication links 16 that may include the internet 16a, wireless network 16b, or a private network 16c; and employ addressing and routing protocols commonly used to control and direct the flow of information through the network.
[0035] As can best be seen in Figure 2, each of the correspondents 12 includes a processor 20 and a communication port 22 for connection to respective communication links
16. The correspondents 12 may each include a cryptographic module 24 that has storage
22029363.1
-5CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393 registers (REG) 26 to retain in a secure manner the system parameters and keys. The cryptographic module 24 will typically have a random number generator (RNG) 30, to generate ephemeral private keys and an arithmetic logic unit (ALU) 28 to perform mathematic operations required to implement cryptographic protocols implemented by the processor 20.
[0036] It will be appreciated that the cryptographic module 24 may be incorporated within the processor 20 so as to be physically coextensive but functionally it provides a distinct secure environment to perform cryptographic operations. In embodiments, the processor 20 may itself perform the operations of the cryptographic module 24.
[0037] It will be appreciated that the cryptographic modules 24 and processors 20 exemplified herein may include or otherwise have access to computer readable media such as storage media, computer storage media, or data storage devices (removable and/or nonremovable) such as, for example, magnetic disks, optical disks, or tape. Computer storage media may include volatile and non-volatile, removable and non-removable media implemented in any method or technology for storage of information, such as computer readable instructions, data structures, program modules, or other data. Examples of computer storage media include RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile disks (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, or any other medium which can be used to store the desired information and which can be accessed by cryptographic module 24 or processor 20 or both. Any such computer storage media may be part of the respective correspondent 12 or accessible or connectable thereto.
[0038] The correspondents 12 may be arranged in a hierarchy of trust and in the embodiment shown, the server 12c includes a cryptographic module 24 that functions as a certificate authority, CA. The correspondents 12 that trust the CA may have the public key of the CA embedded in the registers 26 to establish the trusted relationship. The correspondents 12 can communicate through the data links 16 and the processor 20 may call upon the cryptographic module 24 to perform cryptographic functions such as signing messages, verifying signatures and encrypting messages in accordance with the protocols selected by the processor.
22029363.1
-6CA 02772136 2014-06-03
[0039] Each of the cryptographic modules 24 stores the parameters for the cryptographic system to be implemented. In embodiments, the correspondents utilize an elliptic curve cryptosystem (ECC) that utilizes the intractability of the discrete log problem in an elliptic curve group defined over a finite field. The elliptic curve group comprises the points that have elements of the underlying field as coordinates and that satisfy the equation of the elliptic curve. In a typical application, the field Fp is the field of integers modulo p and the elliptic curve E is defined by an equation of the form y<sup>2</sup> = x + ax + b, where a, b, e Fp. A pair (x, y), where x, y e Fp, is a point on the curve if values (x, y) satisfy the equation of the curve.
[0040] The parameters of the cryptosystem stored in the registers 26 include the values of a, b to define the curve being utilized; a base point P, that is a generator of the points forming the elliptic curve group; and the order, n, of the point P.
[0041] A private key, k, is an integer generated at random and lying in the interval [1, n1], and the corresponding public key Q is obtained by a Λ-fold group operation on P. As the elliptic curve group uses additive notation, the corresponding public key Q = kP. The establishment of an elliptic curve cryptosystem is well known and is more fully described in the Guide to Elliptic Curve Cryptography by Hankerson et al., available from Springer under ISBN 0-387-95273-X.
[0042] In the example shown, each of the correspondents 12 has a key pair k, Q which may be considered long term or static key pairs. An ephemeral or short term key pair E, Q' may also be generated by the cryptographic module 24 using the RNG 30 to obtain the short term private key E and the ALU 28 to compute the short term public key Q.
[0043] In order for the correspondent 12a to communicate with correspondent 12b over links 16, the correspondent 12a needs to provide its public key Qa. To authenticate the correspondent 12a to correspondent 12b, the public key Qa is included in a certificate 40 that is signed by the CA, 12c. The certificate 40 is sent to the correspondent 12b who uses the public key of the CA embedded in the registers 26 to verify the signature on the certificate 40. The public key Qa may then be extracted from the certificate 40 and used with confidence.
[0044] A format of a certificate 40 (e.g. the structure of a certificate 40) that is compatible with the X.509 certificate formatting standard is shown in Figure 3. It can be
-Ί22509496.1
CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393 appreciated that the principles herein may also be applied to other certificate formats, such as those utilizing type/length/value or fixed-field formats, etc.. The certificate 40 comprises a collection of data referred to as the certificate information 42 and a signature 44. The certificate information 42 includes a header 46, a serial number 48, an issue identifier 50, subject identifier 52, validity dates 54 indicating the period of validity of the certificate 40, public key information 56, the public key Q<sub>A</sub>, and policy information 60.
[0045] A pair of extension frames 62, 64 are incorporated into the certificate 40 to include supplementary information in the form of a certificate for use with a second standardized/specified protocol. In the example embodiment disclosed in Figure 3, the supplementary information is an implicit certificate IC<sub>A</sub> formatted for use with the ECQV protocol and the private key contribution data, t, as more fully described below. The ECQV protocol is documented in the SECG SEC 4 standard.
[0046] The certificate information 42 is exemplarily signed using an ECDSA signature protocol (ANSI X9.62 standard) and the signature components, (r,5) appended to the certificate information 42 as the signature 44. An example specification of the certificate 40 is as follows.
<td> Bytes</td><td> Description</td><td> Value</td>
<td> 30</td><td> Octet String</td><td></td>
<td> 82</td><td> Length of length</td><td> 2 bytes</td>
<td> 03 62</td><td> Length</td><td> 866 bytes</td>
<td> 30</td><td> Octet String</td><td></td>
<td> 82</td><td> Length of length</td><td> 2 bytes</td>
<td> 02 FC</td><td> Length</td><td> 764 bytes</td>
<td> A0</td><td> Certificate Information</td><td></td>
<td> 03 02 01 02</td><td> Certificate Version 3</td><td></td>
<td> 02</td><td> Integer</td><td></td>
<td> 08</td><td> Length</td><td> 8 bytes</td>
<td> 76A2 9E 8A 17 67 A5 34</td><td> Certificate Serial Number</td><td> 76 A2 9E8A 17 67 A5 34</td>
<td> 30</td><td> Octet String</td><td></td>
<td> 16</td><td> Length</td><td> 16 bytes</td>
<td> 06</td><td> Object Identified</td><td></td>
<td> 07</td><td> Length</td><td> 7 bytes</td>
<td> 07 2A 86 48 CE 3D 04 03</td><td> Signature Algorithm</td><td> ecdsa_with_specified</td>
22029363.1
-8CA 02772136 2012-02-24
WO 2011/032261
PCT/CA2010/001393
<td> 30</td><td> Octet String</td><td></td>
<td> OB</td><td> Length</td><td> 11 bytes</td>
<td> 06</td><td> OID</td><td></td>
<td> 09</td><td> Length</td><td> 9 bytes</td>
<td> 09 60 86 48 01 65 03 04 02 01</td><td> Hashing Algorithm</td><td> sha256</td>
<td> 30</td><td> Octet String</td><td></td>
<td> 81</td><td> Length of length</td><td> 1 byte</td>
<td> 8E</td><td> Length</td><td> 142 bytes</td>
<td> 31 OB 30 09 06 03 55 04 06 OC 02 55 53 31 33 30 31 06 03 55 04 OA OC 2A 53 74 61 6E 64 61 72 64 73 20 66 6F 72 20 45 66 66 69 63 69 65 6E 74 20 43 72 79 70 74 6F 67 72 61 70 68 79 20 47 72 6F 75 70 31 2E 30 2C 06 03 55 04 OB OC 25 4E 6F20 4C 69 61 62 69 6C 69 74 79 20 2D 20 46 6F 72 20 54 65 73 74 20 50 75 72 70 6F 73 65 73 20 4F 6E6C79 31 1A30 18 06 03 55 04 03 OC 11 53 45 43 47 20 46 72 65 65 20 54 65 73 74 20 43 41</td><td> Issuer</td><td> Issuer: C=US, O=Standards for Efficient Cryptography Group, OU=No Liability For Test Purposes Only, CN=SECG Free Test CA</td>
<td> 30</td><td> Octet String</td><td></td>
<td> IE</td><td> Length</td><td> 30 bytes</td>
<td> 17 0D30 38 30 32 30 34 31 35 35 33 33 35 5A 17 OD 30 39 30 32 30 34 31 35 35 33 33 35 5A</td><td> Key Validity Dates</td><td> Not Before: Feb 4 15:53:35 2008 GMT Not After : Feb 4 15:53:35 2009 GMT</td>
<td> 30</td><td> Octet String</td><td></td>
<td> 64</td><td> Length</td><td> 100 bytes</td>
<td> 31 IE 30 1C 06 03 55 04 03 OC 15 61 78 30 39 5F 30 30 31 68 40 68 6F 74 6D61 69 6C 2E 63 6F 6D 31 12 30 10 06 03 55 04 03 OC 09 61 78 30 39 5F 30 30 31 68 31 2E 30 2C 06 03 55 04 OB OC 25 4E 6F 20 4C 69 61 62 69 6C 69 74 79 20 2D 20 46 6F 72 20 54 65 73 74 20 50 75 72 70 6F 73 65 73 20 4F 6E</td><td> Subject</td><td> Subject: CN=ax09_001 h@hotmail.com, CN=ax09_001h, OU=No Liability - For Test Purposes Only</td>
22029363.1
-9CA 02772136 2012-02-24
WO 2011/032261
PCT/CA2010/001393
<td> 6C 79</td><td></td><td></td>
<td> 30</td><td> Octet String</td><td></td>
<td> 13</td><td> Length</td><td> 19 bytes</td>
<td> 06 07 2A 86 48 CE 3D 02 01 06 08 2A 86 48 CE 3D 03 01 07</td><td> Public Key</td><td> elliptic curve_public_key secp256rl curve</td>
<td> 30</td><td> Octet String</td><td></td>
<td> 42</td><td> Length</td><td> 66 bytes</td>
<td> 04 1FC5 1A41 FEEOCF 1DC9 EA 4B 95 4A EC AD 19 9F2C 58 DE IB 10 85 8A 1E 58 5C 36 E9 E2 58 E6 OE 53 88 74 BO FF 8EB7FA C2EC71 3F 65 80 FE 661A CE 2E 92 53 9C 19E6 3A 8C 6B 57 39 71 AA</td><td> Public Key</td><td> Uncompressed public key</td>
<td> A3</td><td> Certificate Information</td><td></td>
<td> 81</td><td> Length of length</td><td> 1 byte</td>
<td> ED</td><td> Length</td><td> 237 bytes</td>
<td> 30</td><td> Octet String/Sequence</td><td></td>
<td> 81</td><td> Length of length</td><td> 1 byte</td>
<td> EA</td><td> Length</td><td> 234 bytes</td>
<td> 30</td><td> Octet String/Sequence</td><td></td>
<td> OF</td><td> Length</td><td> 15 bytes</td>
<td> 06 03 55 ID 13</td><td> Basic Constraint</td><td></td>
<td> 01 01 FF</td><td> Critical</td><td> False</td>
<td> 04 05 30 03 01 01 00</td><td> Key Usage</td><td> Data encipherment</td>
<td> 30</td><td> Octet String/Sequence</td><td></td>
<td> 16</td><td> Length</td><td> 22 bytes</td>
<td> 06 03 55 ID 25</td><td> Extended Key Usage</td><td></td>
<td> 01 01 FF</td><td> Critical</td><td> False</td>
<td> 04 OC 30 OA 06 08 2B 06 01 05 05 07 03 04</td><td> Key Usage</td><td> Email Protection</td>
<td> 30</td><td> Octet String/Sequence</td><td></td>
<td> 4B</td><td> Length</td><td> 75 bytes</td>
<td> 06 03 55 ID 1F04 44 30 42 30 40 AO 3E AO 3C 86 3A 68 74 74 70 3A 2F 2F 77 77 77 2E 73 65 63 67 74 65 73 74 63 61 2E 70 62 69 72 65 73 65 61 72 63 68 2E 63 6F 6D 2F 63 72 6C 2F 73 65 63 67 2E 74 65 73 74 2E 63 61 2E 63 72 6C</td><td> CRL Distribution Point</td><td> X509v3 CRL Distribution Points: URI:http://www.secgtestca.pbiresearch.c om/crl/secg.test.ca.crl</td>
22029363.1
-10CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393
<td> 30</td><td> Octet String/Sequence</td><td></td>
<td> 62</td><td> Length</td><td> 98 bytes</td>
<td> 06 03 55 ID 20 04 5B 30 59 30 57 06 07 2B 81 04 07 00 00 00 30 4C 30 4A 06 08 2B 06 01 05 05 07 02 01 16 3E 68 74 74 70 3A 2F 2F 77 77 77 2E 73 65 63 67 74 65 73 74 63 61 2E 70 62 69 72 65 73 65 61 72 63 68 2E 63 6F 6D 2F 63 61 2F 73 65 63 67</td><td> Policy</td><td> Policy: 1.3.132.7.0.0.0 CPS: http://www.secgtestca.pbiresearch.eom/c a/secg.test.ca.pol.html</td>
<td> 30</td><td> Octet String/Sequence</td><td></td>
<td> 71</td><td> Length</td><td> 113 bytes</td>
<td> 30 44 06 XX XX XX XX XX XX 03 3B 00 22 08 00 00 00 00 05 54 45 53 54 53 45 43 41 01 09 00 Of 00 00 00 00 00 00 03 If64a6e3 6a 4c 84 62 dO 82 08 e9 72 fe 15 08 38 12 8e 28 65 b8 7d d7 b5 d9 76 β 39 6c e9 6d</td><td> ECQV Certificate</td><td> Implicit certificate: 00 22 08 00 00 00 00 05 54 45 53 54 53 45 43 41 01 09 00 Of 00 00 00 00 00 00 03 If 64 a6 e3 6a 4c 84 62 dO 82 08 e9 72 fe 15 08 38 12 8e 28 65 b8 7d d7 b5 d9 76 β 39 6c e9 6d XX XX XX XX XX represents an OID to be defined</td>
<td> 30 29 06 05 XX XX XX XX XX 03 20 CAF5 F6 87 97 10 5A 28 D2 28 3A 12 1D8C 52 85 B2 41 23 DB 94 E8 B6 75 BE 84 01 4A 29 63 72 CB</td><td> Private Key Contribution Value, t.</td><td> Server contribution value: CA F5 F6 87 97 10 5A 28 D2 28 3A 12 ID 8C 52 85 B2 41 23 DB 94 E8 B6 75 BE 84 01 4A 29 63 72 CB, XX XX XX XX XX represents an OID to be defined</td>
<td> ABOVE DATA IS SIGNED</td><td></td><td></td>
<td> 30</td><td> Octet String/Sequence</td><td></td>
<td> 16</td><td> Length</td><td> 22 bytes</td>
<td> 06 07 2A 86 48 CE 3D 04 03 30 OB 06 09 60 86 48 01 65 03 04 02 01</td><td></td><td> ecdsa_with_specified sha256</td>
<td> 03</td><td> Binary String</td><td></td>
<td> 48</td><td> Length</td><td> 72 bytes</td>
<td> 00 30 45 02 20 3B CO 62 56 DE 90 54 6C 23 72 EF 47 3B DA FA 61 CE 79 F8 DA D2 85 E8 ED 66 87 8D 3D 60 D7 CA D9 02 21 00 99 51 8E B6 AD0DA9 31 CE FF EE 05 FE 24 A0 59 22 IF 3F 38 D4 85 CE 5C A5 5E 21 07 A7 7E EE 7A</td><td> Signature</td><td> signature_value (r, s) (note - not valid just simulated signature)</td>
22029363.1
-11 CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393
[0047] The certificate 40 in this example is compatible with the standardized X.509 certificate formatting and therefore widely accepted in the network, and the incorporation of the ECQV implicit certificate and private key contribution data, t, enables selective use of the second format used in a second protocol between correspondents 12.
|0048] The provisioning of the credentials, e.g. by way of certificates 40 to the correspondents 12, is shown in Figure 5.
[0049] Correspondent 12a is directed to send a communication to correspondent 12b. Correspondent 12a has a static key pair Qa- The communication is initiated by requesting a certificate 40 from the CA 12c for the public key Qa, of correspondent 12a. The requestor, correspondent 12a, sends a request to the CA, 12c, in accordance with the requestor transformation of the first standardized protocol, in the present example, X.509.
[0050] The request includes identification information, indicated in Figure 5 as identity A, key usage requests, and the public key Qa. The request may be signed using the private key k<sub>A</sub>[0051] The request is received by the CA, 12c, which verifies the contents of the request, including verification of any signature on the request. The CA, 12c validates the identification information according to the policies implemented by the CA, 12c, such as by a challenge/response exchange between the CA, 12c and the requestor 12a.
[0052] Upon validation of the identity, the CA formats the certificate structure using the information received from the requestor. Prior to signing the certificate 40, the CA also generates a certificate corresponding to the second protocol and inserts that into the extension fields. The CA, 12c has two static key pairs, (kcA, Qca) and (k'cA, Q’ca) and uses one for the certificate of the first standardized protocol and the other for the second standardized protocol.
[0053] In embodiments in which the second format and second protocol is associated with ECQV, the CA generates an ephemeral key pair (d,Q) using the RNG 30 and ALU 28 of its cryptographic module 24.
[0054] The CA, 12c, computes a public key reconstruction value Ba = Q + Qa and constructs identity and validity information, denoted by ID<sub>A</sub>. This information may be
22029363.1
- 12CA 02772136 2014-06-03 obtained from that previously constructed by the CA, 12c for use in the certificate information 42 if convenient.
[0055] The CA 12c then formats an ECQV certificate IC<sub>A</sub>, to contain the values Ba and IDa- The format of the certificate ICa is shown in Figure 4 and includes identity and validity information IDa indicated at 70 and public key reconstruction value B<sub>A</sub> 72. The identity and validity information IDa includes a header 74, subject identifier 76, issuer identifier 78 and policy information 80.
[0056] The certificate ICa is used to generate private key contribution data, t, by initially hashing the certificate ICa to obtain a hash value e, i.e., e = hash (TQ).
[0057] The private key contribution data, t, is then generated using the hash value, e, the ephemeral private key d, and the CA’s second static private key k’c<sub>A</sub> so that t = ed + k'cA[0058] The certificate ICa and the private key contribution data, t, are inserted into the extension fields 62, 64 respectively of certificate 40 which, in this example, is then signed using the ECDSA signature protocol. A worker skilled in the art would appreciate that other signing protocols may be used instead of ECDSA for signing said certificate 40.
[0059] The ECDSA signature protocol uses the CA’s primary key pair (k<sub>CA</sub>, Q<sub>CA</sub>) as long term keys and generates an additional ephemeral key pair (g, G) for performing the signature protocol. The CA 12c generates an integer x from the x coordinate of the public key G, and reduces it mod n, which serves as a first signature component r. A second signature component s is then computed from the relationship: s = — [h(m)/r.kcA] mod n; where m is
S the certificate information 42 of the certificate 40, and h{ ) is a suitable hash function.
[0060] The certificate 40, which includes signature components r, s, is returned to the requestor, namely correspondent 12a in this example, who can verily the signature by computing a hash value e' of the certificate 40. Values w = s' mod n, uj =e'w mod n and w<sub>2 </sub>= r w mod n are computed and combined to obtain a value representing a point value X = UiP+UîQca[0061] The value X is checked to ensure it is not the point at infinity and the x coordinate xi of the value X is converted to an integer x , reduced mod n and compared to the signature component r. If they are identical then the signature is verified.
- 13 22509504.1
CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393
10062] The correspondent 12a may use the certificate 40 in communicating with other correspondents, 12b, who may also verify the signature, by using the components r,s and the public key Qca of CA 12c. The public key Q<sub>A</sub> is then extracted from the certificate. The certificate 40 is compatible with the first specified format, e.g. conforming to the X.509 standard, even though it contains the supplementary information in the extension fields 62, 64.
(0063] If, however, the correspondents 12 prefer to use the second protocol, the certificate IC<sub>A</sub> and the information necessary for the correspondent 12a to generate the private key and corresponding to the public key are available in the extension fields on the certificate 40.
(0064] As shown in Figure 5, the correspondent initially extracts the certificate /Q and the private key contribution data t from the certificate 40. Conespondent 12a computes a hash value e, - hllCf and uses its static private key k<sub>A</sub> to compute a derived private key k'<sub>A </sub>as (t+ei.k^) mod n.
(0065] The private key k'<sub>A</sub> may then be used in conjunction with the ECQV certificate IC<sub>A</sub>. Conespondent 12a can forward the implicit certificate IC<sub>A</sub> to a recipient, for example conespondent 12b. To obtain the public key Q'<sub>A</sub> conesponding to k'<sub>A</sub>, and bound to the implicit certificate IC<sub>A</sub> the recipient 12b extracts B<sub>A</sub> from the certificate IC<sub>A</sub> and computes e~ hashfCj) The public key Q'<sub>A</sub> is then computed as eB<sub>A</sub> + Q'c<sub>A</sub>.
[0066] The use of the second protocol is therefore available to the requestor 12a if needed but the initial distribution of the certificate IC<sub>A</sub> to the requestor can be achieved using the certificate 40 and infrastructure associated with the first protocol.
[0067] In the event that the recipient of the certificate 40 does not need or wish to use the second protocol, the inclusion of the supplementary information will not affect the use of the certificate 40.
[0068] After recovery of the private key k'<sub>A</sub>, it may be stored in the registers 26 of conespondent 12a for subsequent use with the certificate IC<sub>A</sub>.
[0069] A number of variations in the generation of the certificate IC<sub>A</sub> are possible.
22029363.1
- 14CA 02772136 2014-06-03
[0070] As shown in Figure 6, the identification information ID a used in the certificate ICa may be obtained by combining the certificate issuer and the certificate serial number.
[0071] Alternatively, the identification ID<sub>A</sub> may be the URL to an Online Certificate Status Protocol (OCSP) location, which may then be used as the unique subject identifier of the requestor, correspondent 12a. As a further alternative, the identification ID a may be obtained from the SubjectAltNameField of the certificate 40.
[0072] The identification information may also be obtained, as shown in Figure 7, by combining selected fields from the certificate 40 and hashing the combination to provide the identification IDa.
[0073] Although it may be desirable in some embodiments to use a pair of key pairs (kpA, Qca) and (k'<sub>C</sub>A, Q'ca) at the CA, the CA may use only one key pair to issue both certificates.
[0074] Similarly, the requestor 12a may have two public keys, one for the first protocol and one for the second protocol, and the CA uses the appropriate one to generate the public key B<sub>A</sub>. It can be appreciated that the same public key may be used in both protocols.
[0075] To further enhance the flexibility of provisioning the credentials, the generation of the certificate ICa may be delegated by the CA, 12c, to a second trusted CA, CA' indicated in ghosted outline in Figure 1, who hosts the key pair k'cA Q'ca- This enables the second CA, CA' to prepare the certificate ICa and forward it to the first CA, 12c to include in the certificate 40 as the supplementary information.
[0076] It will be apparent that although the use of X.509 and ECQV protocols have been exemplified, the same techniques may be applied to other combinations of certificate protocols such as RSA-ECQV where the certificates accommodate the supplementary information. Similarly, the principles may also be used with other discrete log cryptosystems and to different versions or applications of the same underlying protocol.
[0077] The principles discussed above can also be used to facilitate a public/private key upgrade as illustrated in Figures 8A through 8E. It has been recognized that typically a CA 12c needs to wait years until all corresponding devices or entities adopt the root key of a new certificate type, e.g. through a new software release. Once this occurs, the CA 12c may then begin selling and promoting the new certificate type, which can also take years. As such, currently it is often a very lengthy time frame to deploy new certificate types. By using the
- 15 22509508.1
CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393 formatting (e.g. the way it is structured) described above, the new certificate type can instead be distributed within the current certificates and if necessary be kept dormant until the root key for the new certificate format is obtained. In this way, the new certificate format can be used without delay once the root key is obtained, saving the time associated with certificate distribution. Figures 8A to 8E illustrate an example of such a certificate type upgrade process.
[0078] Figure 8A illustrates the distribution of a current certificate (Cert A) 40, which has associated with it, a root key pair (a, A). In this example, a smart phone 12e and a PDA 12b are shown as the recipient devices for illustrative purposes only and it will be appreciated that any number and type of device may also participate. Over time, Cert A 40 may be deployed in large numbers with many servers (e.g. CA 12c) having Cert A 40 and many entities (e.g. browsers) having root key A. The smart phone 12e and PDA 12b shown in Figure 8A thus have Cert A 40 and an associated root public key A available to them. At some later time, shown in Figure 8B, the CA 12c begins to issue a new certificate type B (Cert B), which in this example is of the type referred to as numeral 62 in the above discussion. Cert B 62 has an associated root key pair (b, B). With previous systems, the CA 12c would not be able to begin using Cert B 62 until the root public key B has been deployed in many (or all) entities that would use Cert B 62. As discussed above, this can take many years. By using the formatting shown in Figures 3 and 4 described above, the CA 12c can instead begin without delay to distribute the new certificate type B embedded in Cert A 40. As shown in Figure 8B, even though the smart phone 12e and PDA 12b do not yet have the root public key B, they can continue to use Cert A 40 and keep Cert B 62 dormant until it can be used.
[0079] Turning now to Figure 8C, the smart phone 12e in this example obtains the root public key B over the wireless network 16b and may then begin to use Cert B 62 while the PDA 12b can continue to use Cert A 40. Over time, the CA 12c may achieve significant penetration of the new certificate type by distributing it within Cert A 40. At some point, the CA 12c may then remove root key pair (a, A) without a significant impact on operations as illustrated in Figure 8D and the overall system 10 would be upgraded to Cert B 62. In the future, shown in Figure 8E, the CA 12c can use the same technique to upgrade current Cert B 40’ to new Cert C 62’ by embedding Cert C 62’ in the same way. It can be appreciated that the suffix (‘) is used to illustrate similar elements in a subsequent iteration. It will be appreciated that although the numerals 40 and 62 have been used in this example, the
22029363.1
CA 02772136 2012-02-24
WO 2011/032261
PCT/CA2010/001393 certificate update technique shown in Figures 8A to 8E should not be considered limited to using the certificate formatting shown in Figures 3 and 4. For example, this technique could be used to distribute 2048 RSA certificates (or ECC certificates) within a commonly used 1024 RSA certificate. The new 2048 RSA or ECC certificate may then lie dormant until the system 10 is provisioned to switch over to the new certificates.
[0080] Accordingly, the above provides a method of providing credentials, the method comprising: receiving a request to issue a first credential, wherein the first credential is to conform to a first specified format; preparing the first credential; incorporating supplementary information into the first credential to permit the requestor of the first credential to utilize a second credential that conforms to a second specified format, wherein the second specified format is different from the first specified format; and issuing the first credential in conformity with the first specified format. The above also provides a certificate issued by a certification authority to authenticate a public key of a correspondent, the certificate conforming to a first specified format and including the public key and supplementary information to permit a recipient of the certificate to utilize another certificate of a second different specified format.
[0081] The above also provides a method of obtaining credentials, the method comprising: receiving a first credential according to a first specified format; and extracting supplementary information from the first credential to utilize a second credential which conforms to a second specified format, wherein the second specified format is different from the first specified format.
[0082] The above also provides a server for providing certificates in a public key cryptographic system, the server comprising a cryptographic module configured to perform cryptographic operations, the cryptographic module generating a first certificate that conforms to a first specified format; obtaining supplementary information to permit utilization of a certificate of a second specified format which is different from the first specified format; inserting said supplementary information into the first certificate; and issuing the first certificate.
[0083] The above also provides a computer readable medium comprising computer executable instructions for providing credentials from a certificate authority, the computer readable medium including instructions for: receiving a request to issue a certificate, wherein
22029363.1
- 17CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393 the certificate is to conform to a first specified format; preparing the certificate including a public key of a requestor; incorporating supplementary information into the certificate to permit the requestor of the certificate to utilize a certificate in conformity with a second specified format, wherein the second specified format is different from the first specified format; and issuing the certificate in conformity with the first specified format.
[0084] The above also provides a computer readable medium comprising computer executable instructions for providing credentials, the computer readable medium including instructions for: receiving a certificate issued by a certificate authority according to a first specified format; and extracting supplementary information from the certificate to utilize a second certificate of a second specified format, wherein the second specified format is different from the first specified format.
[0085] Also provided is a computing device in a cryptographic system configured for obtaining credentials, the computing device comprising a cryptographic module configured for: receiving a first credential according to a first specified format; and extracting supplementary information from the first credential to utilize a second credential which conforms to a second specified format, wherein the second specified format is different from the first specified format.
[0086] Also provided is a system for providing credentials, the system comprising: a server; and at least one computing device communicably connectable to the server over a network; wherein: the server comprises a first cryptographic module to perform cryptographic operations, the first cryptographic module being configured for generating a first certificate conforming to a first specified format and obtaining supplementary information to permit utilization of a certificate of a second specified format which is different from the first specified format, and being configured for inserting the supplementary information into the first certificate and issuing the first certificate; and wherein: each the at least one computing device comprises a second cryptographic module to perform cryptographic operations, the second cryptographic module being configured for receiving the first certificate issued by a certificate authority according to the first specified format, and being configured for extracting supplementary information from the first certificate to utilize a second certificate of the second specified format, wherein the second specified format is different from the first specified format.
22029363.1
-18CA 02772136 2012-02-24
WO 2011/032261 PCT/CA2010/001393
[0087] Although the above principles have been described with reference to certain specific embodiments, various modifications thereof will be apparent to those skilled in the art as outlined in the claims appended hereto. The entire disclosures of all references recited above are incorporated herein by reference.
22029363.1
Contents36
9 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9
8 members in 4 offices
Priority claims9
| Document | Office | Kind | Date |
|---|---|---|---|
| 24087709 | United States of America | P | |
| 24087709 | United States of America | P | |
| 61240877 | United States of America | – | |
| 2010001393 | Canada | W | |
| 2010001393 | Canada | W | |
| 61240877 | – | – | – |
| PCTCA2010001393 | – | – | – |
| US20090240877P | – | – | – |
| WO2010CA01393 | – | – | – |
Members8
| Document | Office | Kind | |
|---|---|---|---|
| CA2772136A1 | Canada | A1 | |
| WO2011032261A1 | World Intellectual Property Organization (WIPO) | A1 | |
| EP2302834A2 | European Patent Office (EPO) | A2 | |
| US2011145585A1 | United States of America | A1 | |
| EP2302834A3 | European Patent Office (EPO) | A3 | |
| US9490979B2 | United States of America | B2 | |
| EP2302834B1 | European Patent Office (EPO) | B1 | |
| CA2772136CThis record | Canada | C |
7 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| Maintenance fee for patent paidMPN | MPN | |
| Fee paidST27 STATUS EVENT CODE: A-4-4-U10-U00-U101 (AS PROVIDED BY THE NATIONAL OFFICE); EVENT TEXT: MAINTENANCE REQUEST RECEIVEDU00 | U00 | |
| Full renewal or maintenance fee paidST27 STATUS EVENT CODE: A-4-4-U10-U11-U102 (AS PROVIDED BY THE NATIONAL OFFICE); EVENT TEXT: MAINTENANCE FEE PAYMENT PAID IN FULLU11 | U11 | |
| Maintenance fee for patent paidMPN | MPN | |
| Fee paidST27 STATUS EVENT CODE: A-4-4-U10-U00-U101 (AS PROVIDED BY THE NATIONAL OFFICE); EVENT TEXT: MAINTENANCE REQUEST RECEIVEDU00 | U00 | |
| Full renewal or maintenance fee paidST27 STATUS EVENT CODE: A-4-4-U10-U11-U102 (AS PROVIDED BY THE NATIONAL OFFICE); EVENT TEXT: MAINTENANCE FEE PAYMENT PAID IN FULLU11 | U11 | |
| Examination requestEEER | EEER |
Numbers
- Publication
- 2772136
- Publication, DOCDB
- 2772136
- Publication, EPODOC
- CA2772136
- Application
- 2772136
- Application, DOCDB
- 2772136
- Application, EPODOC
- CA20102772136
Titles2
- English
- SYSTEM AND METHOD FOR PROVIDING CREDENTIALS
- French
- SYSTEME ET PROCEDE DE FOURNITURE DE JUSTIFICATIFS D'IDENTITE
Classification
- CPC, 2
- H04L9/3066
- H04L9/3263
- IPC, 5
- H04L9 32
- H04L9 30
- H04W12 06
- H04W12 041
- H04W12 069