Self-generation of certificates using a secure microprocessor in a device for transferring digital information
Abstract
The present invention allows consumer communications device in the figure such as an IP telephony adapter (110) to self-generate public key pairs (224) and certificates (214). This eliminates the need for such keys and certificates to be sent to the devices from an outside source so a single-trust ap-proach can be maintained. A manufacturer's certificate is installed into a device at the time of manufacture. The device only issues itself certificates based on a signed request from an external outside server. The device's self-issued certifi-cates incorporate information obtained from the server in a profile. This allows control by the server over a device's self-issued certificates. In order to prevent tampering, and breaking, of the self-issued certificates, the certificate issuing process occurs within a secure microprocessor.

Term
Term ended
Expired 28 January 2020, 6.7 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
10 claims: 2 independent, 8 dependent
- 1CA 02359673 2008-11-12 THE EMBODIMENTS OF THE INVENTION IN WHICH AN EXCLUSIVE PROPERTY OR PRIVILEGE IS CLAIMED ARE DEFINED AS FOLLOWS:1. A method for providing self-issuing certificates in a device in a telecommunications system, the device having a certificate-signing key, the method comprising: receiving, from an external source, a request to generate a new certificate, wherein the request includes an encrypted public key! wherein the public key is smaller in size than the certificate-signing key;using a secure microprocessor inside the device to generate a new certificate for the public key;and directing the device to use said new certificate in data transfers.
- 10An apparatus for providing self-issuing certificates in an electronic device, the device having a certificate-signing key, the apparatus comprising:a cable input interface for receiving a request to generate a new certificate, wherein the request includes an encrypted public key, wherein the public key is smaller in size than the certificate-signing key;a secure microprocessor for generating a new certificate using the public key;and processing circuitry for using the new certificate in data transfers.
Independent claims2
43 paragraphs in 21 sections, as filed
CA 02359673 2001-07-24
WO 00/45241
PCT/US00/02317
SELF-GENERATION OF CERTIFICATES USING A SECURE MICROPROCESSOR IN A DEVICE FOR TRANSFERRING DIGITAL INFORMATION
BACKGROUND OF THE INVENTION
This invention relates in general to secure data transfers in digital systems and more specifically to a device in such a digital system that has the ability to self-issue certificates in a secure manner.
Public key systems have become a very popular means for providing security in digital systems. Public Key Systems (PKS) have two different keys, one for encryption, or signing, and one for decryption, or verifying. This separation of keys has great security value in that the sign/decrypt function can be securely isolated from verify/encrypt functions, as is appropriate for the typical use of these keys. Public key systems are also known as asymmetric systems, or cryptosystems, as opposed to non-public key systems that are known as symmetric, or secret key, systems.
To send a message in a public key system, a sender obtains the receiver’s public key. The sender uses the public key to encrypt a message. The encrypted message is then sent to the receiver. Since only the receiver has the corresponding private key of the
CA 02359673 2001-07-24
WO 00/45241
PCT/US00/02317 public/private key pair, only the intended receiver can decrypt and view the encrypted message.
However, a problem arises in that the sender may not be sure that they have obtained the receiver’s correct public key in the first place. For example, a fraudulent public key may have been provided under the guise of the receiver’s public key. In order to prevent this, “certificates” are used to generate confidence in the legitimacy of a public key. A certificate is typically the information that is included along with a signed message, where the certificate includes the public key required to verify the signature on the message. The certificate is signed with the certifying authority’s private key and can be verified by a recipient of the certificate by using the certifying authority’s public key. Of course, the same problem of obtaining the known certifying authority’s correct public key in the first place still exists. A sequence of certified public keys can be obtained from sources of progressively higher trust, where each preceding certificate’s public key comes from a successively more trustworthy source. At some point, the user of a certificate’s public key must be able to trust, or be assured that, the original public key for the chain of certificates does, indeed, come from the proper source and is valid.
The act of user authentication (verification of user identity) usually includes the verification of the user’s certificate. Usually the certificate includes the identity of the sender, the identity of the certificate issuer, the sender’s public key, the time period for which the certificate is valid, etc.
Sometimes it is necessary to update key pairs by sending new key pairs from one device to another. This procedure can benefit from being validated by certificates, but where the updating occurs frequently the inclusion of certificate processing can put a high processing burden on the participating systems. Also, certificates need to be generated, signed and transferred in order to minimize the effect that a “broken” or “stolen” private key could have on a system. The maintenance of security based on a public key scheme, certificates, authentication, etc., is referred to as a system’s Public Key Infrastructure (PKI). An example of telecommunications systems where the implementation of a traditional PKI is problematic or prohibitive is in a large scale digital network, such as the Internet. Where the data being transferred is high bandwidth using many transactions of small size, the number of
CA 02359673 2008-11-12 discrete exchanges of data, along with their corresponding encryption, decryption, authentication, etc., is extremely large. However, the need for security such as is provided by a PKI is also great, especially in applications such a telephony, or other secure data transfers such as banking, etc.
Telecommunications systems that are large and based around flexible protocols such as Internet Protocol (IP) typically use many servers, switches, routers and other devices for transferring data. Each device is usually a discrete box that can use a combination of hardware and software. Many such devices are located in diverse locations many miles apart, ft is necessary not only to ensure that communication between the devices remains secure, but also that processing within each device is highly immune from security attacks.
Shorter keys are often useful because their security functions (i.e., encoding/encrypting or decoding/decrypting) require less time than longer keys. However, the level of security provided is less than with longer keys so the shorter keys and certificates need to be replaced more often. If the initial keys and certificates are installed by the unit (e.g. cable telephony adapter) manufacturer while the replacement keys and certificates are transferred from the network service provider, a “dual trust” hierarchy is created that is not as robust as a single trust approach.
Thus, it is desirable to provide a security system for use in telecommunications systems that handles certification efficiently.
SUMMARY OF THE INVENTION
The present invention allows consumer communications devices such as an IP telephony adapter to self-generate public key pairs and certificates. This eliminates the need for such keys and certificates to be sent to the devices from an outside source so a single-trust approach can be maintained. In one embodiment, public key pairs may be generated by a server and delivered to a consumer device in an encrypted and signed message. The certificate for the delivered public key would still be generated inside the consumer device. A manufacturer-signed consumer device certificate for a large public key may be installed into a device at the time of manufacture. The device only issues itself certificates (for a newly generated shorter key pair) based on a signed request from an external outside server. The device’s
CA 02359673 2008-11-12 self-issued certificates incorporate information obtained from the server in a profile. This allows control by the server over a device’s self-issued certificates. In order to prevent tampering, and breaking, of the self-issued certificates, the certificate issuing process occurs within a secure microprocessor.
In accordance with one aspect of the invention, there is provided a method for providing self-issuing certificates in a device in a telecommunications system. The method includes receiving, from an external source, a request to generate a new certificate, wherein the request includes a certificate parameter; using a secure microprocessor to generate a new certificate that uses the certificate parameter; and using the new certificate in data transfers.
The preferred embodiment includes receiving, from an external source, a request to generate a new certificate, wherein the request includes a signed profile of what parameters should appear in the new certificate. The device generates a new public/private key pair and then signs a new certificate - all done as a single combined operation by a secure microprocessor. In another embodiment, the request itself includes a public key and an encrypted private key. The device in that case decrypts the private key and signs the new certificate - again, all done by a secure microprocessor as a single combined operation. The decryption key used is a (longer) private key that was installed in the device at the time of manufacture.
In both embodiments, the device can sign the new certificate with a (longer) certificate signing key that was installed at the time of manufacture. The new key pair and certificate, along with the pre-installed certificate for the device’s certificate-signing key, can be used to secure call signalling and other communications.
In accordance with another aspect of the invention, there is provided a method for providing self-issuing certificates in a device in a telecommunications system where the device has a certificate signing key. The method comprises receiving, from an external source, a request to generate a new certificate, wherein the request includes an encrypted public key, wherein the public key is smaller in size than the certificate signing key. The method further involves using a secure microprocessor inside the device to generate a new certificate that uses the public key, and directing the device to use the new certificate in data transfers. The request may include a validity time, which may be included in the new certificate. Receiving may
CA 02359673 2008-11-12 include receiving a certificate request to generate a new certificate and the certificate request may include a signed profile of at least a portion of parameters to appear in the new certificate. The method may further comprise signing the new certificate and using the new certificate in data transfers.
The method may further comprise generating a new public key pair. Receiving a request may include receiving a request including an encrypted private key. The method may further comprise decrypting the private key. The steps of signing the new certificate and decrypting the private key may be performed by the secure microprocessor. The steps of signing the new certificate and decrypting the private key may be performed by the secure microprocessor as a single combined operation. The new certificate may be signed by the device using a certificate signing key installed at the time of manufacture of the device.
In accordance with another aspect of the invention there is provided an apparatus for providing self-issuing certificates in an electronic device having a certificate singing key. The apparatus comprises a cable input interface for receiving a request to generate a new certificate, wherein the request includes an encrypted public key smaller in size than the certificate signing key and a secure microprocessor for generating a new certificate using the public key, and processing circuitry for using the new certificate in data transfers.
BRIEF DESCRIPTION OF THE DRAWINGS
Fig. 1 is a flowchart that describes the basic steps of the present invention;
Fig. 2 A shows a portion of a telephony network 100 including a Cable Telephony Adapter; and
Fig. 2B shows an exemplary embodiment of the CTA.
DESCRIPTION OF THE SPECIFIC EMBODIMENTS
The present invention is preferably included in a cable telephony system. Although specific reference is made to a cable telephony system, the invention is adaptable for use in virtually any telecommunications system that uses secured transactions.
CA 02359673 2001-12-04
5a
Cable Telephony Adapter
Fig. 2 A shows a portion of an IP telephony network 100 constructed in accordance with the present invention. The network 100 includes a first user 102 coupled to a source CTA 104. The source CTA 104 is further coupled to a source gateway controller 106 and an IP telephony network backbone 110.
The network 100 also includes a second user 112 coupled to a destination CTA 114. The destination CTA 114 is further coupled to a destination gateway controller 116 and the IP telephony network backbone 110. In addition, the network 100 also includes a customer service representative (CSR) center 120, a provisioning server 122 and a billing host 124.
Each user of the network 100 goes through an initialization process to activate network service. For example, when the user 102 and associated CTA 104 are coupled to the network, a series of messages are exchanged between the CTA 104, the gateway controller 106 and the CSR 120. The messages provide for activation of telephony service for the user 102, establishment of account information and creation of encryption keys to be used by the CTA to encrypt and decrypt messages exchanged over the network. The billing host 124 is used to setup account information for each user and to bill for network usage. The provisioning server 122 is used to initialize and register CTA devices within a specific IP telephony network.
Fig. 2B shows an exemplary embodiment of the CTA 104 constructed in accordance with the present invention. The CTA 104 includes a cable input interface (I/F)
CA 02359673 2001-07-24
WO 00/45241
PCT/US00/02317
202, a cable output I/F 204, a user output I/F 206, a user input I/F 208, a host processor 210, a memory 212 and an additional secure processor 220 along with secure memory 222, used to protect public/private key pairs 224. Certificates 214 are stored in regular memory because they are signed and don’t require additional protection.
The cable input I/F 202 is coupled to a cable telephony input 216. The cable output I/F 204 is coupled to a cable telephony output 218. The cable telephony input and output I/F couple the CTA 200 to a cable telephony network, such as by connecting to a cable modem (not shown) that is coupled to the cable telephony network. In another embodiment, the cable modem is included in the CTA so that the cable telephony network may be connected directly to the CTA.
The processor 210 couples to the cable input I/F 202 and the cable output I/F 204 to provide processing of information received and transmitted, respectively, on the telephony network. The line 216 carries secure encrypted and/or signed information which cannot be processed directly by the host processor, since it does not have access to cryptographic keys. The host processor has to pass on this information to the secure processor, which has access to the necessary keys to perform cryptographic operations. The connections between the cable I/F modules and the user I/f modules carry unencrypted information. The unencrypted information is commonly referred to as clear text, which extends back to the user. Similarly, when clear text user input needs to be encrypted and/or signed, this cannot be done directly by the host processor. It passes on the information to the secure processor that performs the cryptographic operations. This way, encrypted and/or signed data appears on line 218.
The certificates in 214 cryptographically bind each public key to an identity. The short, self-signed public key may be bound to either the device or user identity, while the longer public keys installed at the time of manufacture must be bound to the identity of the device (since the user identity is unknown at that time). The certificates are not protected in secure memory because they are already cryptographically protected with a digital signature.
Self-Issuance of Certificates
Fig. 1 is a flowchart that describes the basic steps of the present invention.
CA 02359673 2001-07-24
WO 00/45241
PCT/US00/02317
In Fig. 1, flowchart 10 is entered during provisioning when the CTA gets a request from a server to issue itself a certificate for a new public key. For example, the preferred embodiment uses a 768-bit RSA key pair as a 'small’ key pair with a self-issued certificate. The CTA is provided with a large 2048-bit RSA public/private certificate signing key pair and a corresponding public key certificate upon manufacture of the CTA at a factory. A large key-exchange public/private key pair (e.g., 2048-bit RSA key pair) and a corresponding certificate are also installed into the CTA at the factory.
Steps 14,18 and 20 are performed by the secure microprocessor in the CTA. Thus, all of the steps necessary to issue a certificate for a small public key and certificate are performed inside the secure microprocessor. At step 14, the request from the server is authenticated by verifying the signature. In the preferred embodiment, in step 18a “short” (e.g. 768-bit) RSA key pair is generated inside the secure microprocessor. In another embodiment, step 18 results in the decryption of the “short” RSA private key sent in the certificate request. At step 20, the CTA issues itself a new certificate for the corresponding public key that is also included in the server request. This new certificate is signed with the CTA’s large certificate-signing key. The parameters in the new certificate (e.g., validity time) are copied from the certificate request sent by the server and are used in the self-issued certificate. Table I shows a list of different parameters in the profile of the server request. Table II lists the parameters that are copied over to the certificate from the profile in the request.
CA 02359673 2001-07-24
WO 00/45241
PCT/US00/02317 • 768-bit RSA Private Key (optional - used if the device does not generate a key pair, itself) • 768-bit Public Key (optional - used if the device does not generate a key pair, itself) • Key/Certificate Validity Period (start and stop times) • Network ED • CTA ID • Signature Algorithm (e.g., RSA over SHA-1) • Signature Over Certificate Request • Network Certificate (2048-bit) *· Network Equipment Manufacturer Certificate TABLE I • Public Key (optional - used if the device does not generate a key pair, itself) ·· Key/Certificate Validity Period (start and stop times) • Network (or Service Provider) ID «· CTA (or user) ID
TABLE II
After creation of the new certificate, and corresponding key pair, the CTA can use them to either authenticate itself or for secure key exchanges. Because the new certificate is issued inside a secure microprocessor, a hacker can’t tamper with the certificateissuing process. The certificate is based on the information in the server certificate request. Also, it is difficult for a hacker to imitate a server certificate request as the request must be signed with the server’s private key.
Note that variations from the specific embodiments discussed here are possible. For example, different key sizes and public key technology (e.g., RSA, Elliptic Curve, El Gamal, etc.) may be used. Thus, although the invention has been presented with respect to specific embodiments thereof, these embodiments are merely illustrative, and not
CA 02359673 2001-07-24
WO 00/45241
PCT/US00/02317 restrictive, of the invention, the scope of which is to be determined solely by the appended claims.
Contents21
6 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6
87 members in 12 offices
Priority claims14
| Document | Office | Kind | Date |
|---|---|---|---|
| 11778899 | United States of America | P | |
| 11778899 | United States of America | P | |
| 60117788 | United States of America | – | |
| 12877299 | United States of America | P | |
| 12877299 | United States of America | P | |
| 60128772 | United States of America | – | |
| 0002317 | United States of America | W | |
| 0002317 | United States of America | W | |
| 60117788 | – | – | – |
| 60128772 | – | – | – |
| PCTUS00002317 | – | – | – |
| US19990117788P | – | – | – |
| US19990128772P | – | – | – |
| WO2000US02317 | – | – | – |
Members87
| Document | Office | Kind | |
|---|---|---|---|
| US933925A | United States of America | A | |
| CA2359673A1 | Canada | A1 | |
| CA2359685A1 | Canada | A1 | |
| CA2360781A1 | Canada | A1 | |
| CA2360785A1 | Canada | A1 | |
| WO0045241A2 | World Intellectual Property Organization (WIPO) | A2 | |
| WO0045273A1 | World Intellectual Property Organization (WIPO) | A1 | |
| WO0045539A1 | World Intellectual Property Organization (WIPO) | A1 | |
| WO0045546A2 | World Intellectual Property Organization (WIPO) | A2 | |
| AU3218600A | Australia | A | |
| AU3352000A | Australia | A | |
| AU3475000A | Australia | A | |
| AU3584100A | Australia | A | |
| CA2365856A1 | Canada | A1 | |
| CA2370471A1 | Canada | A1 | |
| WO0062507A1 | World Intellectual Property Organization (WIPO) | A1 | |
| WO0062519A2 | World Intellectual Property Organization (WIPO) | A2 | |
| AU4079200A | Australia | A | |
| AU4213600A | Australia | A | |
| WO0045241A3 | World Intellectual Property Organization (WIPO) | A3 | |
| WO0062519A3 | World Intellectual Property Organization (WIPO) | A3 | |
| EP1151579A2 | European Patent Office (EPO) | A2 | |
| KR20010103756A | Republic of Korea | A | |
| KR20010108150A | Republic of Korea | A | |
| KR20010108151A | Republic of Korea | A | |
| EP1161806A1 | European Patent Office (EPO) | A1 | |
| EP1163589A1 | European Patent Office (EPO) | A1 | |
| EP1169833A1 | European Patent Office (EPO) | A1 | |
| EP1171989A2 | European Patent Office (EPO) | A2 | |
| WO0045273A9 | World Intellectual Property Organization (WIPO) | A9 | |
| WO0062519A9 | World Intellectual Property Organization (WIPO) | A9 | |
| CA2421628A1 | Canada | A1 | |
| WO0225899A1 | World Intellectual Property Organization (WIPO) | A1 | |
| AU9295501A | Australia | A | |
| CN1346563A | China | A | |
| CN1347605A | China | A | |
| WO0045546A8 | World Intellectual Property Organization (WIPO) | A8 | |
| EP1236303A1 | European Patent Office (EPO) | A1 | |
| JP2002535740A | Japan | A | |
| JP2002540443A | Japan | A | |
| HK1045917A1 | Hong Kong, China | A1 | |
| HK1047003A1 | Hong Kong, China | A1 | |
| AU761317B2 | Australia | B2 | |
| MXPA01007563A | Mexico | A | |
| EP1320975A1 | European Patent Office (EPO) | A1 | |
| JP2003521834A | Japan | A | |
| CN1127835C | China | C | |
| KR20040014400A | Republic of Korea | A | |
| CN1476709A | China | A | |
| JP2004509567A | Japan | A | |
| HK1045917B | Hong Kong, China | B | |
| AU777383B2 | Australia | B2 | |
| US6839841B1 | United States of America | B1 | |
| US2005027985A1 | United States of America | A1 | |
| US6892308B1 | United States of America | B1 | |
| US2005120248A1 | United States of America | A1 | |
| EP1236303A4 | European Patent Office (EPO) | A4 | |
| EP1320975B1 | European Patent Office (EPO) | B1 | |
| EP1169833B1 | European Patent Office (EPO) | B1 | |
| AT312464T | Austria | T | |
| AT313200T | Austria | T | |
| ATE312464T1 | Austria | T1 | |
| ATE313200T1 | Austria | T1 | |
| DE60115672D1 | Germany | D1 | |
| DE60024800D1 | Germany | D1 | |
| DE60024800T2 | Germany | T2 | |
| DE60115672T2 | Germany | T2 | |
| CN1285202C | China | C | |
| EP1151579A4 | European Patent Office (EPO) | A4 | |
| US7376837B1 | United States of America | B1 | |
| EP1161806A4 | European Patent Office (EPO) | A4 | |
| EP1163589A4 | European Patent Office (EPO) | A4 | |
| US7568223B2 | United States of America | B2 | |
| CA2360785C | Canada | C | |
| EP1151579B1 | European Patent Office (EPO) | B1 | |
| AT444620T | Austria | T | |
| ATE444620T1 | Austria | T1 | |
| DE60043053D1 | Germany | D1 | |
| CA2359673CThis record | Canada | C | |
| US2009323954A1 | United States of America | A1 | |
| JP4651197B2 | Japan | B2 | |
| US7929701B1 | United States of America | B1 | |
| EP2312791A1 | European Patent Office (EPO) | A1 | |
| CA2365856C | Canada | C | |
| EP1161806B1 | European Patent Office (EPO) | B1 | |
| US8544077B2 | United States of America | B2 | |
| EP2312791B1 | European Patent Office (EPO) | B1 |
2 legal events, as the office reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | |
|---|---|---|
| ExpiryMKEX | MKEX | |
| Examination requestEEER | EEER |
Numbers
- Publication
- 2359673
- Publication, DOCDB
- 2359673
- Publication, EPODOC
- CA2359673
- Application
- 2359673
- Application, DOCDB
- 2359673
- Application, EPODOC
- CA20002359673
Titles2
- English
- SELF-GENERATION OF CERTIFICATES USING A SECURE MICROPROCESSOR IN A DEVICE FOR TRANSFERRING DIGITAL INFORMATION
- French
- GENERATION AUTOMATIQUE DE CERTIFICATS FAISANT APPEL A UN MICROPROCESSEUR DANS UN DISPOSITIF PERMETTANT DE TRANSFERER DES INFORMATIONS NUMERIQUES
Classification
- CPC, 13
- G06F12/1408
- G06F21/606
- G06F2207/7219
- G06F2211/008
- G06F2221/2129
- H04L63/0435
- H04L63/062
- H04L63/30
- H04L9/3263
- H04L2209/56
- H04L65/1043
- Y02E50/10
- H04L65/1101
- IPC, 13
- H04L9 32
- H04L65 1043
- G06F12 14
- G06F21 20
- G06F21 00
- G06F21 24
- G09C1 00
- H04L9 08
- H04L9 10
- H04L12 22
- H04L29 06
- H04M1 67
- H04M3 42