US20050154879A1 - Batch OCSP and batch distributed OCSP - Google Patents

Batch OCSP and batch distributed OCSP Download PDF

Info

Publication number
US20050154879A1
US20050154879A1 US11/036,221 US3622105A US2005154879A1 US 20050154879 A1 US20050154879 A1 US 20050154879A1 US 3622105 A US3622105 A US 3622105A US 2005154879 A1 US2005154879 A1 US 2005154879A1
Authority
US
United States
Prior art keywords
certificate
rtca
certificates
digital
computed
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US11/036,221
Inventor
David Engberg
Phil Libin
Silvio Micali
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Assa Abloy AB
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to US11/036,221 priority Critical patent/US20050154879A1/en
Assigned to CORESTREET, LTD. reassignment CORESTREET, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ENGBERG, DAVID, LIBIN, PHIL, MICALI, SILVIO
Publication of US20050154879A1 publication Critical patent/US20050154879A1/en
Assigned to ASSA ABLOY IDENTIFICATION TECHNOLOGY GROUP AB reassignment ASSA ABLOY IDENTIFICATION TECHNOLOGY GROUP AB SECURITY AGREEMENT Assignors: CORESTREET, LTD.
Assigned to CORESTREET, LTD. reassignment CORESTREET, LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: REYZIN, LEONID
Assigned to ASSA ABLOY AB reassignment ASSA ABLOY AB ASSIGNMENT OF SECURITY AGREEMENT Assignors: ASSA ABLOY IDENTIFICATION TECHNOLOGY GROUP AB
Assigned to CORESTREET, LTD. reassignment CORESTREET, LTD. RELEASE BY SECURED PARTY (SEE DOCUMENT FOR DETAILS). Assignors: ASSA ABLOY AB
Assigned to ASSA ABLOY AB reassignment ASSA ABLOY AB ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: CORESTREET LTD
Abandoned legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3263Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving certificates, e.g. public key certificate [PKC] or attribute certificate [AC]; Public key infrastructure [PKI] arrangements
    • H04L9/3268Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving certificates, e.g. public key certificate [PKC] or attribute certificate [AC]; Public key infrastructure [PKI] arrangements using certificate validation, registration, distribution or revocation, e.g. certificate revocation list [CRL]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/32Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials
    • H04L9/3247Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols including means for verifying the identity or authority of a user of the system or for message authentication, e.g. authorization, entity authentication, data integrity or data verification, non-repudiation, key authentication or verification of credentials involving digital signatures
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/56Financial cryptography, e.g. electronic payment or e-cash
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L2209/00Additional information or applications relating to cryptographic mechanisms or cryptographic arrangements for secret or secure communication H04L9/00
    • H04L2209/80Wireless

Definitions

  • This application relates to the field of digital certificates, and more particularly to the field of verifying and validating digital certificates and other information.
  • Digital signatures provide an effective form of Internet authentication. Unlike traditional passwords and PINs, digital signatures authenticate transactions in a way that is universally verifiable. Thus, it is very difficult, if not impossible, to repudiate a transaction that has been digitally signed.
  • Digital signatures are produced via a signing key, SK, and verified via a matching verification key, PK.
  • a user U keeps his own SK secret so that only U can sign on U's behalf. Fortunately, key PK does not “betray” the matching key SK; that is, knowledge of PK does not provide any practical advantage in computing SK. Therefore, a user U may make his own PK as public as possible so that every one can verify U's signatures. For this reason PK may be called the public key.
  • Digital certificates are alphanumeric strings that enable digital signatures by providing a guarantee that a given key PK is indeed the public key of a user U.
  • a Certification Authority (CA) generates and issues a certificate to a user, but often only after being assured of the user's identity. Thus, the certificate proves that the CA has verified the holder's identity, and possibly other attributes. Certificates expire after a specified amount of time, often one year in the case of public CAs.
  • a digital certificate C consists of a CA's digital signature securely binding together several quantities: SN, a serial number unique to the certificate, PK, the public key of the user, U, the user's name, D 1 , the issue date, D 2 , the expiration date, and additional data.
  • C SIG CA ( SN,PK,U,D 1 , D 2 , . . . )
  • CRL's work by having each CA periodically issue a properly dated and digitally signed list (the CRL) containing serial numbers of the revoked certificates.
  • a CRL contains all revoked certificates of a given set of certificates.
  • the digital certificate may be presented with an electronic transaction which is compared to the most recent CRL. If the given certificate is not expired but is on the list as having been revoked, then it is known from the CRL that the certificate is not valid and the certificate holder is no longer authorized to conduct the transaction enabled by the digital certificate. On the other hand, if the certificate does not appear in the CRL, then the certificate is deemed valid. Either way, the CRL may be archived with other records of each transaction, so as to be able to prove, in the future, the transaction's validity or, in the case of a revoked certificate, justify denial of service.
  • a CRL entry for each certificate may be as large as twenty-two bytes, thus making a one thousand certificate sub-CRL twenty-two thousand bytes long. This may be unacceptable in certain situations such as, for example, a wireless transaction, where having to transmit this many bits (as protection against future disputes and potential legal claims) may be impractical.
  • CRL's may grow big because they provide proofs of revocation (and thus, indirectly, of validity) about many certificates lumped together.
  • OCSP may provide for proofs of validity of individual certificates.
  • Conventional OCSP services use OCSP responders that may receive a question from a client (i.e., a relying party) about the validity of a given certificate issued by a given CA, and, in response thereto, may provide a digitally signed answer indicating both the status of the certificate and time information about the answer.
  • a conventional OCSP responder is provided with information about the status of all of a CA's certificates. Since often it is up to the CA to decide the status of its own certificates, then, if the OCSP responder is the CA itself, the OCSP responder/CA already has the information about the revocation status of the certificates. If, on the other hand, the OCSP responder is not the CA, the OCSP responder may be kept updated about the status of the CA's certificates. See, for example, U.S. Pat. No. 5,717,758, Witness-Based Certificate Revocation System.
  • the CA may update an OCSP responder by sending a most recent CRL.
  • the OCSP responder may consult the CRL to deduce whether a particular certificate of interest is currently valid or revoked so that the OCSP responder may provide a signed response to a relying party indicating the time of the current CRL, the time of the next update, and the time of actual processing.
  • a malicious/compromised OCSP responder may provide arbitrary signed answers about the certificates of a given CA, with or without consulting any CRL's.
  • the OCSP includes a mechanism where the CA provides the OCSP responder with a responder certificate, a special digital certificate—signed by the CA—that essentially vouches to other parties that the CA trusts the OCSP responder to provide accurate proofs about the CA's certificates. Note that for this process to work appropriately, each OCSP responder (as well as every CA) must have a secret signing key, and this key must be protected (e.g., by placing the server implementing the responder in a vault).
  • a diagram 40 illustrates a flow of information in a traditional OCSP environment.
  • the diagram 40 includes a CA 42 , a conventional OCSP responder 44 , and a relying party 46 .
  • the bold lines used for the CA 42 and the OCSP responder 44 indicate the presence of a secret key that must be protected for the system to work reliably.
  • the CA 42 provides validity information 48 (e.g., a CRL) to the OCSP responder 44 .
  • the relying party 46 provides an OCSP request 52 to the OCSP responder 44 .
  • the OCSP responder 44 examines the validity information provided by the CA 42 (e.g., in the form of a CRL) and to determine the validity status of the certificate in question.
  • the OCSP responder 44 then prepares a corresponding response, digitally signs the response and provides the result thereof as an OCSP response 54 to the relying party 46 .
  • the OCSP responder 44 may also provide a responder certificate 56 to the relying party 46 indicating that the OCSP responder 44 is empowered and entrusted by the CA 42 .
  • digital signatures are computationally intensive operations.
  • the digital signature created by a conventional OCSP responder on each OCSP response is generated at the time of the request, and may be the most computationally intensive part of the validation operation. For example, generating a digital signature may add between fifty milliseconds and one second to transaction time. Even if a conventional OCSP responder caches a digital signature about a digital certificate C after being asked the first time about C and then sent the cached signature when asked about C afterwards, still the answer to the first user asking about C may be significantly delayed due to generation of the initial digital signature.
  • a truly secure vault meeting all the requirements of—say—a financial CA, may cost over one million dollars to build and one million dollars a year to operate. In addition, even if an organization were willing to pick up such expenses, vaults can not be built overnight. Thus if a CA needed a few more vaults to lessen the load of its current conventional OCSP responders, there may be a delay of months before new properly-vaulted OCSP responders could be constructed.
  • OCSP mechanism requires that a conventional OCSP responder receive requests coming from un-trusted sources (the relying parties) and then service the requests using the secret signing key of the responder.
  • a malicious relying party or a malicious agent posing as a relying party might thus prefer exposing the OCSP responder signing key by exploiting a possible weakness in the underlying operating system.
  • relying parties from organization B could obtain from the responders from organization A the status of certificates from the CA of organization A. This limits performance however, since the OCSP responders from organization A may be geographically distant from relying parties of organization B, so network times may greatly slow overall validation processing.
  • a second alternative is to allow responders from organization B to make responses about certificates from organization A, by having the CA from organization A forward CRLs from organization A to foreign responders. Indeed, CRLs are digitally signed and thus need not be kept secret, and the CA from organization A presumably wishes to inform the largest possible audience about the validity status of certificates from organization A.
  • This second alternative provides an OCSP responder of organization B sufficient information for answering a request from a relying party about a certificate of organization A. But for the relying party to take seriously the digitally signed answer of an OCSP responder of organization B, the CA from organization A should also certify the foreign responder as trustworthy for answering validity queries about certificates from organization A.
  • a diagram 60 illustrates the CA 42 , the conventional OCSP responder 44 , and the relying party 46 shown in the diagram 40 of FIG. 1 .
  • the relying party 46 provides an OCSP request 62 about a certificate that is not managed by the CA 42 but, instead, was issued and is managed by a different CA 64 .
  • the OCSP responder 44 may not provide an OCSP response based solely on information within the CRL 48 provided by the CA 42 to the OCSP responder 44 .
  • the CA 64 provides a different CRL 66 and a different responder certificate 68 to the OCSP responder 44 .
  • the OCSP responder 44 may then use the different CRL 66 to formulate an OCSP response 72 about the foreign certificate.
  • the OCSP responder 44 may also provide to the relying party 46 the responder certificate 68 .
  • This second alternative may provide better scalability and performance, but it muddies the security and trust flow between the two organizations.
  • the OCSP responder 44 is making an authoritative response to the relying party that a certificate of the CA 64 is still good. If the OCSP responder 44 makes an incorrect response for any reason (misconfiguration, hostile attack, or straightforward dishonesty), the OCSP responder 44 may thus negatively impact the organization of the CA 64 . By allowing the OCSP responder 44 to make authoritative claims about certificates of the organization of the CA 64 , the organization of the CA 64 is relinquishing some of the trust that it previously held.
  • providing information about digital certificate validity includes ascertaining digital certificate validity status for each of a plurality of digital certificates in a set of digital certificates, generating a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificate of the plurality of digital certificates, where at least one of the messages indicates validity status of more than one digital certificate and digitally signing the artificially pre-computed messages to provide OCSP format responses that respond to OCSP queries about specific digital certificates in the set of digital certificates, where at least one digital signature is used in connection with an OCSP format response for more than one digital certificate.
  • Generating and digitally signing may occur prior to any OCSP queries that are answered by any of the OCSP format responses.
  • Ascertaining digital certificate validity status may include obtaining authenticated information about digital certificates.
  • the authenticated information about digital certificates may be generated by an entity that also revokes certificates.
  • the authenticated information about digital certificates may be a CRL.
  • Generating a plurality of artificially pre-computed responses may include generating responses for at least all non-revoked digital certificates in the set of digital certificates.
  • Providing information about digital certificate validity may also include, after digitally signing the artificially pre-computed messages, forwarding the result thereof to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates.
  • Providing information about digital certificate validity may also include, making available to the responders a special digital certificate containing a public verification key used to verify the digital signatures provided in connection with digitally signing the artificially pre-computed responses.
  • An entity that issues the special digital certificate may also issue certificates of the set of digital certificates.
  • Generating a plurality of artificially pre-computed responses and digitally signing the artificially pre-computed responses may be performed periodically.
  • the artificially pre-computed responses may include time information corresponding to when the artificially pre-computed responses were generated.
  • Executable code that ascertains digital certificate validity status may include executable code that obtains authenticated information about digital certificates.
  • the authenticated information about digital certificates may be generated by an entity that also revokes certificates.
  • the authenticated information about digital certificates may be a CRL.
  • Executable code that generates a plurality of artificially pre-computed responses may include executable code that generates responses for at least all non-revoked digital certificates in the set of digital certificates.
  • the computer software may also include executable code that forwards digitally signed the artificially pre-computed messages to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates.
  • the computer software may also include executable code that makes available to the responders a special digital certificate containing a public verification key used to verify the digital signatures provided in connection with digitally signing the artificially pre-computed responses.
  • An entity that issues the special digital certificate may also issue certificates of the set of digital certificates.
  • Executable code that generates a plurality of artificially pre-computed responses and digitally signs the artificially pre-computed responses may generate and sign the responses periodically.
  • providing information about digital certificate validity includes obtaining a plurality of signing key/verification key pairs, where each signing key provides a digital signature and a corresponding one of the verification keys verifies the digital signature and where digitally signing together a plurality of data elements using the signing keys is computationally more efficient than digitally signing each of the data elements individually, ascertaining digital certificate validity status for each certificate in a set of digital certificates, generating a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates, and digitally signing together the artificially pre-computed messages using signing keys from the pairs.
  • Ascertaining digital certificate validity status may include obtaining authenticated information about digital certificates.
  • the authenticated information about digital certificates may be generated by an entity that also revokes certificates.
  • the authenticated information about digital certificates may be a CRL.
  • the artificially pre-computed responses may be OCSP format responses.
  • Generating a plurality of artificially pre-computed responses may include generating responses for at least all non-revoked digital certificates in the set of digital certificates.
  • Providing information about digital certificate validity may include, after digitally signing the artificially pre-computed messages, forwarding the result thereof to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates.
  • Generating a plurality of artificially pre-computed responses and digitally signing the artificially pre-computed responses may be performed periodically.
  • the artificially pre-computed responses may include time information corresponding to when the artificially pre-computed responses were generated.
  • Providing information about digital certificate validity may include authenticating the verification keys.
  • Authenticating the verification keys may include providing the verification in a single digital certificate.
  • Authenticating the verification keys may include providing each of the verification keys in a separate digital certificate.
  • Executable code that ascertains digital certificate validity status may include executable code that obtains authenticated information about digital certificates.
  • the authenticated information about digital certificates may be generated by an entity that also revokes certificates.
  • the authenticated information about digital certificates may be a CRL.
  • the artificially pre-computed responses may be OCSP format responses.
  • Executable code that generates a plurality of artificially pre-computed responses may include executable code that generates responses for at least all non-revoked digital certificates in the set of digital certificates.
  • the computer software may include executable code that authenticates the verification keys. Executable code that authenticates the verification keys may provide the verification in a single digital certificate or may provide each of the verification keys in a separate digital certificate.
  • facilitating a transaction between a first party and a second party includes, prior to initiating the transaction, one of the parties obtaining an artificially pre-computed OCSP response about a specific digital certificate, where the artificially pre-computed OCSP response is generated by an entity other than the first party and the second party, one of the parties initiating the transaction, in connection with the transaction, the first party providing the specific digital certificate to the second party, and the second party verifying the specific digital certificate using the artificially pre-computed OCSP response.
  • the second party may obtain the artificially pre-computed OCSP response prior to the transaction being initiated.
  • the second party may cache the artificially pre-computed OCSP response for future transactions.
  • the first party may obtain the artificially pre-computed OCSP response prior to the transaction being initiated.
  • the first party may cache the artificially pre-computed OCSP response for future transactions.
  • Facilitating a transaction between a first party and a second party may also include the first party providing the artificially pre-computed OCSP response to the second party after the transaction being initiated.
  • ascertaining validity of a digital certificate includes examining a digitally signed message about the validity of the digital certificate, where the message is digitally signed by a special entity different from an entity that issued the digital certificate and verifying the digitally signed message using information from at least one of: the digital certificate and a certificate authenticating the entity that issued the digital certificate.
  • the information may be a public key corresponding to a secret key used to digitally sign the message.
  • the information may correspond to a special digital certificate authenticating the special entity that digitally signed the message.
  • ascertaining digital certificate validity status for each certificate in a set of digital certificates includes periodically generating a plurality of digitally signed artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates, and periodically forwarding the digitally signed artificially pre-computed messages to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates, where messages about some certificates are forwarded at a different frequency than messages about other certificates. Messages about revoked certificates may be forwarded less frequently than messages about valid certificates.
  • computer software stored in a computer readable medium, that ascertains validity of a digital certificate, includes executable code that examines a digitally signed message about the validity of the digital certificate, where the message is digitally signed by a special entity different from an entity that issued the digital certificate and executable code that verifies the digitally signed message using information from at least one of: the digital certificate and a certificate authenticating the entity that issued the digital certificate.
  • the information may be a public key corresponding to a secret key used to digitally sign the message.
  • the information may correspond to a special digital certificate authenticating the special entity that digitally signed the message.
  • the system described herein is a cost-effective, secure, scalable, and overall efficient credential/privilege validation system, that significantly enhances conventional OCSP-like method.
  • the system described herein even when exercising the option of maintaining compatibility with the OCSP standards, provide significant advantages over conventional OCSP, so as to offer qualitatively superior security and scalability.
  • the system described herein is a general, stand-alone system working independent of conventional OCSP. In some embodiments, however, the system may be OCSP compliant where each proof of validity according to the system described herein is structured as a syntactically correct digitally signed OCSP response so that a relying party requests and then verifies certificate validity information according to OCSP formats, etc.
  • Digital signatures are computationally intensive operations, but the system described herein concentrates this difficulty on a single dedicated server or, in other embodiments, a small number of dedicated servers. It is therefore very easy and relatively inexpensive to equip the single dedicated server (or small number of servers) with a computer sufficiently powerful to handle all required digital signatures at each update.
  • the responders used in the system described herein need only perform trivial fetch-and-forward operations, and thus may service an incoming relying-party query much faster than conventional OCSP responders could, since the latter must perform complex digital signatures.
  • the responders for the system described herein may employ trivial hardware and do not need to be secure, the responders may be relatively inexpensive to buy and to operate. Consequently, a relatively large number of responders may be deployed at a relatively low expense. Therefore, even if a large number of certificate validity status requests are generated in a short amount of time, this load may be spread across many responders, eliminating the risk of congestion and benign denial of service without incurring much cost.
  • the number of digital signatures for the system, described herein depends on the number of certificates and is relatively independent of the number of validity-status requests. Thus a single server providing digitally signed responses may be used even if a relatively large number of validity requested are expected.
  • the responders of the system described herein do not store any secret keys: they only store the digital signatures of the pre-computed responses provided to the responders which, once computed, can not be maliciously altered and thus need not be kept secret.
  • all conventional OCSP responders need protections, because each of the conventionalOCSP responders has a secret signing key, the divulgation of which compromises the entire system. Therefore, the system described herein is more secure than OCSP, because defending a single site (or a small number of sites) is preferable and easier than defending many and equally important sites.
  • relying parties can not easily mount software attacks on the system described herein. Even if a relying party succeeds in embedding in its query some kind of Trojan horse, it would not be able to expose any secrets, because the responders of the system described herein hold no secrets: the responders only store and return pre-computed digital signatures provided to the responders. Thus, all a malicious relying party may hope to expose is the full, accurate, and digitally signed account of which certificates are valid and which are revoked in a given time interval. However, this not only is non-secret information, and, in fact, is information that the CA would like to be universally known to prevent a relying party from incorrectly on revoked certificates issued by the CA.
  • the single dedicated server (or small number of dedicated servers) that digitally sign the pre-computed responses.
  • the single dedicated server (or small number of dedicated servers) does not process requests of untrusted sources, but rather, only receive information from the CA and provide digitally signed information to the responders. Therefore the ability to inject a Trojan horse is not necessarily available in the system described herein.
  • the system described herein enables significant flexibility within heterogeneous deployments involving multiple organizations.
  • a responder from one organization can forward artificially pre-computed responses to another organization without needing to distribute any trust to the other organization.
  • a first organization may enable the responders of another organization to provide convincing proofs of validity for the first organization without relinquishing any amount of control over the validity status of certificates of the first organization. That is, in the system described herein, trust may flow from one organization to another without any loss of security or control
  • the responders may be treated as transparent network infrastructure rather than hardened trust points. This is similar to the service cloud offered by the Internet's DNS infrastructure, in that it allows for a heterogeneous collection of name servers that transparently interoperate to discover and cache valid responses for queries.
  • Secure heterogeneity is a major advantage of the system described herein over conventional OCSP. Secure heterogeneity allows a wide variety of organizations to interoperate so that relying parties from different organizations can cross-validate certificates from other organizations in a secure, reliable, efficient manner.
  • the system described herein provides all validation trust into a single authority (or small number of authorities) while distributing the query load across an arbitrary number of unprotected responders.
  • the system described herein does not decrease security even in distributed implementations relying on a relatively large number of responders even though the responders are unprotected.
  • the system described herein improves the response time to a query.
  • the system described herein does not delegate trust to foreign responders in heterogeneous environments.
  • FIG. 1 illustrates a prior art system for providing OCSP responses to a relying party.
  • FIG. 2 illustrates a prior art system for providing OCSP responses in a heterogeneous environments.
  • FIG. 3 illustrates an RTC system according to an embodiment of the system described herein.
  • FIG. 4 is a flow chart illustrating initializing an RTCA according to an embodiment of the system described herein.
  • FIG. 5 is a flow chart illustrating communicating between a CA and an RTCA according to an embodiment of a system described herein.
  • FIG. 6 is a flow chart illustrating pushing data from an RTCA to RTC responders according to an embodiment of the system described herein.
  • FIG. 7 is a flow chart illustrating RTC responders obtaining data from an RTCA according to an embodiment of the system described herein.
  • FIG. 8 is a flow chart illustrating an RTC responder providing information to a relying party according to an embodiment of the system described herein.
  • FIG. 9 is a flow chart illustrating an RTC responder obtaining validity information according to an embodiment of the system described herein.
  • FIG. 10 is a flow chart illustrates an RTC responder obtaining validity information according to another embodiment of the system described herein.
  • FIG. 11 is a flow chart illustrating steps performed in connection with facilitating a two-party transaction according to an embodiment of the system described herein.
  • FIG. 12 is a diagram illustrating a digital certificate according to an embodiment of the system described herein.
  • FIG. 13 is a diagram illustrating flow of data between a CA, an RTCA, an RTC responder, and a relying party according to an embodiment of the system described herein.
  • FIG. 14 is a diagram illustrating flow of data between a CA, RTCA, RTC responder, and relying party of a first system and a CA, RTCA, RTC responder, and a relying party of a second system according to an embodiment of the system described herein.
  • FIG. 15 is a diagram illustrating a heterogeneous cloud of RTC responders according to an embodiment of the system described herein.
  • FIG. 16 is a flow chart illustrating optimizations according to an embodiment of the system described herein.
  • FIG. 17 is a diagram illustrating an authorization authority according to an embodiment of the system described herein.
  • FIG. 18 is a diagram illustrating a flow of data between a CA, an SERTCA, an RTC responder, and a relying party according to an embodiment of the system described herein.
  • FIG. 19 is a flow chart illustrating providing information to an RTCA/SERTCA/OCSP responder for batch OCSP processing according to an ambodiment of the system described herein.
  • FIG. 20 is a flow chart illustrating providing information to RTC responders for batch OCSP processing according to an ambodiment of the system described herein.
  • the system described herein uses Real Time Credentials (RTC), alternatively referred to as Distributed OCSP (DOCSP), and uses an entity referred to as an RTC Authority (RTCA).
  • RTC Real Time Credentials
  • DOCSP Distributed OCSP
  • RTCA RTC Authority
  • the RTCA may or may not coincide with the CA of a given enterprise.
  • each CA provides its own RTCA with a special certificate, the RTCA certificate.
  • the CA may digitally sign the RTCA certificate, indicating that the CA trusts and empowers the RTCA to provide certificate validity information about certificates issued by the CA.
  • the RTCA certificate may convey RTCA status to a given entity (e.g., identified by a given identifier, OID number, etc.) and may bind a given verification key PK (for which the given entity possesses a corresponding secret signing key) to the given entity.
  • a given entity e.g., identified by a given identifier, OID number, etc.
  • PK for which the given entity possesses a corresponding secret signing key
  • the RTCA may have a different signing key than the CA.
  • the CA component of the entity may essentially only issue certificates while the RTCA component of the entity may only manage the certificates by, for example, proving that particular certificates are valid or revoked.
  • an RTCA certificate might still be used.
  • each CA is associated with only one RTCA. In other embodiments, it is possible for each CA to be associated with more than one RTCA, where each RTCA has a different signing key or where some or all of the RTCA's share signing keys. Having multiple RTCA's associated with a CA may be advantageous for redundancy purposes. In other embodiments, it is possible to have one or more RTCA's be associated with multiple CA's.
  • the RTCA protects its signing key, for instance, by means of a vault, secure facility, or secure hardware.
  • the RTCA may be hosted in a protected facility that includes more than one server having a secret signing key.
  • the facility may securely store copies of secret signing keys.
  • the RTCA may include more than one server each having a secret signing key properly certified by the CA.
  • the CA may keep the RTCA apprised of the validity status of certificates of the CA using, for example, CRL's, or using any other appropriate mechanism.
  • the CA may (1) inform the RTCA of any change in certificate validity in an on-line fashion, as soon as a change occurs, and/or (2) send the RTCA a CRL at fixed time intervals and/or whenever the CA produces a new CRL.
  • the CA may use any one or more (alone or in combination) of a number of techniques for providing individual certificate status information. See, for example, the disclosure provided in U.S. Pat. Nos.
  • the RTCA may perform an update by processing each outstanding certificate of the CA, and digitally signing a declaration stating the status of each certificate.
  • the status of each certificate may be deemed, for example, valid, revoked, or suspended (as well as possibly “unknown”).
  • the signed declaration may specify a time interval T.
  • every signed declaration specifies the same time interval T, and, in some embodiments, the totality of the time intervals is contiguous.
  • each Di may coincide with the date of one CRL, and Di+1 with the date of the next CRL and so forth. It should be appreciated, though, that such strict time dependency is not necessary.
  • the dates at which the RTCA processes or starts processing its declarations may be D 1 , D 2 , etc.
  • the time intervals specified within the declarations may be D 1 ′, D 2 ′, etc., where Di and Di′ may be different and/or independent.
  • Di may be earlier than Di′, in which case the RTCA may start processing a declarations before the beginning of the declaration's time interval—e.g., because the RTCA wishes to finish its processing by the beginning of interval T.
  • declaration times and CRL times may be different too.
  • the possible lack of synchronizations among processing times, CRL times and declaration times is not crucial to the system described herein.
  • “real time” is an abstraction, because some additional time is needed to notice and properly react to events.
  • CRL's though driving the RTCA process, may not be produced in real time.
  • the process of revoking a certificate may not be real time either. For instance, a user may realize that his secret key has been compromised—and thus request that his own certificate be revoked—only one day after the compromise actually occurred. Thus, the user's certificate may be revoked with a one-day delay anyway which, in comparison the deviation from real time due to RTCA computation, may be negligible.
  • the RTCA pre-computes a digital signature indicating the status of each certificate for a given time interval T. Such pre-computation may be performed independent of any party's request about a certificate validity.
  • the RTCA may pre-compute a signed declaration of the status of certificate C in a given time interval before any status query about C is ever made and, perhaps, even before the time interval starts.
  • the RTCA-signed declarations of certificate status may be in standard OCSP format. This is useful in situations where OCSP software is already in place so that it is convenient to take advantage of the RTC system without having to modify any of the existing relying-party OCSP software.
  • OCSP compliance is provided by specifically choosing relevant quantities, digital signature algorithms, OIDs, etc.
  • the RTCA may need to generate responses for every issued certificate, rather than just for revoked certificates.
  • the RTCA may be given, by the CA or another entity, a copy of every certificate for internal tracking, or the RTCA may be given the issued serial numbers through another mechanism that does not involve transmitting the individual certificates.
  • issued certificate information may not need to be explicitly provided to the RTCA in the special case where the serial numbers for certificates are issued in sequential order.
  • the RTCA may choose to infer the existence of each certificate serial number using only the current CRL. This may be done by determining the lowest and highest serial numbers in the CRL.
  • any intermediate numbers in the range between the high and low serial number may be known to be issued by the CA. If a number in the range is present in the CRL, then the status is known to be revoked. If an intermediate number in the range is not present, then the corresponding certificate me be determined to be not revoked, which is defined as “valid” in the OCSP standard.
  • the technique described above may handle the vast majority of issued certificates, although there may still be a few certificates that are issued having serial numbers that are either lower than the lowest CRL entry or higher than the highest CRL entry.
  • the RTCA may include these additional serial numbers through configurable parameters that assume a fixed number of valid serial numbers both before the first entry in the CRL and after the last entry in the CRL. For example, the RTCA may specify one hundred serial numbers before the lowest CRL entry and five hundred serial numbers after the highest CRL entry as representing valid certificates. This optimization allows the RTCA to retrieve one data element (the CRL) instead of a large number of elements (the individual certificates). The higher number used at the high end may be useful for accommodating newly issued certificates in situations where a certificates are issued with sequential serial numbers from low to high. In other embodiments, the lowest and highest serial numbers for issued certificates may be explicitly provided to the RTCA and, in some embodiments, that information may be digitally signed.
  • the pre-computed syntactically correct OCSP responses may technically be deemed not to be OCSP responses because the responses are not computed in response to any original/initial request.
  • the RTCA pre-computes OCSP-compliant responses to OCSP requests that have not yet been generated, and may never be generated.
  • the RTCA responses as may be deemed artificially pre-computed responses. It is also possible to use the term artificially pre-computed responses to denote any digitally signed RTCA declarations, even in implementations that are not OCSP compliant.
  • the RTCA may make the responses available to other parties.
  • the RTCA may return a response to a relying party in response to a validity status query.
  • the RTCA may make the artificially pre-computed responses available to RTC responders.
  • the RTC responders need not be protected since the RTCA-signed messages (artificially pre-computed responses) may not in practice be fraudulently modified or altered in a non-detectable way.
  • the RTCA may send artificially pre-computed responses to foreign responders (responders belonging to other organizations) without jeopardizing security.
  • the RTCA may facilitate processing by the RTC responders by presenting the artificially pre-computed responses to the RTC responders in a suitably organized fashion. For instance, the RTCA may present the artificially pre-computed responses ordered according to certificate serial number, or according to length, etc. To ensure that all the relevant artificially pre-computed responses have been received, at every update, the RTCA may provide RTC responders with an additional signature, by signing and dating the totality of the artificial, pre-computed responses. In some embodiments, checksums, a count of the number of artificially pre-computed responses, or similar mechanism may be used, with or without digital signatures.
  • the RTCA may send to the RTC responders the RTCA certificate generated by the CA to prove that the CA trusts and empowers the RTCA to provide certificate validity information about certificates issued by the CA. In some embodiments, it is not necessary to do this at every update. In some instances, the RTCA sends to the RTC responders the RTCA certificate only initially or at some fixed period or upon request.
  • the RTC responders may store the received artificially pre-computed responses of the RTCA for a sufficient time. In some embodiments, if the signatures of the RTCA relate to a given time interval T, the RTC responders may store the artificially pre-computed responses at least until the end of T. In some embodiments, at least some of the RTC responders, such as those belonging to the same organization as the RTCA, may periodically take steps to ensure that information is correct and up-to-date.
  • an RTC responder may verify that the artificially pre-computed responses about a time interval T are received by the beginning of T or other suitable time related to T, verify all received RTCA signatures (and possibly also the proper RTCA certificate), verify whether the RTC responder has received all signatures (e.g., no less than the expected number of signatures, no fewer signatures than of last transmission for already issued certificates, etc.), verify whether the RTC responder has received information indicating validity for a certificate that was previously declared revoked, verify that the RTCA certificate itself has not been revoked (e.g., because of a security compromise), etc. If any problem is detected, the RTC responder may inform the RTCA or an other proper entity.
  • the relying parties may ask the RTC responders for the validity status of certificates.
  • the request is in the OCSP format.
  • an RTC responder may fetch from memory, and return to the relying party, the RTCA-generated artificially pre-computed response for the particular certificate.
  • the RTC responder may also forward the certificate for the RTCA that signed the artificially pre-computed response.
  • the relying party may signal that it is not interested in receiving the RTCA certificate (because, for example, the relying party already has a copy), or the RTC responder may know or assume that the relying party has already a copy of the certificate.
  • the relying party may process the received responses to ascertain the validity status of the certificate of interest.
  • the relying parties may use OCSP software for such processing.
  • the relying parties may verify the proper RTCA certificates.
  • the relying parties may verify an RTCA certificate as an OCSP responder certificate.
  • an RTCA certificate may be syntactically constructed as an OCSP-responder certificate.
  • U be a party having a certificate Cu.
  • U may send Cu to V (unless V already has Cu), and possibly perform additional tasks (such as exhibiting a digital signature relative to a public verification key certified in Cu to belong to U, or being identified by decrypting a random challenge encrypted by V using a public encryption key certified in Cu to belong to U).
  • V might ascertain the current validity of Cu and make a validity query to an RTC responder. The responder may answer the query by fetching and returning the most current RTCA-signed declaration (artificially pre-computed response) about Cu.
  • querying an RTC responder adds a third party to a transaction that would otherwise be a two party transaction, which increases the time and complexity of the transaction.
  • party U may, at the beginning of or at least during each time interval T, receive an RTCA-signed declaration Du (an artificially pre-computed response) that Cu is valid throughout T.
  • U can receive Du in response to a request to the RTC responder (e.g., by making a ordinary relying-party request).
  • Du may be pushed to U, and possibly others, by, for example, an RTC responder or by an RTCA at every update and/or on an automatic basis.
  • U may forward Du to V in addition to all other steps or tasks the transaction entails. Therefore, the U-V transaction may be significantly sped up since V needs not call on any third party (e.g., the RTC responder) in order to ascertain the current validity of U's certificate.
  • party V After obtaining Du from an RTC responder in return to a query about the validity of a certificate Cu of party U, party V may give Du to U, or make Du available for others to use.
  • a user requests and obtains an OCSP response about his own certificate, and then forwards this OCSP response as part of his transactions to the other parties of the transactions for the appropriate time interval.
  • an OCSP responder may compute a response Ru, return Ru to the querying relying party, and also forward Ru to U, so that U can cache Ru and, at least for a while (until the next update), can forward Ru as part of transactions based on Cu.
  • the system described herein may be implemented using data found in individual certificates, thereby saving additional certificates and/or response length.
  • the CA may issue an RTCA certificate that empowers a given RTCA to provide authoritative answers about the validity of certificates issued by the CA.
  • Such an RTCA certificate may specify the public key that is used for verifying RTCA-signed responses (artificially pre-computed responses).
  • the CA may embed the RTCA public key within certificates issued by the CA or the information may be embedded in teh CA certificate itself. That is, the CA (with proper format, OID, etc.) may include in a certificate Cu the public key PK that may be used for verifying the digitally signed responses about Cu's validity.
  • a relying party need not receive a separate RTCA certificate.
  • a relying party may just obtain (e.g., because it so asks) the RTCA-signed response (artificially pre-computed response).
  • a Cu may specify the public verification key that a relying party may use for verifying a proof of validity for Cu.
  • the entire RTCA certificate (or a pointer thereto) may be embedded in a user certificate and/or in the CA certificate.
  • a certificate Cu may specify time intervals therefor.
  • an RTCA response may not need to specify both the beginning and end of an interval T.
  • the beginning of T alone may appropriately specify T.
  • Cu specifies daily updates, then any time within a given day suffices to specify the entire day to which a response refers.
  • it is understood e.g., from the CA's general policies
  • that the certificates have validity intervals consisting of a full day, then there is no need for such information to be specified within a certificate, and yet the savings in RTCA responses apply.
  • a proof of revocation need not specify any time interval. Rather, it often suffices for such a proof to specify a single point in time (e.g., a time of revocation) since, unlike validity and suspension, revocation is often an irrevocable process. Thus, a single revocation time, rt, may suffice for proving a certificate revoked. Note that rt need not be the beginning of any time interval T, but could specify any time.
  • the RTCA need not send C's revocation proof at all update dates (e.g., D 1 , D 2 , etc.). Instead, a revocation proof may be sent only once (or a few times for redundancy) and then cached by an RTC responder to be returned whenever a relying party query about C is made.
  • an RTCA may be informed immediately that a certificate C has been revoked. For example, information that C has been revoked may be forwarded in the middle of a time interval T for which the RTCA has already produced and forwarded a proof of validity for C to the RTC responders. In such a case, by the next update, no proof of validity will be computed for C. However, until then (i.e., until the end of T), an incorrect, but facially valid, proof of validity for C is held by the RTC responders.
  • a possible counter-measure includes having proofs of revocation take precedence over proofs of validity. In such a case, an honest relying party that sees both a proof of validity for C for some time interval T and a proof of revocation for C (at whatever time t), should regard C as revoked (after time t).
  • RTCA compute and send to all RTC responders a proof of C's revocation (independent of the scheduled dates D 1 , D 2 , etc. or D 1 ′, D 2 ′, etc.) as soon as the RTCA learns that C has been revoked (e.g., directly from the CA without waiting the next CRL update). All properly functioning RTC responders may then erase from memory any proof of C's validity and substitute therefor the newly received proof of revocation. In such a case the RTC responders are more likely to provide relying parties with accurate proofs about C's validity.
  • a diagram 80 illustrates an architecture for implementing the system described herein.
  • a CA 82 is coupled to an RTCA 84 and provides validation information thereto (e.g., CRLs).
  • the RTCA 84 is coupled to a plurality of RTC responders 86 - 88 which receive the artificially pre-computed responses from the RTCA 84 .
  • both the CA 82 and the RTCA 84 each use a secret signing key.
  • the CA 82 and the RTCA 84 may be the same entity, as illustrated by the box 85 .
  • the RTCA 84 provides the artificially pre-computed responses to the RTC responders 86 - 88 .
  • the RTC responders 86 - 88 do not need their own secret signing key and do not need to be secured since any information provided by one of the RTC responders 86 - 88 to a relying party has been digitally signed by the RTCA 84 and is public information.
  • more than one RTCA may be used, which is illustrated by an RTCA 92 and an RTCA 94 which represent a plurality of additional RTCAs.
  • Each of the additional RTCAs 92 , 94 may be coupled to the responders 86 - 88 that are served by the RTCA 84 .
  • one or more of the additional RTCAs 92 , 94 may be coupled to an additional, different plurality of responders 96 - 98 .
  • a flow chart 100 illustrates steps performed by a CA in connection with initializing an RTCA.
  • the steps of the flow chart 100 may be performed in connection with a new RTCA being added to a system or in connection with a previous RTCA being issued a new certificate, either because the old RTCA certificate had expired or because the security/secret key of the RTCA had been compromised.
  • Processing begins at a first step 102 where the CA verifies the RTCA. Verifying the RTCA at the step 102 depends upon the topology and security requirements of the system and may require, for example, an administrator physically inspecting the RTCA and verifying that the RTCA is in place and is secure. Of course, there may be other appropriate processing performed at the step 102 to verify that the RTCA is secure.
  • a step 104 where the CA generates keys for the RTCA.
  • the CA generates both a secret key for the RTCA and a public key for the RTCA.
  • step 106 the CA generates a certificate for the RTCA based on the keys generated at the step 104 .
  • the certificate generated at the step 106 is the RTCA certificate.
  • step 108 the secret key is provided to the RTCA.
  • a step 112 where the certificate generated at the step 106 is provided to the RTCA.
  • the step 112 it is possible to provide the certificate to the RTCA in an on-line (even unsecure) manner, since the RTCA certificate will be made public and, for all practical purposes, cannot be tampered with without knowledge of the secret key of the CA (usually different from the secret key generated at the step 104 ).
  • a step 114 where the initial certificate data about the certificates managed by the CA is provided from the CA to the RTCA.
  • the initial data provided at the step 114 may include an initial CRL.
  • the initial data provided at the step 114 may also include information about valid, unexpired certificates so that the RTCA may provide appropriate responses for the valid unexpired certificates.
  • processing is complete.
  • the step 104 is performed by the RTCA so that the RTCA is the only entity with knowledge of the secret key. In that case, the RTCA will present the corresponding public key to the CA (in either an on-line or off-line manner) so that the CA may generate the certificate at the step 106 .
  • the RTCA will present the corresponding public key to the CA (in either an on-line or off-line manner) so that the CA may generate the certificate at the step 106 .
  • it is not necessary to perform the step 108 described above. This is illustrated by an alternative flow path 116 from the step 106 to the step 112 shown in the flow chart 100 .
  • the steps of the flow chart 100 may be performed even in instances where the CA and the RTCA are the same entity. Of course, in such a case, verifying the RTCA at the step 102 is trivial.
  • the steps 104 , 106 , 108 , and 112 need not be performed since the RTCA certificate will simply be the certificate of the CA.
  • the step 106 may be performed in connection with generating the different format certificate for the RTCA certificate.
  • a flow chart 120 illustrates steps performed in connection with a periodic transfer of certificate validity data from the CA to the RTCA.
  • the steps of the flow chart 120 may be performed either periodically or upon specific requests by an RTCA. Processing begins at a first test step 122 where it is determined if any certificates have been revoked recently (i.e., since the last iteration). If so, then control passes from the test step 122 to a step 124 where the revocation information is sent to the responder. As discussed elsewhere herein, in some embodiments, revocation information is sent immediately (or as near immediately as possible) from the CA to the RTCA. In some embodiments, the revocation information sent from the CA to the RTCA at the step 124 is digitally signed or otherwise authenticated.
  • a test step 126 which determines if the current time corresponds to a new time interval for updating certificate information.
  • the CA pushes new validity information to the RTCA(s) at periodic intervals.
  • control passes from the test step 126 back to the step 122 , discussed above. Otherwise, if the current time does correspond to a new time interval, then control passes from the test step 126 to a step 128 where new validity information is generated by the CA, which includes, in some embodiments, digitally signing or otherwise authenticating the information.
  • the new validity information can be in any one of a variety of forms, including CRL's.
  • a step 132 where the new validity information generated at the step 128 is provided to the RTCA.
  • a test step 134 which determines if the RTCA has acknowledged receipt of the information sent at the step 132 . If not, then control transfers from the step 134 to a step 136 where error processing is performed.
  • the error processing performed at the step 136 may include, for example, notifying a system administrator. Note that it is useful to determine if the RTCA has received the new information at the step 134 since a malicious attacker could disable the RTCA as a means to prevent promulgation of information relating to recently revoked certificates. Following the step 136 , processing is complete.
  • data is provided periodically from the CA to the RTCA(s) without regard fro whether the RTCA(s) acknowledge receipt of the data. This is illustrated by an alternative path 137 .
  • the steps of the flow chart 120 are not performed periodically but, instead, are only performed in response to a specific request for data by the RTCA. This is illustrated by an alternative path 138 which causes control to transfer from the step 122 or the step 124 directly to the step 128 . Note also an alternative path 142 which corresponds to receipt of the acknowledgement at the step 134 . Thus, in embodiments where the steps of the flow chart 120 are not performed periodically, then, when it is determined at the test step 134 that the RTCA has acknowledged receipt of the information sent at the step 132 , the path 142 indicates that processing is complete. Of course, it is also possible to have embodiments where the RTCA(s) do not acknowledge receipt of the information from the CA. This is illustrated by an alternative path 144 .
  • a flow chart 150 illustrates processing performed by the RTCA for embodiments where data is periodically pushed from the RTCA to the RTC responders. Processing begins at a first step 152 where the RTCA determines if new data has been received since the previous push. If not, then control transfers back to the step 152 to continue to loop and poll until new data is received. Once it is determined at the test step 152 that new data has been received, then control transfers from the step 152 to a step 154 where the data is transferred from the RTCA to the RTC responders. Following the step 154 , control transfers back to the step 152 to continue polling to wait for new data.
  • a flow chart 160 illustrates steps performed by the RTCA for embodiments where data is provided from the RTCA to the RTC responders in response to a request by the RTC responders.
  • the RTC responders may, themselves, periodically request data from the RTCA rather than relying on having the data be automatically pushed periodically from the RTCA to the RTC responders.
  • Processing begins at a first step 162 where the RTCA receives a query (request for data) from an RTC responder. Following the step 162 is a test step 164 which determines if the RTCA certificate was requested by the RTC responder. As discussed elsewhere herein, the RTCA certificate is used to show that the CA trusts and empowers the RTCA to provide validation information.
  • each RTC responder may cache the RTCA certificate (to be provided, if requested and/or necessary to relying parties), in which case it may be necessary to request the RTCA certificate only once. In other embodiments, the RTC responders may periodically request the RTCA certificate or, in some cases, always request the RTCA certificate.
  • a test step 168 which determines if other information (i.e., an artificially pre-computed response) has been requested. If not, then processing is complete. Otherwise, control transfers from the test step 168 to a test step 172 which determines if the other information is available at the RTCA.
  • the other information requested by the RTCA responder may not be available at the RTCA. For example, if an RTCA responder requests information about a foreign certificate, an artificially pre-computed response may not be available at the RTCA.
  • a flow chart 190 illustrates steps performed by an RTC responder in connection with receiving a request for an artificially pre-computed response (e.g., an OCSP response) from a relying party.
  • Processing begins at a first step 192 where the request is received.
  • a step 194 where the RTC responder obtains RTCA data appropriate for the request.
  • Obtaining RTCA data at the step 194 is discussed in more detail elsewhere herein.
  • a test step 196 where it is determined if the requested data is available. If not, then control transfers from the test step 196 to a step 198 where the RTC responder provides a response to the relying party indicating that the status of the particular certificate is unknown.
  • processing is complete.
  • test step 196 If it is determined at the test step 196 that up-to-date validity data is available for the certificate(s) of interest, then control transfers from the test step 196 to a step 202 where checks are performed on the data.
  • the checks performed at the step 202 may included any one or more of determining the currentness of the data, determining that the RTCA certificate has not been tampered with and is still valid, and any one or more other checks that may be performed on the data obtained at the step 194 .
  • a test step 204 which determines if the results of performing the checks at the step 202 indicate that everything is okay. If not, then control transfers from the step 204 to a step 206 where the relying party is provided with an indication that the validity data is not okay. Other appropriate processing may be performed at the step 206 including, for example, notifying a system administator of the error. Following the step 206 , processing is complete.
  • test step 204 determines whether the validity data is okay. If it is determined at the test step 204 that the validity data is okay, then control transfers from the test step 204 to a test step 208 where it is determined if the relying party requested the RTCA certificate. If not, then control transfers from the test step 208 to a step 212 where the relying party is provided with the validity data (artificially pre-computed response). Following the step 212 , processing is complete. Otherwise, if it is determined at the test step 208 that the RTCA certificate was requested along with the validity data, then control transfers from the test step 208 to a step 214 where the validity data (artificially pre-computed response) and the RTCA certificate are provided to the relying party. Following the step 214 , processing is complete.
  • the relying party may perform its own checks of the validity data, in which case it may not be necessary to perform the checks at the step 202 or the corresponding test at the step 204 . This is illustrated by an alternative flow path 216 from the step 196 to the step 208 .
  • a flow chart 230 illustrates in more detail steps performed by the RTC responders in connection with obtaining RTCA data at the step 194 of the flow chart 190 of FIG. 8 .
  • the flow chart 230 corresponds to embodiments where RTCA data is pushed by the RTCA to the RTC responders automatically without the RTCA responders having to specifically request data. For these embodiments, the responders are always automatically in possession of the most up-to-date (or nearly up-to-date) RTCA data.
  • Processing begins at a first test step 232 where the RTC responder determines if the requested data is available at the RTC responder. If so, then control transfers from the test step 232 to a test step 234 which determines if the requested data at the RTC responder is up-to-date.
  • the artificially pre-computed responses may include a time interval over which the artificially pre-computed responses are valid, after which a new artificially pre-computed response needs to be obtained.
  • test step 234 if the specific artificially pre-computed response requested by a relying party is up-to-date by comparing the current time to the time interval associated with the artificially pre-computed response.
  • the information provided at the step 242 may include a reason for the unavailability of the requested information. Following the step 242 , processing is complete.
  • the step 236 may be omitted, which is illustrated by an alternative path 244 .
  • a flow chart 260 illustrates in more detail steps performed in connection with obtaining RTCA data at the step 194 of the flow chart 190 of FIG. 8 for embodiments where the RTC responder requests data from the RTCA.
  • Processing begins at a first step 262 where it is determined if the relying party has requested the RTCA certificate. If so, then control transfers from the step 262 to a step 264 where it is determined if the RTCA certificate is cached by the RTC responder. If not, then control transfers from the test step 264 to a step 266 where the RTC responder requests RTCA certificate from the RTCA.
  • a test step 268 where it is determined if an artificially pre-computed response has been requested. If so, then control transfers from the test step 268 to a test step 272 where it is determined if the requested artificially pre-computed response is cached (and, of course, up-to-date) at the RTC responder. If not, then control transfers from the test step 272 to a test step 274 where the RTC responder requests the artificially pre-computed response from the RTCA.
  • step 276 Following the step 274 or following the step 268 if no artificial pre-computer response was requested or following the step 272 if the requested artificial pre-computer response is cached, is a step 276 where the results of obtaining the requested information are provided for follow on processing according to steps of the flow chart 190 of FIG. 8 . Following the step 276 , processing is complete.
  • a flow chart 300 illustrates steps performed by either a user or a relying party with whom the user transacts in connection with embodiments where a two party transaction set up to avoid extra steps and processing of a three party transaction, as described above.
  • Processing begins at a first test step 302 where it is determined if the information (artificially pre-computed response) that a user and/or relying party has cached is up-to-date (or exists locally at all). If so, then control transfers back to the test step 302 to continue to poll until the information is not up-to-date.
  • a step 306 where the information obtained at the step 304 is stored locally (cached).
  • a certificate 320 is shown as including conventional certificate information 322 and RTCA certificate information 324 .
  • the certificate 320 may be a user certificate or a CA certificate. As described above, in some embodiments, it is possible to embed the public key certified by the RTCA certificate 324 in a certificate. When a relying party views the certificate 320 (either the user certificate or the CA certificate), it is not necessary to separately obtain the RTCA certificate.
  • the RTCA certificate information 324 includes the entire RTCA certificate or a pointer thereto.
  • a diagram 400 illustrates a flow of information between a CA 402 , an RTCA 404 , an RTC responder 406 , and a relying party 408 .
  • the CA 402 provides validation information (e.g., a CRL) 412 to the RTCA 404 .
  • the RTCA 404 generates a plurality of artificially pre-computed responses 416 that are provided to the RTC responder 406 .
  • the RTCA 404 may also provide an RTCA certificate 414 to the RTC responder 406 .
  • the RTCA certificate 414 may be provided only once or may be provided periodically independent of the RTCA 404 providing the artificially pre-computed responses 416 to the RTC responder 406 .
  • a relying party 404 generates an OCSP request 418 (or some other type of request for validity information) that the relying party 408 provides to the RTC responder 406 .
  • the RTC responder 406 services the OCSP request 418 by providing an artificially pre-computed OCSP response 422 that is one of the artificially pre-computed OCSP responses 416 previously provided from the RTCA 404 to the RTC responder 406 .
  • the relying party 408 may then use the artificially pre-computed response 422 to take appropriate further action based on the validity status of the certificate in question.
  • the RTC responder 406 may provide the RTCA certificate 414 to the relying party 408 .
  • a diagram 430 illustrates communicating validation information between two otherwise independent digital certificate systems.
  • the diagram 430 shows the CA 402 , the RTCA 404 , the RTC responder 406 and the relying party of 408 of the diagram 400 of FIG. 13 .
  • the diagram 430 also shows the validation information 412 provided by the CA 402 to the RTCA 404 and shows the RTCA certificate 414 and the artificially pre-computed responses 416 communicated from the RTCA 404 to the RTC responder 406 .
  • the diagram 430 also shows a second CA 432 , a second RTCA 434 , a second RTC responder 436 , and a second relying party 438 .
  • the second CA 432 provides validation information 442 to the second RTCA 434 .
  • the second RTCA 434 provides artificially pre-computed responses 446 to the second RTC responder 436 .
  • the CRL 412 contains information about different certificates than the CRL 442 and the artificially pre-computed responses 416 contain information about different certificates than the artificially pre-computed responses 446 .
  • the second relying party 438 provides an OCSP request 448 to the second responder 436 about a certificate managed by the CA 402 , none of the artificially pre-computed responses 446 provided by the second RTCA 434 may be appropriate for satisfying the OCSP request 448 .
  • the above-described difficulty may be addressed if the RTCA 404 had provided the artificially pre-computed responses 416 to the second RTC responder 436 and if the RTCA 404 had previously provided the RTCA certificate 414 to the second RTC responder 436 , then the second RTC responder 436 may satisfy the OCSP request 448 by providing to the second relying party 438 the RTCA certificate 414 and the artificially pre-computed response 422 generated by the RTCA 404 .
  • a diagram 460 illustrates a generalization of the system illustrated by the diagram 430 of FIG. 14 .
  • the RTCA 404 provides the artificially pre-computed responses 416 to a heterogeneous cloud 462 of RTC responders.
  • the second RTCA 434 provides the artificially pre-computed responses 446 to the heterogeneous cloud 462 of RTC responders.
  • the RTCA's 404 , 434 may also provide their respective RTCA Certificates (not shown) to the heterogeneous cloud 462 of RTC responders.
  • any number of RTCA's may provide artificially pre-computed responses and/or RTCA certificates to the heterogeneous cloud 462 of RTC responders.
  • the relying party 408 , the second relying party 438 , or some other relying party may receive an appropriate one of the artificially pre-computed responses and, optionally, an RTCA Certificate in response to an OCSP request (or some other type of request) for any certificate for which artificially pre-computed responses are provided to the heterogeneous cloud 462 .
  • the RTCA sends to each RTC responder artificially pre-computed responses, each of which may consist of multiple data elements, such as, for example, the response type, the time at which the response was computed, the digital signature algorithm identifier, id of the RTCA, the certificate number, whether the certificate is valid or invalid, etc., as well as the digital signature itself.
  • Many of these items are the same, or similar, across multiple responses. For instance, the time at which the response was computed and the id of the RTCA may be the same for all the responses.
  • the common elements may be transmitted only once. The RTC responder may still reconstruct the appropriate response when answering a relying party's request.
  • a proper compression algorithm may be used so as to take advantage of the similarities and communicate only the differences.
  • the RTCA may provide the responders with up-to-the-minutes updates for certificates whose status has changed, while still providing daily (or hourly, etc.) signed validity status information for all certificates.
  • Standard general compression techniques (such as Lempel-Ziv) can be used to further reduce the communication cost.
  • the compression techniques may be applied after the optimizations discussed above have already reduced the size of the communication.
  • a flow chart 470 illustrates steps for compressing data communicated between the RTCA and the RTC responders. Processing begins at a first step 472 where unscheduled items are removed for transmission. As discussed above, one of the possible optimizations is to update information about certificates at different rates where more important certificates are updated more frequently. Thus, at each update cycle, information about less important, unscheduled, certificates are removed from the information to be sent from the RTCA to the RTC responders.
  • step 474 where redundant items are removed from the remaining data.
  • the redundant items include items that are the same across information that is being transmitted. For example, the identity of the RTCA and the time of update may be the same for all of the information being transferred from the RTCA to the RTC responders.
  • step 476 where a compression algorithm is applied to the information that remains. Various possible compression algorithms are discussed above. Following the step 476 , processing is complete.
  • Proving the validity of a certificate is valuable in proving one's claimed identity. However, in some cases, proving one's claimed identity is often associated with the privilege to access a particular physical location, logical entity or service. The association of identity and privilege may be implicit and may not accommodate the need to control multiple independent privileges for the same user. A different approach is to employ a separate privilege status for each independent privilege. The RTCA may be extended to provide explicit privilege status for multiple privileges in addition to providing certificate status.
  • Privileges may be granted to a user by one or more Authorization authorities. This may be an implicit process in which the Authorization Authority and the CA are the same entity. In such a case, a user proving his identity may establish the user's right to access to a particular location, logical entity or service.
  • a drawback to this approach is that the privilege status may be identical to the certificate or identity validity status, thus resulting in a single yes/no answer for all implied privileges. This may be addressed by extending the RTCA to provide individual, independent privilege status for an individual user as described below.
  • the CA may certify the RTCA as a privilege management authority. This may be performed, for example, as part of the general CA certification process described elsewhere herein.
  • the CA may digitally sign a certificate indicating that the CA trusts and empowers the RTCA to provide multiple, independent privilege status in addition to certificate validity status. The empowerment may either be implicitly or explicitly indicated in the RTCA certificate.
  • the Authorization Authority may inform the RTCA of the current state of various privilege statuses.
  • the Authorization Authority may keep the RTCA apprised of the validity statuses of the privileges that are authorized for each of the users over which the Authorization Authority has control.
  • the Authorization Authority may (1) inform the RTCA of any privilege status change in an on-line fashion as soon as the change occurs, or (2) post or send to the RTCA a digitally signed message indicating the change.
  • Identifying an entity as an empowered Authorization Authority may be done using a digitally signed certificate issued by an appropriately trusted and empowered CA.
  • the privileges controlled by each Authorization Authority may be bound to that authority either within the certificate itself (i.e., by the CA) or in a database located at the RTCA or by some other appropriate means.
  • the RTCA may include the status of each privilege associated with a given certificate when the RTCA generates individually signed certificate validity status message.
  • the RTCA may include an identifier and current status of each privilege associated with the certificate in question.
  • the time interval associated with the privilege status may be the same as that applied to the certificate validity status.
  • pre-computing various privilege statuses may be identical and concurrent with techniques used for certificate status validation as described above.
  • the privilege statuses may be included in the same digitally signed message as certificate status validation.
  • the RTCA may send the pre-computed privilege validity statuses to unprotected RTC responders.
  • the process of distributing the various privilege statuses may be identical and concurrent with that used for certificate status validation as described above.
  • the responders may then store the RTCA pre-computed privilege statuses.
  • the privilege status information may be stored as a single response by the responder as described above and/or may be stored together with certificate validation information.
  • the RTC responders may provide the RTCA pre-computed response, which includes the certificate validity status and all associated privilege statuses.
  • the relying parties may then verify the pre-computed responses (and, if appropriate, RTCA certificates).
  • the processing of the received responses by the relying parties may be similar to that described above except that now any associated privilege statuses are also available.
  • the privilege statuses may be read and used in determining whether or not to grant requested access.
  • the RTC system extended to provide multiple, explicit privilege statuses, may be analogous to the system described elsewhere herein for providing certificate status, except that the pre-computed OCSP responses may now be understood to contain the privilege validity statuses as well as the certificate validity status information.
  • a diagram 480 illustrates implementation of an Authorization Authority.
  • the diagram 480 shows a CA 482 coupled to an RTCA 484 .
  • the CA 482 provides information to the RTCA 484 as described elsewhere herein.
  • the RTCA 484 is coupled to a plurality of RTC responders 486 - 488 to provide information thereto as described elsewhere herein.
  • the diagram 480 also shows an Authorization Authority 492 that provides authorization information to the RTCA 484 .
  • the CA 482 may be directly coupled to the Authorization Authority 492 to provide, for example, initial authorization information, an Authorization Authority Certificate, and any other appropriate information.
  • the CA 482 and the Authorization Authority 492 may be the same entity, which is illustrated by a box 496 drawn around the CA 482 and the Authorization Authority 492 .
  • the system described herein with the Authorization Authority 492 may include additional RTCAs, responders, etc. as described elsewhere herein (see, for example, FIG. 3 and the corresponding description).
  • the CA 482 may provide the Authorization Authority certificate directly to the RTCA 484 , without providing the certificate from the CA 482 to the Authorization Authority 492 .
  • the Authorization Authority certificate (or other evidence of empowerment) may be provided in certificates issued by the CA 482 (analogous to that illustrated in FIG. 12 and discussed above) or by other information provided by the CA 482 to the RTCA 484 .
  • the computational cost of the RTCA may be reduced by processing multiple digital signatures at once.
  • the RTCA signs the status of each digital certificate. Even though this is done in advance, possibly even before status queries are even made, it is desirable to reduce the computation cost of this process, particularly because production of digital signatures may be computationally intensive.
  • SERTCA Signature-Efficient RTCA
  • the number of certificates whose statuses are so authenticated may be fixed (i.e., every statement always contains status information about the same number of certificates), or may vary. Certificates identified in a single statement may also be identified in other statements. For instance, one statement may represent the validity status of all certificates belonging to a given individual, and another may represent the validity of all certificates having serial numbers in a certain integer interval. The same certificate may belong to both sets and thus belong to two separate authenticated statements.
  • the SERTCA may then send the statements to one or more RTC responders, which store the statements so as to service queries of relying parties.
  • RTC responder may retrieve the SERTCA-signed statement that contains the validity status of X and return the statement to the relying party.
  • the relying party may verify the SERTCA signature and search the statement for information about X, to thus learn X's status in an authenticated manner.
  • a SERTCA may also issue statements about the status of a single certificate, and thus, the SERTCA may provide the same information as an RTCA if the SERTCA issues statements only about single certificates.
  • a particular SERTCA may act as an RTCA at some times and not at others (for instance, depending on the computational constraints and needs at a particular time).
  • a system may combine RTCA's and SERTCA's.
  • the CA certifies a SERTCA in a manner similar to that discussed above for certifying the RTCA, discussed above
  • a SERTCA is an entity that may or may not coincide with the CA of a given organization.
  • Each CA may provide its own one or more SERTCA's where each SERTCA has a special certificate, the SERTCA certificate.
  • the CA may digitally sign the SERTCA certificate, indicating that the CA trusts and empowers the SERTCA to provide certificate validity information about certificates of the CA.
  • Such a certificate conveys SERTCA status to a given entity (e.g., identified by a given identifier, OID number, etc.) and may bind a given verification key PK (for which the given entity possesses a corresponding secret signing key) to the given entity.
  • a given entity e.g., identified by a given identifier, OID number, etc.
  • PK for which the given entity possesses a corresponding secret signing key
  • each CA has only one SERTCA, though for redundancy purposes or other purposes, it may be advantageous to have more than one, whether or not using the same signing key. If there are multiple SERTCAs, some may simply act as RTCAs.
  • an SERTCA protects its signing key, for instance by means of a vault, secure facility, or secure hardware.
  • the CA keeps a SERTCA apprised of the validity status of its certificates. For instance, the CA may (1) inform a SERTCA of any change in certificate validity in an on-line fashion, as soon as a change occurs, or (2) send a SERTCA its CRL's when produced. At any date Di of a sequence of dates, D 1 , D 2 , . . .
  • a SERTCA based on its current knowledge of validation status (e.g., based on the latest CRL of the CA) and independent of any relying-party request, performs an update by processing each outstanding (preferably non expired) certificate of the CA, coalescing information about validity statuses of certificates into sets, and digitally signing, for each set, a declaration (artificially pre-computed response) stating the status of each certificate in the set. For instance, such status may be valid, revoked, or suspended (or, possibly, “unknown” or “not issued” or another status indication).
  • the signed declaration may specify a time interval T.
  • a sample declaration may have the form SIG-SERTCA(“X: valid; Y: revoked; Z: suspended; date: Di; next date: Di+1.”), where X, Y and Z represent information identifying particular certificates (e.g., serial numbers), and “valid,” “invalid”, “revoked” are indicators of corresponding certificate status.
  • SERTCA's current knowledge about certificate status is based on the CA's CRLs, then each Di may coincide with the date of one CRL, and Di+1 with the date of the next CRL. It should be appreciated, though, that such strict time dependency is not necessary.
  • the dates at which the SERTCA processes or starts processing its declarations may be D 1 , D 2 , etc.
  • the time intervals specified within the declarations may be D 1 ′, D 2 ′, etc., where Di and Di′ may be different.
  • Di may be earlier than Di′, in which case the RTCA may start processing a declarations before the beginning of the declaration's time interval—e.g., because the SERTCA wishes to finish its processing by the beginning of interval T.
  • CRLs are used in SERTCA updates, declaration times and CRL times may be different too.
  • the SERTCA pre-computes digital signatures indicating the statuses of all certificate for a given time interval T. Such pre-computation may be performed independent of any relying party request about the certificates' validity.
  • the SERTCA may pre-compute signed declarations for a given time interval before any status query ever made in that interval or even before that time interval starts.
  • the SERTCA-signed declarations of certificate status (artificially pre-computed responses) may be in standard OCSP format or in a format compatible with existing relying-party software. This is useful in instances where OCSP software is already in place minimize or eliminate modifications to existing relying-party software. For instance, to ensure OCSP-compliance all relevant quantities, digital signature algorithms, OIDs, etc., may be properly chosen.
  • SERTCA's syntactically correct OCSP responses may not necessarily be traditional OCSP responses because the SERTCA responses are not computed in response to any original/initial request. In essence, the SERTCA pre-computes OCSP-compliant responses to OCSP requests that have not yet been generated, and may never be generated.
  • the SERTCA responses, whether or not in OCSP format, are artificially pre-computed responses.
  • a SERTCA may make the responses available to other parties.
  • the SERTCA could return the responses to relying parties in response to validity status queries, in other embodiments the SERTCA may provide the pre-computed responses to RTC responders, which are like the RTC responders described above as being used in connection with the RTCA's.
  • a SERTCA may facilitate the RTC responders' processing of signatures by presenting the signatures to RTC responders in a suitably organized fashion. To ensure that all the relevant pre-computed responses have been received, at every update a SERTCA may provide RTC responders with an additional signature, by signing and dating the totality of the artificially pre-computed responses received by the RTC responder. In addition, a SERTCA may send to the RTC responders a SERTCA certificate. This transmission needs not occur at every update and may be performed only initially or periodically.
  • the RTC responders may store the received artificially pre-computed responses of a SERTCA for a sufficient time. In some embodiments, if the signatures relate to a given time interval T, the RTC responders may store the artificially pre-computed responses at least until the end of T. In some embodiments, the RTC responders (especially those belonging to the same organization as the SERTCA) may check to have correct information.
  • an RTC responder may verify that the artificially pre-computed responses about a time interval T are received by the beginning of T (or other suitable time related to T), verify all received SERTCA signatures (and possibly also the proper SERTCA certificate), verify whether the RTC responder has received information about all the certificates (e.g., no less than the expected number of certificates, no fewer certificates than of last transmission for already issued certificates, etc.), verify whether the RTC responder has received a SERTCA-signed declaration of validity for a certificate that was previously declared revoked, etc. If any problem is detected, the RTC responder may so inform the SERTCA or another proper entity.
  • Relying parties may ask RTC responders for the validity status of certificates.
  • the relying parties use the OCSP format for the requests. If information on the status of the same certificate appears in more than one statement, the relying party may indicate to the RTC responder which of the statements is preferred by the relying party.
  • the relying party may provide an indicator indicating preference to receive (a) a SERTCA-signed statement that includes information about certificates with serial number close to X, or (b) a SERTCA-signed statement that includes information about other certificates of I, or (c) a SERTCA-signed statement that is very short, or (d) any SERTCA-signed statement that includes information about X's status (i.e., no preference).
  • an RTC responder may fetch from memory an SERTCA artificially pre-computed response that includes information for that certificate.
  • the RTC responder may return the artificially pre-computed response.
  • the RTC responder may also forward a proper certificate for the SERTCA that has signed the artificially pre-computed response.
  • the relying party may provide an indication so as not to receive the SERTCA certificate, or the RTC responder may know or assume that the relying party already has a copy of the SERTCA certificate. If there are multiple pre-computed answers that contain information about the same certificate, the RTC responder may choose which answer to return according to the relying party's preferences, or some prespecified algorithm, or according to some other criterion.
  • Relying parties process the received responses to ascertain the validity status of the certificate of interest.
  • the RTC responders use OCSP software for such processing.
  • the RTC Responders may verify the proper SERTCA certificates.
  • the RTC responders may verify an SERTCA certificate as an OCSP responder certificate.
  • an SERTCA certificate may be syntactically constructed as an OCSP-responder certificate.
  • a diagram 500 illustrates a flow of data between a CA 502 , an SERTCA 504 , an RTC responder 506 and a relying party 508 .
  • the CA 502 provides validation information (e.g., a CRL) to the SERTCA 504 .
  • the SERTCA 504 uses the validation information to generate a plurality of multi-certificate artificially pre-computed responses 516 .
  • the SERTCA 504 also has its own certificate 514 that is provided to the SERTCA 504 by, for example, the CA 502 .
  • the relying party 508 generates an OCSP request 518 that the relying party 508 provides to the RTC responder 506 .
  • the RTC responder 506 provides a multi-certificate artificially precomputed response 522 that is one of the multi-certificate artificially pre-computed responses 516 that was originally provided to the responder 506 by the SERTCA 504 .
  • the responder 506 provides the SERTCA certificate 514 to the relying party 508 .
  • processing described above for an RTCA system may be adapted, as appropriate, to be used with an SERTCA system and/or with a hybrid system, including using an Authorization Authority, as described above, abnd providing the compression optimizations discussed above in connection with FIG. 16 .
  • processing described above for an SERTC system may be adapted, as appropriate, to be used with an RTCA system and/or with a hybrid system.
  • batch OCSP may be used to reduce RTCA or SERTCA computation cost.
  • Batch OCSP may be used alone or in combination with one or more of the other mechanisms discussed herein.
  • Batch OCSP may be employed when the specific digital signatures used in the responses are RSA digital signatures. While SERTCA improves signature efficiency by authenticating the statuses of multiple certificates in a single signature, batch OCSP may improve efficiency by producing multiple, single-certificate OCSP responses by means of a single computation, having a cost per response that is significantly lower than that of a single OCSP response. For instance, if ten single-certificate OCSP responses are produced individually, the cost is roughly that of ten RSA signatures for an RTCA (or a conventional OCSP responder). The SERTCA mechanism, described above, can reduce the cost to one RSA signature by combining the information on the ten certificates into a single statement.
  • Batch OCSP may produce ten distinct, single-certificate, individually-signed OCSP responses at a total cost lower than the cost of ten RSA signatures (in some cases roughly the cost of two RSA signatures).
  • Batch OCSP is based on Fiat's Batch RSA computation, described as follows.
  • the public key PK for RSA consists of two integers, (N, e), known as the modulus and the verification exponent, respectively.
  • the modulus is a product of two large secret prime numbers p and q, and the security of RSA rests on the difficulty of finding the constituent primes from the modulus N.
  • the corresponding secret key SK consists of (N, d), where d has the following property: for all positive integers b less than N, if s is equal to b raised to the power d modulo N, then b is equal to s raised to the power e modulo N.
  • the operation of raising an integer to the power e modulo N is the inverse of the operation of raising an integer to the power d modulo N.
  • the computation of an RSA digital signature involves (possibly randomized) formatting and/or hashing of the message m to obtain b, and then the computation of the signature s by raising b to the power d and then taking the result modulo N.
  • the corresponding verification procedure computes b from s by raising s to the power e modulo N, and checks that b is indeed correctly produced from m.
  • An observation of Fiat's Batch RSA signatures is the following. Suppose one has multiple values b 1 , . . . , bi, and multiple verification exponents e 1 , . . . , ei and corresponding signing exponents d 1 , . . . , di.
  • the computation of s 1 to the power d 1 , s 2 to the power d 2 , . . . , si to the power di modulo N may be carried out more efficiently together than i individual computations separately (provided the values e 1 , . . . , ei are distinct and satisfy certain other conditions).
  • SERTCA (as well as RTCA) has a digital certificate issued by a CA that certifies the public key used by the SERTCA for signatures on pre-computed OCSP responses that indicate the validity information of digital certificates.
  • the SERTCA digital certificate consists of a CA's digital signature securely binding together several quantities, such as: SN, a serial number unique to the certificate, PK, the public key of the SERTCA, ID the SERTCA's identifier, D 1 , the issue date, D 2 , the expiration date, and additional data.
  • C SIG CA (SERTCA, SN,PK,ID,D 1 ,D 2 , . . . ).
  • the RTC responders and relying parties may learn the SERTCA public key from the SERTCA certificate in an authenticated manner.
  • a traditional certificate may not be suitable for use with Batch RSA, which uses multiple distinct exponents.
  • the verifiers the RTC responders and/or relying parties
  • the verifiers will not be able to verify the signature.
  • the following overcomes this problem using Batch RSA within Batch OCSP.
  • the SERTCA first generates a modulus n as in traditional RSA signatures, and presents n to the CA for certification as the public key of the SERTCA.
  • the SERTCA protects its secret key, consisting of the primes p and q.
  • the CA issues SERTCA a digital certificate for the public key consisting solely of n.
  • the CA then informs the SERTCA of the statuses of user certificates of the SERTCA.
  • the SERTCA then produces i signing exponents, d 1 , . . . , di and corresponding verification exponents e 1 .
  • the SERTCA Independent of any relying-party request, the SERTCA generates statements about the validity statuses of one or more certificates for a given interval of time, combines the statements into batches of size i, and, using Batch RSA with exponents d 1 , . . . , di within each batch, produces a digital signature for each statement.
  • the SERTCA then sends the pre-computed signatures of validity status to unprotected responders, additionally including information that allows the responders and/or relying parties to identify, for each statement, the exponent ej to use for verifying each statement.
  • the responders then store the SERTCA artificially pre-computed responses.
  • RTC responders When relying parties ask responders for validity status information, RTC responders answer queries with artificially pre-computed responses. Each response, includes the verification exponent ej needed to verify the response, as well as (if needed) the SERTCA certificate. Relying parties may then verify the artificially pre-computed responses using RSA verification with modulus n obtained from the SERTCA certificate and verification exponent ej obtained from the RTC responder.
  • the exponents are arbitrary (and no special messages formats are used prior to issue an RSA signature) an enemy may, having learned the SERTCA modulus n form a SERTCA certificate, looks for an exponent e that enables the enemy to produce the RSA signature of a false statement relative to n and e.
  • the SERTCA exponents e 1 , . . . , ei may be fixed in advance (and may not need to be made available to responders each time).
  • the exponents may be specified as part of the SERTCA certificate signed by the CA.
  • the relying party may also obtain the verification exponents from the SERTCA certificate or from another source, rather than from the responder.
  • the relying party verification implementation may not follow the standard RSA signature verification paradigm, as the public key of the SERTCA may not be presented to the relying party as a pair (n, e).
  • the cost of modifying existing relying-party RSA implementations may be prohibitive in some applications. This may be address by the following alternative approach.
  • the SERTCA initially generates a modulus n as in traditional RSA signatures, and i verification exponents e 1 , . . . , ei, which the SERTCA presents to the CA for certification. It is advantageous for the SERTCA to protect n's prime factorization.
  • Ci SIG CA (SERTCA, SN,(n, ei),ID,D 1 ,D 2 , . . . ).
  • the CA informs the SERTCA of the statuses of its user certificates. Following that, and independent of any relying-party request, the SERTCA generates statements about the validity statuses of one or more certificates for a given interval of time, combines the statements into batches of size i, and, using Batch RSA with exponents e 1 , . . . , ei within each batch, produces a digital signature for each statement.
  • the SERTCA then sends the pre-computed signatures of validity status to unprotected responders, additionally including information that allows the responders and/or relying parties to identify, for each statement, the exponent ej with which each statement was signed.
  • the responders store the SERTCA-pre-computed responses.
  • the RTC responders When relying parties ask responders for validity status information, the RTC responders answer queries with the pre-computed responses. Each response that was signed with exponent ej may include, if needed or requested, the j-th SERTCA certificate Cj. Relying parties verify the pre-computed answers, using RSA verification with public key (n, ej) obtained from the SERTCA certificate. Note that the relying party verification is syntactically the same as standard RSA verification, because a standard-looking RSA public key is obtained from the SERTCA certificate. Thus, no modification of a standard RSA implementation may be needed for the relying party. In fact, the relying party may be completely unaware that the SERTCA is using Batch OCSP.
  • exponents e 1 , . . . , ej such exponents may be inferred, or known in advance by the CA - - - e.g., because the exponents are fixed parameters of the system.
  • the responders and/or relying parties may infer which exponent ej was used for a particular statement, rather than to indicate the exponent explicitly. For instance, such inference may be made if the j-th certificate validated in each batch always has serial number congruent to j modulo i. Then the responder and/or the relying party may be able to deduce the index j of the exponent simply from the serial number of the certificate whose validity is being verified.
  • a flow chart 600 illustrates steps performed in connection with initializing the SERTCA (or RTCA or OCSP responder as appropriate) for performing batch OCSP.
  • Processing begins at a first step 602 where the CA certifies the modulas, n.
  • a step 604 where the i exponent pairs (verification exponents and signing exponents) are generated.
  • the exponent pairs are generated by the SERTCA using a pair of secret prime numbers, the product of which equals n.
  • processing may be complete after the step 604 .
  • other embodiments may include additional certifications by the CA, as described above, including having the CA certify the verification exponents e 1 , e 2 . . . ei.
  • the CA certifies the i verification exponents in a single certificate, as described above.
  • the CA certifies i separate certificates showing an RSA style public key of n, ek where ek is one of the i verification exponents.
  • a flow chart 620 illustrates steps performed by the SERTCA (or RTCA, or OCSP responder, as appropriate) in connection with generating the artificially pre-computed responses. Processing begins at a first step 622 where the CA provides validation information to the SERTCA, as described elsewhere herein. Following step 622 is a step 624 where the SERTCA generates the artificially pre-computed responses using the signing exponents d 1 , d 2 . . . di. Following the step 624 is a step 626 where the SERTCA provides the artificially pre-computed responses to the RTC responders in an manner similar to that discussed elsewhere herein.
  • the SERTCA may provide additional exponent information to the RTC responders. This is illustrated by an optional step 628 shown in flow chart 620 of FIG. 20 .
  • the additional exponent information may consist of one or more of certifications of the particular exponents being used and/or information indicating which particular exponents to use for which artificially pre-computed responses.
  • OCSP batch OCSP techniques
  • RTCA RTCA's instead of SERTCA
  • OCSP responder computes digitally signed certificate-status information upon receiving queries from relying parties.
  • the OCSP responder may produce an individual RSA-signed response, but if the OCSP responder receives many queries in a short amount of time, the OCSP responder may answer all or some of the queries in a batch mode as described above. The following illustrates this.
  • the CA informs an OCSP responder of the statuses of its user certificates in a manner consistent with OCSP.
  • the responder may use batch RSA to compute independent, single-certificate, traditional OCSP responses to i of the queries, each relative to an exponent ej.
  • the OCSP responder may also specify the correspondent exponent and/or include a CA-signed responder certificate that authenticates that ej (and a proper RSA modulus n) may be used to verify the responder signatures.
  • the CA may issue, for a particular OCSP responder, k distinct responder certificates, one for each exponent that the responder may use for batch RSA signing.
  • a CA/RTCA/responder/party/user may be any entity (e.g., person, organization, server, device, computer program, computer file) or a collection of entities. Certificates should be understood to include all kinds of certificates, and in particular hierarchical certificates and flat certificates. See, for example, U.S. Pat. No. 5,420,927, which is incorporated by reference herein.
  • Validity status and proofs of validity status may include validity status and proofs of validity status for hierarchical certificates (e.g., validity status and proofs of validity status of all certificates in a chain of certificates).
  • Verifying the validity of a certificate C may include verifying the validity of the CA certificate for the CA having issued C, as well as the validity of the RTCA/SERTCA certificate for the RTCA/SERTCA that provides a signed response about the validity status of C.
  • Digital signing and digital signatures should, in instances where appropriate, be understood herein to include any proper authentication of information.
  • certificates describe digitally signed documents binding given keys to given users, following U.S. Pat. No. 5,666,416 (incorporated by reference herein), certificates should also be understood to include all kinds of digitally signed documents.
  • a vendor acting as a CA, may certify a price list under its control by digitally signing the price list (possibly together with date information). It may be useful to know the validity status of such a certificate. For instance, a vendor may want to prove the current validity of a price list (and refuse honor a given price in a price list, unless a proof of its currently validity is shown). Thus a customer may wish to ascertain the current validity of a price list document. The system described herein may be used for this.
  • the system described herein may be used to prove the current validity of Web pages.
  • the RTCA/SERTCA generated proofs of current validity may be stored with (or in association with) the pages themselves. In such a case, then, a party may be considered a computer file.
  • Sending a piece of data D should be understood to include making D available (or causing X to receive D).
  • system described herein may be implemented using hardware, software, or some combination thereof including, without limitation, a general purpose computer programmed to provide the functionality described herein possible in combination with dedicated hardware, such as digital signal processing hardware.

Abstract

Providing information about digital certificate validity includes obtaining a plurality of signing key/verification key pairs, where each signing key provides a digital signature and a corresponding one of the verification keys verifies the digital signature and where digitally signing together a plurality of data elements using the signing keys is computationally more efficient than digitally signing each of the data elements individually, ascertaining digital certificate validity status for each certificate in a set of digital certificates, generating a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates, and digitally signing together the artificially pre-computed messages using signing keys from the pairs. Ascertaining digital certificate validity status may include obtaining authenticated information about digital certificates. The authenticated information about digital certificates may be generated by an entity that also revokes certificates. The authenticated information about digital certificates may be a CRL. The artificially pre-computed responses may be OCSP format responses.

Description

    CROSS-REFERENCE TO RELATED APPLICATIONS
  • This application claims priority to U.S. provisional application 60/535,666 filed on Jan. 9, 2003, and on U.S. provisional application 60/536,817 filed on Jan. 15, 2003, both of which are incorporated by reference herein.
  • BACKGROUND OF THE INVENTION
  • 1. Technical Field
  • This application relates to the field of digital certificates, and more particularly to the field of verifying and validating digital certificates and other information.
  • 2. Description of Related Art
  • Digital signatures provide an effective form of Internet authentication. Unlike traditional passwords and PINs, digital signatures authenticate transactions in a way that is universally verifiable. Thus, it is very difficult, if not impossible, to repudiate a transaction that has been digitally signed. Digital signatures are produced via a signing key, SK, and verified via a matching verification key, PK. A user U keeps his own SK secret so that only U can sign on U's behalf. Fortunately, key PK does not “betray” the matching key SK; that is, knowledge of PK does not provide any practical advantage in computing SK. Therefore, a user U may make his own PK as public as possible so that every one can verify U's signatures. For this reason PK may be called the public key.
  • Digital certificates are alphanumeric strings that enable digital signatures by providing a guarantee that a given key PK is indeed the public key of a user U. A Certification Authority (CA) generates and issues a certificate to a user, but often only after being assured of the user's identity. Thus, the certificate proves that the CA has verified the holder's identity, and possibly other attributes. Certificates expire after a specified amount of time, often one year in the case of public CAs.
  • In essence, a digital certificate C consists of a CA's digital signature securely binding together several quantities: SN, a serial number unique to the certificate, PK, the public key of the user, U, the user's name, D1, the issue date, D2, the expiration date, and additional data. In symbols:
    C=SIG CA(SN,PK,U,D 1 , D 2, . . . )
  • It is useful to be able to determine the status of a digital certificate, including determining whether a particular certificate was validly issued and/or whether the certificate has been revoked prior to the expiration thereof. There are a number of techniques for determining the status of an individual digital certificate. For example, U.S. Pat. Nos. 5,666,416 and 5,717,758 describe techniques for providing individual certificate status. Other techniques for disseminating and ascertaining certificate status are also known, including Certificate Revocation Lists (CRL's), which are digitally-signed lists of revoked certificates and the Online Certificate Status Protocol (OCSP) which specifies a mechanism for querying about the status of a particular certificate.
  • CRL's work by having each CA periodically issue a properly dated and digitally signed list (the CRL) containing serial numbers of the revoked certificates. In some implementations, a CRL contains all revoked certificates of a given set of certificates. Thus, the digital certificate may be presented with an electronic transaction which is compared to the most recent CRL. If the given certificate is not expired but is on the list as having been revoked, then it is known from the CRL that the certificate is not valid and the certificate holder is no longer authorized to conduct the transaction enabled by the digital certificate. On the other hand, if the certificate does not appear in the CRL, then the certificate is deemed valid. Either way, the CRL may be archived with other records of each transaction, so as to be able to prove, in the future, the transaction's validity or, in the case of a revoked certificate, justify denial of service.
  • Assuming a revocation rate of ten percent, then, on average, one in ten digital certificates is revoked prior to the expiration thereof. According to such a revocation rate, a system having ten million certificates would generate a CRL containing one million serial numbers, which could make the CRL unwieldy. Though this problem can be lessened by more recently introduced CRL-partition techniques, the basic strategy of bundling together the revocation information of many certificates is still likely to generate inconvenience and cost. If serial numbers are twenty four bits long (to handle a few million certificates) a sub-CRL of one thousand certificates would still be twenty four thousand bits (three thousand bytes) long. In some deployments, a CRL entry for each certificate, with overhead, may be as large as twenty-two bytes, thus making a one thousand certificate sub-CRL twenty-two thousand bytes long. This may be unacceptable in certain situations such as, for example, a wireless transaction, where having to transmit this many bits (as protection against future disputes and potential legal claims) may be impractical.
  • CRL's may grow big because they provide proofs of revocation (and thus, indirectly, of validity) about many certificates lumped together. By contrast, OCSP may provide for proofs of validity of individual certificates. Conventional OCSP services use OCSP responders that may receive a question from a client (i.e., a relying party) about the validity of a given certificate issued by a given CA, and, in response thereto, may provide a digitally signed answer indicating both the status of the certificate and time information about the answer.
  • To be able to provide OCSP services, a conventional OCSP responder is provided with information about the status of all of a CA's certificates. Since often it is up to the CA to decide the status of its own certificates, then, if the OCSP responder is the CA itself, the OCSP responder/CA already has the information about the revocation status of the certificates. If, on the other hand, the OCSP responder is not the CA, the OCSP responder may be kept updated about the status of the CA's certificates. See, for example, U.S. Pat. No. 5,717,758, Witness-Based Certificate Revocation System.
  • The CA may update an OCSP responder by sending a most recent CRL. The OCSP responder may consult the CRL to deduce whether a particular certificate of interest is currently valid or revoked so that the OCSP responder may provide a signed response to a relying party indicating the time of the current CRL, the time of the next update, and the time of actual processing.
  • Of course, a malicious/compromised OCSP responder may provide arbitrary signed answers about the certificates of a given CA, with or without consulting any CRL's. Accordingly, for the relying party to securely rely on the digitally signed answer of an OCSP responder about the certificates of a given CA, the OCSP includes a mechanism where the CA provides the OCSP responder with a responder certificate, a special digital certificate—signed by the CA—that essentially vouches to other parties that the CA trusts the OCSP responder to provide accurate proofs about the CA's certificates. Note that for this process to work appropriately, each OCSP responder (as well as every CA) must have a secret signing key, and this key must be protected (e.g., by placing the server implementing the responder in a vault).
  • Referring to FIG. 1, a diagram 40 illustrates a flow of information in a traditional OCSP environment. The diagram 40 includes a CA 42, a conventional OCSP responder 44, and a relying party 46. The bold lines used for the CA 42 and the OCSP responder 44 indicate the presence of a secret key that must be protected for the system to work reliably. The CA 42 provides validity information 48 (e.g., a CRL) to the OCSP responder 44. The relying party 46 provides an OCSP request 52 to the OCSP responder 44. The OCSP responder 44 examines the validity information provided by the CA 42 (e.g., in the form of a CRL) and to determine the validity status of the certificate in question. The OCSP responder 44 then prepares a corresponding response, digitally signs the response and provides the result thereof as an OCSP response 54 to the relying party 46. In some cases, the OCSP responder 44 may also provide a responder certificate 56 to the relying party 46 indicating that the OCSP responder 44 is empowered and entrusted by the CA 42.
  • There are significant drawbacks to OCSP. In the first place, digital signatures are computationally intensive operations. The digital signature created by a conventional OCSP responder on each OCSP response is generated at the time of the request, and may be the most computationally intensive part of the validation operation. For example, generating a digital signature may add between fifty milliseconds and one second to transaction time. Even if a conventional OCSP responder caches a digital signature about a digital certificate C after being asked the first time about C and then sent the cached signature when asked about C afterwards, still the answer to the first user asking about C may be significantly delayed due to generation of the initial digital signature.
  • In addition, if there is a single OCSP responder, then all certificate-validity queries would, eventually, be routed to the single OCSP responder, which then may become a major network bottleneck and cause considerable congestion and delays. If huge numbers of honest users suddenly queried this OCSP responder, then a disrupting denial of service situation could ensue.
  • On the other hand, to prevent the bottleneck problems of centralized implementations of OCSP, an organization may consider distributing the request load (about the validity of its certificates) across several, properly certified, conventional OCSP responders. In general, distributing the load of a single server across several (e.g., one hundred) servers, strategically located around the world (to avoid transmission bottlenecks), could alleviate network congestion. However, for OCSP, load distribution may introduce additional problems because, in order to provide signed responses to the certificate-validity queries, each of the one hundred distributed conventional OCSP responders would have its own secret signing key. Thus, compromising any of the one hundred servers could effectively compromise the entire organization. Indeed, if a conventional OCSP responder were compromised, an attacker could use the discovered secret signing key to sign responses falsely indicating that (1) valid certificates are revoked, or (2) revoked certificates are still valid. This latter type of false-positive response could, for example, allow a terminated employee to regain access to systems.
  • One way to prevent a responder from being compromised is to run the responder from a secure vault, with 24×7 surveillance. Unfortunately, this is a costly option. A truly secure vault, meeting all the requirements of—say—a financial CA, may cost over one million dollars to build and one million dollars a year to operate. In addition, even if an organization were willing to pick up such expenses, vaults can not be built overnight. Thus if a CA needed a few more vaults to lessen the load of its current conventional OCSP responders, there may be a delay of months before new properly-vaulted OCSP responders could be constructed.
  • Moreover, incurring the costs of multiple vaults may not solve the OCSP security problems. This is because the OCSP mechanism requires that a conventional OCSP responder receive requests coming from un-trusted sources (the relying parties) and then service the requests using the secret signing key of the responder. A malicious relying party (or a malicious agent posing as a relying party) might thus prefer exposing the OCSP responder signing key by exploiting a possible weakness in the underlying operating system.
  • Furthermore, there are difficulties associated with OCSP with respect to servicing certificate validity requests originating from different security domains. For instance, conventional OCSP responders run by organization A may easily provide responses about the status of certificates of the CA of organization A, but OCSP responders run by another organization may not have enough information to provide responses about “foreign” certificates.
  • This problem, deriving from lack of specific knowledge, could be addressed in one of two ways. First, the relying parties from organization B could obtain from the responders from organization A the status of certificates from the CA of organization A. This limits performance however, since the OCSP responders from organization A may be geographically distant from relying parties of organization B, so network times may greatly slow overall validation processing. A second alternative is to allow responders from organization B to make responses about certificates from organization A, by having the CA from organization A forward CRLs from organization A to foreign responders. Indeed, CRLs are digitally signed and thus need not be kept secret, and the CA from organization A presumably wishes to inform the largest possible audience about the validity status of certificates from organization A. This second alternative provides an OCSP responder of organization B sufficient information for answering a request from a relying party about a certificate of organization A. But for the relying party to take seriously the digitally signed answer of an OCSP responder of organization B, the CA from organization A should also certify the foreign responder as trustworthy for answering validity queries about certificates from organization A.
  • Referring to FIG. 2, a diagram 60 illustrates the CA 42, the conventional OCSP responder 44, and the relying party 46 shown in the diagram 40 of FIG. 1. However, in the situation illustrated by the diagram 60, the relying party 46 provides an OCSP request 62 about a certificate that is not managed by the CA 42 but, instead, was issued and is managed by a different CA 64. In such a case, the OCSP responder 44 may not provide an OCSP response based solely on information within the CRL 48 provided by the CA 42 to the OCSP responder 44. Instead, the CA 64 provides a different CRL 66 and a different responder certificate 68 to the OCSP responder 44. The OCSP responder 44 may then use the different CRL 66 to formulate an OCSP response 72 about the foreign certificate. In some cases, the OCSP responder 44 may also provide to the relying party 46 the responder certificate 68.
  • This second alternative may provide better scalability and performance, but it muddies the security and trust flow between the two organizations. In the diagram 60, the OCSP responder 44 is making an authoritative response to the relying party that a certificate of the CA 64 is still good. If the OCSP responder 44 makes an incorrect response for any reason (misconfiguration, hostile attack, or straightforward dishonesty), the OCSP responder 44 may thus negatively impact the organization of the CA 64. By allowing the OCSP responder 44 to make authoritative claims about certificates of the organization of the CA 64, the organization of the CA 64 is relinquishing some of the trust that it previously held.
  • As an example, consider the case where the organizations are credit card issuers. A bank from organization A revokes the certificate for a user, and the bank pays to ensure that conventional OCSP responders from organization A are secure and reliable. Assume that the OCSP responders from organization B are misconfigured, so when a merchant relying party from organization B asks about the validity of the user, the responders of organization B incorrectly respond that the user is valid. The merchant accepts this answer and allows a transaction to proceed for the revoked user. This type of delegation-of-trust between organizations may be acceptable in some cases, but it is not a generally useful alternative for any large-scale heterogeneous deployment of traditional OCSP.
  • It is desirable to provide a system that addresses the difficulties discussed above.
  • SUMMARY OF THE INVENTION
  • According to the present invention, providing information about digital certificate validity includes ascertaining digital certificate validity status for each of a plurality of digital certificates in a set of digital certificates, generating a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificate of the plurality of digital certificates, where at least one of the messages indicates validity status of more than one digital certificate and digitally signing the artificially pre-computed messages to provide OCSP format responses that respond to OCSP queries about specific digital certificates in the set of digital certificates, where at least one digital signature is used in connection with an OCSP format response for more than one digital certificate. Generating and digitally signing may occur prior to any OCSP queries that are answered by any of the OCSP format responses. Ascertaining digital certificate validity status may include obtaining authenticated information about digital certificates. The authenticated information about digital certificates may be generated by an entity that also revokes certificates. The authenticated information about digital certificates may be a CRL. Generating a plurality of artificially pre-computed responses may include generating responses for at least all non-revoked digital certificates in the set of digital certificates. Providing information about digital certificate validity may also include, after digitally signing the artificially pre-computed messages, forwarding the result thereof to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates. Providing information about digital certificate validity may also include, making available to the responders a special digital certificate containing a public verification key used to verify the digital signatures provided in connection with digitally signing the artificially pre-computed responses. An entity that issues the special digital certificate may also issue certificates of the set of digital certificates. Generating a plurality of artificially pre-computed responses and digitally signing the artificially pre-computed responses may be performed periodically. The artificially pre-computed responses may include time information corresponding to when the artificially pre-computed responses were generated.
  • According further to the present invention, computer software, stored in a computer readable medium, that provides information about digital certificate validity includes executable code that ascertains digital certificate validity status for each of a plurality of digital certificates in a set of digital certificates, executable code that generates a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificate of the plurality of digital certificates, where at least one of the messages indicates validity status of more than one digital certificate, and executable code that digitally signs the artificially pre-computed messages to provide OCSP format responses that respond to OCSP queries about specific digital certificates in the set of digital certificates, where at least one digital signature is used in connection with an OCSP format response for more than one digital certificate. Executable code that ascertains digital certificate validity status may include executable code that obtains authenticated information about digital certificates. The authenticated information about digital certificates may be generated by an entity that also revokes certificates. The authenticated information about digital certificates may be a CRL. Executable code that generates a plurality of artificially pre-computed responses may include executable code that generates responses for at least all non-revoked digital certificates in the set of digital certificates. The computer software may also include executable code that forwards digitally signed the artificially pre-computed messages to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates. The computer software may also include executable code that makes available to the responders a special digital certificate containing a public verification key used to verify the digital signatures provided in connection with digitally signing the artificially pre-computed responses. An entity that issues the special digital certificate may also issue certificates of the set of digital certificates. Executable code that generates a plurality of artificially pre-computed responses and digitally signs the artificially pre-computed responses may generate and sign the responses periodically.
  • According further to the present invention, providing information about digital certificate validity includes obtaining a plurality of signing key/verification key pairs, where each signing key provides a digital signature and a corresponding one of the verification keys verifies the digital signature and where digitally signing together a plurality of data elements using the signing keys is computationally more efficient than digitally signing each of the data elements individually, ascertaining digital certificate validity status for each certificate in a set of digital certificates, generating a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates, and digitally signing together the artificially pre-computed messages using signing keys from the pairs. Ascertaining digital certificate validity status may include obtaining authenticated information about digital certificates. The authenticated information about digital certificates may be generated by an entity that also revokes certificates. The authenticated information about digital certificates may be a CRL. The artificially pre-computed responses may be OCSP format responses. Generating a plurality of artificially pre-computed responses may include generating responses for at least all non-revoked digital certificates in the set of digital certificates. Providing information about digital certificate validity may include, after digitally signing the artificially pre-computed messages, forwarding the result thereof to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates. Generating a plurality of artificially pre-computed responses and digitally signing the artificially pre-computed responses may be performed periodically. The artificially pre-computed responses may include time information corresponding to when the artificially pre-computed responses were generated. Providing information about digital certificate validity may include authenticating the verification keys. Authenticating the verification keys may include providing the verification in a single digital certificate. Authenticating the verification keys may include providing each of the verification keys in a separate digital certificate.
  • According further to the present invention, computer software, stored in a computer readable medium, that provides information about digital certificate validity includes executable code that obtains a plurality of signing key/verification key pairs, where each signing key provides a digital signature and a corresponding one of the verification keys verifies the digital signature and where digitally signing together a plurality of data elements using the signing keys is computationally more efficient than digitally signing each of the data elements individually, executable code that ascertains digital certificate validity status for each certificate in a set of digital certificates, executable code that generates a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates, and executable code that digitally signs together the artificially pre-computed messages using signing keys from the pairs. Executable code that ascertains digital certificate validity status may include executable code that obtains authenticated information about digital certificates. The authenticated information about digital certificates may be generated by an entity that also revokes certificates. The authenticated information about digital certificates may be a CRL. The artificially pre-computed responses may be OCSP format responses. Executable code that generates a plurality of artificially pre-computed responses may include executable code that generates responses for at least all non-revoked digital certificates in the set of digital certificates. The computer software may include executable code that authenticates the verification keys. Executable code that authenticates the verification keys may provide the verification in a single digital certificate or may provide each of the verification keys in a separate digital certificate.
  • According further to the present invention, facilitating a transaction between a first party and a second party includes, prior to initiating the transaction, one of the parties obtaining an artificially pre-computed OCSP response about a specific digital certificate, where the artificially pre-computed OCSP response is generated by an entity other than the first party and the second party, one of the parties initiating the transaction, in connection with the transaction, the first party providing the specific digital certificate to the second party, and the second party verifying the specific digital certificate using the artificially pre-computed OCSP response. The second party may obtain the artificially pre-computed OCSP response prior to the transaction being initiated. The second party may cache the artificially pre-computed OCSP response for future transactions. The first party may obtain the artificially pre-computed OCSP response prior to the transaction being initiated. The first party may cache the artificially pre-computed OCSP response for future transactions. Facilitating a transaction between a first party and a second party may also include the first party providing the artificially pre-computed OCSP response to the second party after the transaction being initiated.
  • According further to the present invention, ascertaining validity of a digital certificate includes examining a digitally signed message about the validity of the digital certificate, where the message is digitally signed by a special entity different from an entity that issued the digital certificate and verifying the digitally signed message using information from at least one of: the digital certificate and a certificate authenticating the entity that issued the digital certificate. The information may be a public key corresponding to a secret key used to digitally sign the message. The information may correspond to a special digital certificate authenticating the special entity that digitally signed the message.
  • According further to the present invention, ascertaining digital certificate validity status for each certificate in a set of digital certificates includes periodically generating a plurality of digitally signed artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates, and periodically forwarding the digitally signed artificially pre-computed messages to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates, where messages about some certificates are forwarded at a different frequency than messages about other certificates. Messages about revoked certificates may be forwarded less frequently than messages about valid certificates.
  • According further to the present invention, computer software, stored in a computer readable medium, that ascertains validity of a digital certificate, includes executable code that examines a digitally signed message about the validity of the digital certificate, where the message is digitally signed by a special entity different from an entity that issued the digital certificate and executable code that verifies the digitally signed message using information from at least one of: the digital certificate and a certificate authenticating the entity that issued the digital certificate. The information may be a public key corresponding to a secret key used to digitally sign the message. The information may correspond to a special digital certificate authenticating the special entity that digitally signed the message.
  • According further to the present invention, computer software, stored in a computer readable medium, that provides information about digital certificate validity includes executable code that ascertains digital certificate validity status for each certificate in a set of digital certificates, executable code that periodically generates a plurality of digitally signed artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates, and executable code that periodically forwards the digitally signed artificially pre-computed messages to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates, where messages about some certificates are forwarded at a different frequency than messages about other certificates. Messages about revoked certificates may be forwarded less frequently than messages about valid certificates.
  • The system described herein is a cost-effective, secure, scalable, and overall efficient credential/privilege validation system, that significantly enhances conventional OCSP-like method. The system described herein, even when exercising the option of maintaining compatibility with the OCSP standards, provide significant advantages over conventional OCSP, so as to offer qualitatively superior security and scalability.
  • The system described herein is a general, stand-alone system working independent of conventional OCSP. In some embodiments, however, the system may be OCSP compliant where each proof of validity according to the system described herein is structured as a syntactically correct digitally signed OCSP response so that a relying party requests and then verifies certificate validity information according to OCSP formats, etc. Digital signatures are computationally intensive operations, but the system described herein concentrates this difficulty on a single dedicated server or, in other embodiments, a small number of dedicated servers. It is therefore very easy and relatively inexpensive to equip the single dedicated server (or small number of servers) with a computer sufficiently powerful to handle all required digital signatures at each update. The responders used in the system described herein need only perform trivial fetch-and-forward operations, and thus may service an incoming relying-party query much faster than conventional OCSP responders could, since the latter must perform complex digital signatures.
  • Because the responders for the system described herein may employ trivial hardware and do not need to be secure, the responders may be relatively inexpensive to buy and to operate. Consequently, a relatively large number of responders may be deployed at a relatively low expense. Therefore, even if a large number of certificate validity status requests are generated in a short amount of time, this load may be spread across many responders, eliminating the risk of congestion and benign denial of service without incurring much cost. Note that the number of digital signatures for the system, described herein depends on the number of certificates and is relatively independent of the number of validity-status requests. Thus a single server providing digitally signed responses may be used even if a relatively large number of validity requested are expected.
  • In the system described herein, only the single dedicated server (or small number of dedicated servers), and the CA (if different from the single dedicated server) need to be protected/vaulted. In fact, the responders of the system described herein do not store any secret keys: they only store the digital signatures of the pre-computed responses provided to the responders which, once computed, can not be maliciously altered and thus need not be kept secret. By contrast, all conventional OCSP responders need protections, because each of the conventionalOCSP responders has a secret signing key, the divulgation of which compromises the entire system. Therefore, the system described herein is more secure than OCSP, because defending a single site (or a small number of sites) is preferable and easier than defending many and equally important sites.
  • Moreover, unlike with OCSP, relying parties can not easily mount software attacks on the system described herein. Even if a relying party succeeds in embedding in its query some kind of Trojan horse, it would not be able to expose any secrets, because the responders of the system described herein hold no secrets: the responders only store and return pre-computed digital signatures provided to the responders. Thus, all a malicious relying party may hope to expose is the full, accurate, and digitally signed account of which certificates are valid and which are revoked in a given time interval. However, this not only is non-secret information, and, in fact, is information that the CA would like to be universally known to prevent a relying party from incorrectly on revoked certificates issued by the CA.
  • In addition, note that software attacks may not be easily mounted against the single dedicated server (or small number of dedicated servers) that digitally sign the pre-computed responses. In some embodiments, the single dedicated server (or small number of dedicated servers) does not process requests of untrusted sources, but rather, only receive information from the CA and provide digitally signed information to the responders. Therefore the ability to inject a Trojan horse is not necessarily available in the system described herein.
  • In addition to these advantages, the system described herein enables significant flexibility within heterogeneous deployments involving multiple organizations. A responder from one organization can forward artificially pre-computed responses to another organization without needing to distribute any trust to the other organization. A first organization may enable the responders of another organization to provide convincing proofs of validity for the first organization without relinquishing any amount of control over the validity status of certificates of the first organization. That is, in the system described herein, trust may flow from one organization to another without any loss of security or control In some embodiments, the responders may be treated as transparent network infrastructure rather than hardened trust points. This is similar to the service cloud offered by the Internet's DNS infrastructure, in that it allows for a heterogeneous collection of name servers that transparently interoperate to discover and cache valid responses for queries.
  • Secure heterogeneity is a major advantage of the system described herein over conventional OCSP. Secure heterogeneity allows a wide variety of organizations to interoperate so that relying parties from different organizations can cross-validate certificates from other organizations in a secure, reliable, efficient manner.
  • The system described herein provides all validation trust into a single authority (or small number of authorities) while distributing the query load across an arbitrary number of unprotected responders. The system described herein does not decrease security even in distributed implementations relying on a relatively large number of responders even though the responders are unprotected. The system described herein improves the response time to a query. The system described herein does not delegate trust to foreign responders in heterogeneous environments.
  • BRIEF DESCRIPTION OF DRAWINGS
  • FIG. 1 illustrates a prior art system for providing OCSP responses to a relying party.
  • FIG. 2 illustrates a prior art system for providing OCSP responses in a heterogeneous environments.
  • FIG. 3 illustrates an RTC system according to an embodiment of the system described herein.
  • FIG. 4 is a flow chart illustrating initializing an RTCA according to an embodiment of the system described herein.
  • FIG. 5 is a flow chart illustrating communicating between a CA and an RTCA according to an embodiment of a system described herein.
  • FIG. 6 is a flow chart illustrating pushing data from an RTCA to RTC responders according to an embodiment of the system described herein.
  • FIG. 7 is a flow chart illustrating RTC responders obtaining data from an RTCA according to an embodiment of the system described herein.
  • FIG. 8 is a flow chart illustrating an RTC responder providing information to a relying party according to an embodiment of the system described herein.
  • FIG. 9 is a flow chart illustrating an RTC responder obtaining validity information according to an embodiment of the system described herein.
  • FIG. 10 is a flow chart illustrates an RTC responder obtaining validity information according to another embodiment of the system described herein.
  • FIG. 11 is a flow chart illustrating steps performed in connection with facilitating a two-party transaction according to an embodiment of the system described herein.
  • FIG. 12 is a diagram illustrating a digital certificate according to an embodiment of the system described herein.
  • FIG. 13 is a diagram illustrating flow of data between a CA, an RTCA, an RTC responder, and a relying party according to an embodiment of the system described herein.
  • FIG. 14 is a diagram illustrating flow of data between a CA, RTCA, RTC responder, and relying party of a first system and a CA, RTCA, RTC responder, and a relying party of a second system according to an embodiment of the system described herein.
  • FIG. 15 is a diagram illustrating a heterogeneous cloud of RTC responders according to an embodiment of the system described herein.
  • FIG. 16 is a flow chart illustrating optimizations according to an embodiment of the system described herein.
  • FIG. 17 is a diagram illustrating an authorization authority according to an embodiment of the system described herein.
  • FIG. 18 is a diagram illustrating a flow of data between a CA, an SERTCA, an RTC responder, and a relying party according to an embodiment of the system described herein.
  • FIG. 19 is a flow chart illustrating providing information to an RTCA/SERTCA/OCSP responder for batch OCSP processing according to an ambodiment of the system described herein.
  • FIG. 20 is a flow chart illustrating providing information to RTC responders for batch OCSP processing according to an ambodiment of the system described herein.
  • DETAILED DESCRIPTION OF VARIOUS EMBODIMENTS
  • The system described herein uses Real Time Credentials (RTC), alternatively referred to as Distributed OCSP (DOCSP), and uses an entity referred to as an RTC Authority (RTCA). The RTCA may or may not coincide with the CA of a given enterprise. In some embodiments, each CA provides its own RTCA with a special certificate, the RTCA certificate. The CA may digitally sign the RTCA certificate, indicating that the CA trusts and empowers the RTCA to provide certificate validity information about certificates issued by the CA. The RTCA certificate may convey RTCA status to a given entity (e.g., identified by a given identifier, OID number, etc.) and may bind a given verification key PK (for which the given entity possesses a corresponding secret signing key) to the given entity.
  • In instances where the CA and the RTCA coincide, it may be advantageous for the RTCA to have a different signing key than the CA. Thus, if the CA and the RTCA are the same entity, the CA component of the entity may essentially only issue certificates while the RTCA component of the entity may only manage the certificates by, for example, proving that particular certificates are valid or revoked. Thus, even if the CA and the RTCA coincided, an RTCA certificate might still be used.
  • In some embodiments, each CA is associated with only one RTCA. In other embodiments, it is possible for each CA to be associated with more than one RTCA, where each RTCA has a different signing key or where some or all of the RTCA's share signing keys. Having multiple RTCA's associated with a CA may be advantageous for redundancy purposes. In other embodiments, it is possible to have one or more RTCA's be associated with multiple CA's.
  • Just as the CA protects its signing key, the RTCA protects its signing key, for instance, by means of a vault, secure facility, or secure hardware. In some embodiments, the RTCA may be hosted in a protected facility that includes more than one server having a secret signing key. The facility may securely store copies of secret signing keys. The RTCA may include more than one server each having a secret signing key properly certified by the CA.
  • The CA may keep the RTCA apprised of the validity status of certificates of the CA using, for example, CRL's, or using any other appropriate mechanism. The CA may (1) inform the RTCA of any change in certificate validity in an on-line fashion, as soon as a change occurs, and/or (2) send the RTCA a CRL at fixed time intervals and/or whenever the CA produces a new CRL. The CA may use any one or more (alone or in combination) of a number of techniques for providing individual certificate status information. See, for example, the disclosure provided in U.S. Pat. Nos. 5,420,927; 5,604,804; 5,610,982; 6,097,811; 6,301,659; 5,793,868; 5,717,758; 5,717,757; 6,487,658; and 5,717,759, all of which are incorporated by reference herein. The system described herein may use techniques disclosed in one or more of these patents, possibly in combination with one or more other appropriate techniques. Techniques that may be used include, alone or in any combination, full CRL's, partitioned CRL's, delta CRL's, OCSP responses (individually and in groups), mini CRL's (bitwise compressed CRL's), VTokens (one-way hash chain), and various Merkle tree or other tree incarnations.
  • At any date Di of a sequence of dates, D1, D2, . . . , the RTCA, based on its current knowledge of validity status (e.g., based on the latest CRL of the CA) and independent of any relying-party request, may perform an update by processing each outstanding certificate of the CA, and digitally signing a declaration stating the status of each certificate. The status of each certificate may be deemed, for example, valid, revoked, or suspended (as well as possibly “unknown”). The signed declaration may specify a time interval T. In some embodiments, at each update, every signed declaration specifies the same time interval T, and, in some embodiments, the totality of the time intervals is contiguous. For instance, at each update date Di, the time interval may be T=Di+1−Di—where possibly only one of Di and Di+1 is part of T, while the other date is part of an adjacent time interval. In some embodiments, if the RTCA's current knowledge about certificate status is based on CRL's, then each Di may coincide with the date of one CRL, and Di+1 with the date of the next CRL and so forth. It should be appreciated, though, that such strict time dependency is not necessary. For instance, the dates at which the RTCA processes or starts processing its declarations may be D1, D2, etc., while the time intervals specified within the declarations may be D1′, D2′, etc., where Di and Di′ may be different and/or independent. For instance, Di may be earlier than Di′, in which case the RTCA may start processing a declarations before the beginning of the declaration's time interval—e.g., because the RTCA wishes to finish its processing by the beginning of interval T.
  • In some embodiments, if CRL's are used for RTCA updates from the CA, declaration times and CRL times may be different too. The possible lack of synchronizations among processing times, CRL times and declaration times is not crucial to the system described herein. In practice, “real time” is an abstraction, because some additional time is needed to notice and properly react to events. To begin with, note that CRL's, though driving the RTCA process, may not be produced in real time. Moreover, the process of revoking a certificate may not be real time either. For instance, a user may realize that his secret key has been compromised—and thus request that his own certificate be revoked—only one day after the compromise actually occurred. Thus, the user's certificate may be revoked with a one-day delay anyway which, in comparison the deviation from real time due to RTCA computation, may be negligible.
  • The RTCA pre-computes a digital signature indicating the status of each certificate for a given time interval T. Such pre-computation may be performed independent of any party's request about a certificate validity. In some embodiments, the RTCA may pre-compute a signed declaration of the status of certificate C in a given time interval before any status query about C is ever made and, perhaps, even before the time interval starts.
  • In some embodiments, the RTCA-signed declarations of certificate status may be in standard OCSP format. This is useful in situations where OCSP software is already in place so that it is convenient to take advantage of the RTC system without having to modify any of the existing relying-party OCSP software. In some embodiments, OCSP compliance is provided by specifically choosing relevant quantities, digital signature algorithms, OIDs, etc.
  • In many cases, the RTCA may need to generate responses for every issued certificate, rather than just for revoked certificates. To determine the existence of each issued certificate serial number, the RTCA may be given, by the CA or another entity, a copy of every certificate for internal tracking, or the RTCA may be given the issued serial numbers through another mechanism that does not involve transmitting the individual certificates. In some embodiments, issued certificate information may not need to be explicitly provided to the RTCA in the special case where the serial numbers for certificates are issued in sequential order. When sequential serial numbers are used, the RTCA may choose to infer the existence of each certificate serial number using only the current CRL. This may be done by determining the lowest and highest serial numbers in the CRL. Any intermediate numbers in the range between the high and low serial number may be known to be issued by the CA. If a number in the range is present in the CRL, then the status is known to be revoked. If an intermediate number in the range is not present, then the corresponding certificate me be determined to be not revoked, which is defined as “valid” in the OCSP standard.
  • The technique described above may handle the vast majority of issued certificates, although there may still be a few certificates that are issued having serial numbers that are either lower than the lowest CRL entry or higher than the highest CRL entry. The RTCA may include these additional serial numbers through configurable parameters that assume a fixed number of valid serial numbers both before the first entry in the CRL and after the last entry in the CRL. For example, the RTCA may specify one hundred serial numbers before the lowest CRL entry and five hundred serial numbers after the highest CRL entry as representing valid certificates. This optimization allows the RTCA to retrieve one data element (the CRL) instead of a large number of elements (the individual certificates). The higher number used at the high end may be useful for accommodating newly issued certificates in situations where a certificates are issued with sequential serial numbers from low to high. In other embodiments, the lowest and highest serial numbers for issued certificates may be explicitly provided to the RTCA and, in some embodiments, that information may be digitally signed.
  • Note that the pre-computed syntactically correct OCSP responses may technically be deemed not to be OCSP responses because the responses are not computed in response to any original/initial request. In essence, the RTCA pre-computes OCSP-compliant responses to OCSP requests that have not yet been generated, and may never be generated. Thus, the RTCA responses as may be deemed artificially pre-computed responses. It is also possible to use the term artificially pre-computed responses to denote any digitally signed RTCA declarations, even in implementations that are not OCSP compliant.
  • After generating the artificially pre-computed responses, the RTCA may make the responses available to other parties. In particular, the RTCA may return a response to a relying party in response to a validity status query. In other embodiments, however, the RTCA may make the artificially pre-computed responses available to RTC responders. The RTC responders need not be protected since the RTCA-signed messages (artificially pre-computed responses) may not in practice be fraudulently modified or altered in a non-detectable way. Thus, the RTCA may send artificially pre-computed responses to foreign responders (responders belonging to other organizations) without jeopardizing security.
  • In some embodiments, the RTCA may facilitate processing by the RTC responders by presenting the artificially pre-computed responses to the RTC responders in a suitably organized fashion. For instance, the RTCA may present the artificially pre-computed responses ordered according to certificate serial number, or according to length, etc. To ensure that all the relevant artificially pre-computed responses have been received, at every update, the RTCA may provide RTC responders with an additional signature, by signing and dating the totality of the artificial, pre-computed responses. In some embodiments, checksums, a count of the number of artificially pre-computed responses, or similar mechanism may be used, with or without digital signatures.
  • In addition, the RTCA may send to the RTC responders the RTCA certificate generated by the CA to prove that the CA trusts and empowers the RTCA to provide certificate validity information about certificates issued by the CA. In some embodiments, it is not necessary to do this at every update. In some instances, the RTCA sends to the RTC responders the RTCA certificate only initially or at some fixed period or upon request.
  • The RTC responders may store the received artificially pre-computed responses of the RTCA for a sufficient time. In some embodiments, if the signatures of the RTCA relate to a given time interval T, the RTC responders may store the artificially pre-computed responses at least until the end of T. In some embodiments, at least some of the RTC responders, such as those belonging to the same organization as the RTCA, may periodically take steps to ensure that information is correct and up-to-date. For instance, an RTC responder may verify that the artificially pre-computed responses about a time interval T are received by the beginning of T or other suitable time related to T, verify all received RTCA signatures (and possibly also the proper RTCA certificate), verify whether the RTC responder has received all signatures (e.g., no less than the expected number of signatures, no fewer signatures than of last transmission for already issued certificates, etc.), verify whether the RTC responder has received information indicating validity for a certificate that was previously declared revoked, verify that the RTCA certificate itself has not been revoked (e.g., because of a security compromise), etc. If any problem is detected, the RTC responder may inform the RTCA or an other proper entity.
  • The relying parties may ask the RTC responders for the validity status of certificates. In some embodiments, the request is in the OCSP format. When asked about the validity of a given certificate, an RTC responder may fetch from memory, and return to the relying party, the RTCA-generated artificially pre-computed response for the particular certificate. In some embodiments, the RTC responder may also forward the certificate for the RTCA that signed the artificially pre-computed response. In some embodiments, the relying party may signal that it is not interested in receiving the RTCA certificate (because, for example, the relying party already has a copy), or the RTC responder may know or assume that the relying party has already a copy of the certificate. The relying party may process the received responses to ascertain the validity status of the certificate of interest. In some embodiments, if the artificially pre-computed response is in the OCSP format, the relying parties may use OCSP software for such processing. In some embodiments, the relying parties may verify the proper RTCA certificates. In the case of OCSP-compliant implementation, the relying parties may verify an RTCA certificate as an OCSP responder certificate. In some embodiments, an RTCA certificate may be syntactically constructed as an OCSP-responder certificate.
  • There are optimizations that may be performed. For example, let U be a party having a certificate Cu. As part of a transaction with a party V, U may send Cu to V (unless V already has Cu), and possibly perform additional tasks (such as exhibiting a digital signature relative to a public verification key certified in Cu to belong to U, or being identified by decrypting a random challenge encrypted by V using a public encryption key certified in Cu to belong to U). For the transaction to be secure, V might ascertain the current validity of Cu and make a validity query to an RTC responder. The responder may answer the query by fetching and returning the most current RTCA-signed declaration (artificially pre-computed response) about Cu. However, querying an RTC responder adds a third party to a transaction that would otherwise be a two party transaction, which increases the time and complexity of the transaction.
  • One solution is to have party U may, at the beginning of or at least during each time interval T, receive an RTCA-signed declaration Du (an artificially pre-computed response) that Cu is valid throughout T. U can receive Du in response to a request to the RTC responder (e.g., by making a ordinary relying-party request). Alternatively, Du may be pushed to U, and possibly others, by, for example, an RTC responder or by an RTCA at every update and/or on an automatic basis. In any case, in connection with transacting with V during interval T, U may forward Du to V in addition to all other steps or tasks the transaction entails. Therefore, the U-V transaction may be significantly sped up since V needs not call on any third party (e.g., the RTC responder) in order to ascertain the current validity of U's certificate.
  • Note that even though overall time, which includes U obtaining Du, may not be sped up, the U-V transaction may be. However, also note that speeding up only the U-V transaction without saving in overall time may still be useful and efficient. For example, if it is assumed that RTCA declarations (artificially pre-computed responses) are computed at midnight and specify an entire day as a time interval, then U may obtain Du early in the day (when there are relatively few transactions) and then forward Du to V during a time sensitive U-V transaction conducted when there are significantly more transactions and thus when saving time could be useful. Note also that further efficiency may be gained by having U, after obtaining and caching Du, forward Du throughout the day when transacting with other parties. This way, for instance, a single relying-party query (that of U itself, possibly made at a relatively unbusy time) may successfully replace a number of relying-party requests (possibly at a more busy time).
  • The optimization discussed above may also be achieved by the party V. After obtaining Du from an RTC responder in return to a query about the validity of a certificate Cu of party U, party V may give Du to U, or make Du available for others to use.
  • Note that the optimization discussed herein applies to embodiments using an OCSP-compliant implementation of the system described herein. Note that it is also possible to apply a similar optimization to conventional OCSP implementations. For such an implementation, a user requests and obtains an OCSP response about his own certificate, and then forwards this OCSP response as part of his transactions to the other parties of the transactions for the appropriate time interval. Alternatively, when asked for the first time by a relying party about the validity of a certificate Cu of party U, an OCSP responder may compute a response Ru, return Ru to the querying relying party, and also forward Ru to U, so that U can cache Ru and, at least for a while (until the next update), can forward Ru as part of transactions based on Cu.
  • In some embodiments, the system described herein may be implemented using data found in individual certificates, thereby saving additional certificates and/or response length. As discussed above, the CA may issue an RTCA certificate that empowers a given RTCA to provide authoritative answers about the validity of certificates issued by the CA. Such an RTCA certificate may specify the public key that is used for verifying RTCA-signed responses (artificially pre-computed responses). In some embodiments, however, the CA may embed the RTCA public key within certificates issued by the CA or the information may be embedded in teh CA certificate itself. That is, the CA (with proper format, OID, etc.) may include in a certificate Cu the public key PK that may be used for verifying the digitally signed responses about Cu's validity. For these embodiments, a relying party need not receive a separate RTCA certificate. When asking an RTC responder for the latest proof of validity for Cu, a relying party may just obtain (e.g., because it so asks) the RTCA-signed response (artificially pre-computed response). In fact, a Cu may specify the public verification key that a relying party may use for verifying a proof of validity for Cu. In other embodiments, the entire RTCA certificate (or a pointer thereto) may be embedded in a user certificate and/or in the CA certificate. These embodiments may yield significant savings in transmission (since the RTC responder may not need to send a separate RTCA certificate, which may be much longer than an RTCA response) and in storage (since the relying party may not need to store the RTCA certificate alongside with the RTCA response, as protection against future claims for having relied on Cu).
  • Similarly, a certificate Cu may specify time intervals therefor. For these embodiments, an RTCA response may not need to specify both the beginning and end of an interval T. In some embodiments, the beginning of T alone (or other simpler specification) may appropriately specify T. For instance, if Cu specifies daily updates, then any time within a given day suffices to specify the entire day to which a response refers. Alternatively, if it is understood (e.g., from the CA's general policies) that the certificates have validity intervals consisting of a full day, then there is no need for such information to be specified within a certificate, and yet the savings in RTCA responses apply.
  • Note that, while an RTCA proof of validity or suspension for a given certificate C may specify a time interval to which the proof refers, a proof of revocation need not specify any time interval. Rather, it often suffices for such a proof to specify a single point in time (e.g., a time of revocation) since, unlike validity and suspension, revocation is often an irrevocable process. Thus, a single revocation time, rt, may suffice for proving a certificate revoked. Note that rt need not be the beginning of any time interval T, but could specify any time. Thus, in the case of a permanent revocation of a certificate C, the RTCA need not send C's revocation proof at all update dates (e.g., D1, D2, etc.). Instead, a revocation proof may be sent only once (or a few times for redundancy) and then cached by an RTC responder to be returned whenever a relying party query about C is made.
  • Note also that an RTCA may be informed immediately that a certificate C has been revoked. For example, information that C has been revoked may be forwarded in the middle of a time interval T for which the RTCA has already produced and forwarded a proof of validity for C to the RTC responders. In such a case, by the next update, no proof of validity will be computed for C. However, until then (i.e., until the end of T), an incorrect, but facially valid, proof of validity for C is held by the RTC responders. A possible counter-measure includes having proofs of revocation take precedence over proofs of validity. In such a case, an honest relying party that sees both a proof of validity for C for some time interval T and a proof of revocation for C (at whatever time t), should regard C as revoked (after time t).
  • In some situations, some relying parties may have never seen a proof of revocation, and thus C may considered by some still valid until the end of T even though C has been revoked. Such problems may be lessened by having the RTCA compute and send to all RTC responders a proof of C's revocation (independent of the scheduled dates D1, D2, etc. or D1′, D2′, etc.) as soon as the RTCA learns that C has been revoked (e.g., directly from the CA without waiting the next CRL update). All properly functioning RTC responders may then erase from memory any proof of C's validity and substitute therefor the newly received proof of revocation. In such a case the RTC responders are more likely to provide relying parties with accurate proofs about C's validity.
  • Referring to FIG. 3, a diagram 80 illustrates an architecture for implementing the system described herein. A CA 82 is coupled to an RTCA 84 and provides validation information thereto (e.g., CRLs). The RTCA 84 is coupled to a plurality of RTC responders 86-88 which receive the artificially pre-computed responses from the RTCA 84. As discussed elsewhere herein, both the CA 82 and the RTCA 84 each use a secret signing key. In some embodiments, the CA 82 and the RTCA 84 may be the same entity, as illustrated by the box 85.
  • The RTCA 84 provides the artificially pre-computed responses to the RTC responders 86-88. As discussed elsewhere herein, the RTC responders 86-88 do not need their own secret signing key and do not need to be secured since any information provided by one of the RTC responders 86-88 to a relying party has been digitally signed by the RTCA 84 and is public information.
  • In other embodiments, more than one RTCA may be used, which is illustrated by an RTCA 92 and an RTCA 94 which represent a plurality of additional RTCAs. Each of the additional RTCAs 92, 94 may be coupled to the responders 86-88 that are served by the RTCA 84. Alternatively, one or more of the additional RTCAs 92, 94 may be coupled to an additional, different plurality of responders 96-98.
  • Referring to FIG. 4, a flow chart 100 illustrates steps performed by a CA in connection with initializing an RTCA. The steps of the flow chart 100 may be performed in connection with a new RTCA being added to a system or in connection with a previous RTCA being issued a new certificate, either because the old RTCA certificate had expired or because the security/secret key of the RTCA had been compromised.
  • Processing begins at a first step 102 where the CA verifies the RTCA. Verifying the RTCA at the step 102 depends upon the topology and security requirements of the system and may require, for example, an administrator physically inspecting the RTCA and verifying that the RTCA is in place and is secure. Of course, there may be other appropriate processing performed at the step 102 to verify that the RTCA is secure. Following the step 102 is a step 104 where the CA generates keys for the RTCA. At the step 104, the CA generates both a secret key for the RTCA and a public key for the RTCA.
  • Following the step 104 is a step 106 where the CA generates a certificate for the RTCA based on the keys generated at the step 104. The certificate generated at the step 106 is the RTCA certificate. Following the step 106 is a step 108 where the secret key is provided to the RTCA. In some embodiments, it may be useful for security purposes for the secret key to be provided to the RTCA in an off-line manner (e.g., by a user writing the secret key on a piece of paper and then physically entering the secret key at the RTCA).
  • Following the step 108 is a step 112 where the certificate generated at the step 106 is provided to the RTCA. At the step 112, it is possible to provide the certificate to the RTCA in an on-line (even unsecure) manner, since the RTCA certificate will be made public and, for all practical purposes, cannot be tampered with without knowledge of the secret key of the CA (usually different from the secret key generated at the step 104). Following the step 112 is a step 114 where the initial certificate data about the certificates managed by the CA is provided from the CA to the RTCA. The initial data provided at the step 114 may include an initial CRL. In addition, as described elsewhere herein, the initial data provided at the step 114 may also include information about valid, unexpired certificates so that the RTCA may provide appropriate responses for the valid unexpired certificates. Following the step 114, processing is complete.
  • In some embodiments, the step 104 is performed by the RTCA so that the RTCA is the only entity with knowledge of the secret key. In that case, the RTCA will present the corresponding public key to the CA (in either an on-line or off-line manner) so that the CA may generate the certificate at the step 106. Of course, in such a case, it is not necessary to perform the step 108, described above. This is illustrated by an alternative flow path 116 from the step 106 to the step 112 shown in the flow chart 100.
  • Note that the steps of the flow chart 100 may be performed even in instances where the CA and the RTCA are the same entity. Of course, in such a case, verifying the RTCA at the step 102 is trivial. In addition, for embodiments where the RTCA/CA will use the same public key and secret key pair for both the CA function and the RTCA function, the steps 104, 106, 108, and 112 need not be performed since the RTCA certificate will simply be the certificate of the CA. However, in instances where it is useful to have the RTCA certificate be in a different format than the CA certificate (e.g., OCSP responder certificate format), the step 106 may be performed in connection with generating the different format certificate for the RTCA certificate.
  • Referring to FIG. 5, a flow chart 120 illustrates steps performed in connection with a periodic transfer of certificate validity data from the CA to the RTCA. The steps of the flow chart 120 may be performed either periodically or upon specific requests by an RTCA. Processing begins at a first test step 122 where it is determined if any certificates have been revoked recently (i.e., since the last iteration). If so, then control passes from the test step 122 to a step 124 where the revocation information is sent to the responder. As discussed elsewhere herein, in some embodiments, revocation information is sent immediately (or as near immediately as possible) from the CA to the RTCA. In some embodiments, the revocation information sent from the CA to the RTCA at the step 124 is digitally signed or otherwise authenticated.
  • Following the step 124 or following the test step 122 if no certificates have been recently revoked, is a test step 126 which determines if the current time corresponds to a new time interval for updating certificate information. As discussed elsewhere herein, in some embodiments, the CA pushes new validity information to the RTCA(s) at periodic intervals. Thus, if it is determined at the test step 126 that the current time does not correspond to a new interval, then control passes from the test step 126 back to the step 122, discussed above. Otherwise, if the current time does correspond to a new time interval, then control passes from the test step 126 to a step 128 where new validity information is generated by the CA, which includes, in some embodiments, digitally signing or otherwise authenticating the information. As discussed elsewhere herein, the new validity information can be in any one of a variety of forms, including CRL's.
  • Following the step 128 is a step 132 where the new validity information generated at the step 128 is provided to the RTCA. Following the step 132 is a test step 134 which determines if the RTCA has acknowledged receipt of the information sent at the step 132. If not, then control transfers from the step 134 to a step 136 where error processing is performed. The error processing performed at the step 136 may include, for example, notifying a system administrator. Note that it is useful to determine if the RTCA has received the new information at the step 134 since a malicious attacker could disable the RTCA as a means to prevent promulgation of information relating to recently revoked certificates. Following the step 136, processing is complete.
  • If it is determined at the test step 134 that the RTCA has acknowledge receipt of the information sent at the step 132, then control transfers from the step 134 back to the step 122 to process a next iteration. In some embodiments, data is provided periodically from the CA to the RTCA(s) without regard fro whether the RTCA(s) acknowledge receipt of the data. This is illustrated by an alternative path 137.
  • In some embodiments, the steps of the flow chart 120 are not performed periodically but, instead, are only performed in response to a specific request for data by the RTCA. This is illustrated by an alternative path 138 which causes control to transfer from the step 122 or the step 124 directly to the step 128. Note also an alternative path 142 which corresponds to receipt of the acknowledgement at the step 134. Thus, in embodiments where the steps of the flow chart 120 are not performed periodically, then, when it is determined at the test step 134 that the RTCA has acknowledged receipt of the information sent at the step 132, the path 142 indicates that processing is complete. Of course, it is also possible to have embodiments where the RTCA(s) do not acknowledge receipt of the information from the CA. This is illustrated by an alternative path 144.
  • Referring to FIG. 6, a flow chart 150 illustrates processing performed by the RTCA for embodiments where data is periodically pushed from the RTCA to the RTC responders. Processing begins at a first step 152 where the RTCA determines if new data has been received since the previous push. If not, then control transfers back to the step 152 to continue to loop and poll until new data is received. Once it is determined at the test step 152 that new data has been received, then control transfers from the step 152 to a step 154 where the data is transferred from the RTCA to the RTC responders. Following the step 154, control transfers back to the step 152 to continue polling to wait for new data.
  • Referring to FIG. 7, a flow chart 160 illustrates steps performed by the RTCA for embodiments where data is provided from the RTCA to the RTC responders in response to a request by the RTC responders. As discussed elsewhere herein, the RTC responders may, themselves, periodically request data from the RTCA rather than relying on having the data be automatically pushed periodically from the RTCA to the RTC responders.
  • Processing begins at a first step 162 where the RTCA receives a query (request for data) from an RTC responder. Following the step 162 is a test step 164 which determines if the RTCA certificate was requested by the RTC responder. As discussed elsewhere herein, the RTCA certificate is used to show that the CA trusts and empowers the RTCA to provide validation information. In some embodiments, each RTC responder may cache the RTCA certificate (to be provided, if requested and/or necessary to relying parties), in which case it may be necessary to request the RTCA certificate only once. In other embodiments, the RTC responders may periodically request the RTCA certificate or, in some cases, always request the RTCA certificate.
  • If it is determined at the test step 164 that the RTC responder has requested the RTCA certificate, then control transfers from the test step 164 to a step 166 where the RTCA provides the RTCA certificate to the RTC responder. Following the step 166 or following the test step 164 if the RTCA responder has not requested the RTCA certificate is a test step 168 which determines if other information (i.e., an artificially pre-computed response) has been requested. If not, then processing is complete. Otherwise, control transfers from the test step 168 to a test step 172 which determines if the other information is available at the RTCA. In some cases, the other information requested by the RTCA responder may not be available at the RTCA. For example, if an RTCA responder requests information about a foreign certificate, an artificially pre-computed response may not be available at the RTCA.
  • If it is determined at the test step 172 that the requested information is not available, then control transfers from the test step 172 to a step 174 where the RTCA provides data to the RTC responder indicating that the information requested is unavailable. Following the step 174, processing is complete. If it is determined at the test step 172 that the requested other information is available, then control transfers from the test step 172 to a step 176 where the requested information is provided by the RTCA to the RTC responder. Following the step 176, processing is complete.
  • Referring to FIG. 8, a flow chart 190 illustrates steps performed by an RTC responder in connection with receiving a request for an artificially pre-computed response (e.g., an OCSP response) from a relying party. Processing begins at a first step 192 where the request is received. Following the step 192 is a step 194 where the RTC responder obtains RTCA data appropriate for the request. Obtaining RTCA data at the step 194 is discussed in more detail elsewhere herein. Following the step 194 is a test step 196 where it is determined if the requested data is available. If not, then control transfers from the test step 196 to a step 198 where the RTC responder provides a response to the relying party indicating that the status of the particular certificate is unknown. Following step 198, processing is complete.
  • If it is determined at the test step 196 that up-to-date validity data is available for the certificate(s) of interest, then control transfers from the test step 196 to a step 202 where checks are performed on the data. As discussed elsewhere herein, the checks performed at the step 202 may included any one or more of determining the currentness of the data, determining that the RTCA certificate has not been tampered with and is still valid, and any one or more other checks that may be performed on the data obtained at the step 194.
  • Following the step 202 is a test step 204 which determines if the results of performing the checks at the step 202 indicate that everything is okay. If not, then control transfers from the step 204 to a step 206 where the relying party is provided with an indication that the validity data is not okay. Other appropriate processing may be performed at the step 206 including, for example, notifying a system administator of the error. Following the step 206, processing is complete.
  • If it is determined at the test step 204 that the validity data is okay, then control transfers from the test step 204 to a test step 208 where it is determined if the relying party requested the RTCA certificate. If not, then control transfers from the test step 208 to a step 212 where the relying party is provided with the validity data (artificially pre-computed response). Following the step 212, processing is complete. Otherwise, if it is determined at the test step 208 that the RTCA certificate was requested along with the validity data, then control transfers from the test step 208 to a step 214 where the validity data (artificially pre-computed response) and the RTCA certificate are provided to the relying party. Following the step 214, processing is complete.
  • For some embodiments, the relying party may perform its own checks of the validity data, in which case it may not be necessary to perform the checks at the step 202 or the corresponding test at the step 204. This is illustrated by an alternative flow path 216 from the step 196 to the step 208.
  • Referring to FIG. 9, a flow chart 230 illustrates in more detail steps performed by the RTC responders in connection with obtaining RTCA data at the step 194 of the flow chart 190 of FIG. 8. The flow chart 230 corresponds to embodiments where RTCA data is pushed by the RTCA to the RTC responders automatically without the RTCA responders having to specifically request data. For these embodiments, the responders are always automatically in possession of the most up-to-date (or nearly up-to-date) RTCA data.
  • Processing begins at a first test step 232 where the RTC responder determines if the requested data is available at the RTC responder. If so, then control transfers from the test step 232 to a test step 234 which determines if the requested data at the RTC responder is up-to-date. As discussed elsewhere herein, the artificially pre-computed responses may include a time interval over which the artificially pre-computed responses are valid, after which a new artificially pre-computed response needs to be obtained. Irrespective of the specific mechanism used to determine the time intervals for the artificially pre-computed responses, it is determined at the test step 234 if the specific artificially pre-computed response requested by a relying party is up-to-date by comparing the current time to the time interval associated with the artificially pre-computed response.
  • If the data is up-to-date, then control transfers from the test step 234 to a step 236 which determines if the RTCA certificate is valid. In some instances, it may be possible for the RTCA certificate to be revoked (or expired) so that the data provided by the RTCA may not be reliable. For example, if the secret key of the RTCA is compromised, then the RTCA certificate may become revoked. Determining the validity of the RTCA certificate at the step 236 may be performed using any one of a number of known techniques, including techniques describe herein. If it is determined at the test step 236 that the RTCA certificate is valid, then control transfers from the test step 236 to a step 238 where the requested artificially pre-computed response is provided for further processing, as discussed above in connection with the flow chart 190 of FIG. 8. Following the step 238, processing is complete.
  • If it is determined at the test step 232 that the data is not available, or if it is determined at the test step 234 that the requested data is not up-to-date, or if it is determined at the test step 236 that the RTCA certificate is not valid, then control transfers to a step 242 where it is indicated that the data is unavailable in connection with follow on processing of steps of the flow chart 190 of FIG. 8. In some embodiments, the information provided at the step 242 may include a reason for the unavailability of the requested information. Following the step 242, processing is complete.
  • In some embodiments, it may be desirable not to check the validity of the RTCA certificate at each iteration. For these embodiments, the step 236 may be omitted, which is illustrated by an alternative path 244.
  • Note also that it is possible to use the processing illustrated by the flow chart 230 for embodiments where the RTC responders periodically request new data from the RTCA. In such a case, the data may not be available or up to date because it has not yet been requested by the RTC responder from the RTCA.
  • Referring to FIG. 10, a flow chart 260 illustrates in more detail steps performed in connection with obtaining RTCA data at the step 194 of the flow chart 190 of FIG. 8 for embodiments where the RTC responder requests data from the RTCA. Processing begins at a first step 262 where it is determined if the relying party has requested the RTCA certificate. If so, then control transfers from the step 262 to a step 264 where it is determined if the RTCA certificate is cached by the RTC responder. If not, then control transfers from the test step 264 to a step 266 where the RTC responder requests RTCA certificate from the RTCA.
  • Following the step 266, or following the step 262 if the RTCA certificate is not requested or following the step 264 if the requested certificate is available, is a test step 268 where it is determined if an artificially pre-computed response has been requested. If so, then control transfers from the test step 268 to a test step 272 where it is determined if the requested artificially pre-computed response is cached (and, of course, up-to-date) at the RTC responder. If not, then control transfers from the test step 272 to a test step 274 where the RTC responder requests the artificially pre-computed response from the RTCA. Following the step 274 or following the step 268 if no artificial pre-computer response was requested or following the step 272 if the requested artificial pre-computer response is cached, is a step 276 where the results of obtaining the requested information are provided for follow on processing according to steps of the flow chart 190 of FIG. 8. Following the step 276, processing is complete.
  • Referring to FIG. 11, a flow chart 300 illustrates steps performed by either a user or a relying party with whom the user transacts in connection with embodiments where a two party transaction set up to avoid extra steps and processing of a three party transaction, as described above. Processing begins at a first test step 302 where it is determined if the information (artificially pre-computed response) that a user and/or relying party has cached is up-to-date (or exists locally at all). If so, then control transfers back to the test step 302 to continue to poll until the information is not up-to-date. Once it is determined at the test step 302 that the cached information is not up-to-date, then control transfers from the test step 302 to a step 304 where the entity (user and/or relying party) obtains up-to-date information as described elsewhere herein. Following the step 304 is a step 306 where the information obtained at the step 304 is stored locally (cached). Following the step 306, control transfers back to the step 302 to continue to poll until the cached information is no longer up-to-date.
  • Referring to FIG. 12, a certificate 320 is shown as including conventional certificate information 322 and RTCA certificate information 324. The certificate 320 may be a user certificate or a CA certificate. As described above, in some embodiments, it is possible to embed the public key certified by the RTCA certificate 324 in a certificate. When a relying party views the certificate 320 (either the user certificate or the CA certificate), it is not necessary to separately obtain the RTCA certificate. In other embodiments, the RTCA certificate information 324 includes the entire RTCA certificate or a pointer thereto.
  • Referring to FIG. 13, a diagram 400 illustrates a flow of information between a CA 402, an RTCA 404, an RTC responder 406, and a relying party 408. As discussed elsewhere herein, the CA 402 provides validation information (e.g., a CRL) 412 to the RTCA 404. The RTCA 404 generates a plurality of artificially pre-computed responses 416 that are provided to the RTC responder 406. In some instances, the RTCA 404 may also provide an RTCA certificate 414 to the RTC responder 406. However, as discussed elsewhere herein, the RTCA certificate 414 may be provided only once or may be provided periodically independent of the RTCA 404 providing the artificially pre-computed responses 416 to the RTC responder 406.
  • A relying party 404 generates an OCSP request 418 (or some other type of request for validity information) that the relying party 408 provides to the RTC responder 406. The RTC responder 406 services the OCSP request 418 by providing an artificially pre-computed OCSP response 422 that is one of the artificially pre-computed OCSP responses 416 previously provided from the RTCA 404 to the RTC responder 406. The relying party 408 may then use the artificially pre-computed response 422 to take appropriate further action based on the validity status of the certificate in question. As discussed elsewhere herein, in some instances, the RTC responder 406 may provide the RTCA certificate 414 to the relying party 408.
  • Referring to FIG. 14, a diagram 430 illustrates communicating validation information between two otherwise independent digital certificate systems. The diagram 430 shows the CA 402, the RTCA 404, the RTC responder 406 and the relying party of 408 of the diagram 400 of FIG. 13. The diagram 430 also shows the validation information 412 provided by the CA 402 to the RTCA 404 and shows the RTCA certificate 414 and the artificially pre-computed responses 416 communicated from the RTCA 404 to the RTC responder 406.
  • The diagram 430 also shows a second CA 432, a second RTCA 434, a second RTC responder 436, and a second relying party 438. The second CA 432 provides validation information 442 to the second RTCA 434. The second RTCA 434 provides artificially pre-computed responses 446 to the second RTC responder 436. However, assuming that the CA 402 and the second CA 432 manage independent sets of digital certificates, then the CRL 412 contains information about different certificates than the CRL 442 and the artificially pre-computed responses 416 contain information about different certificates than the artificially pre-computed responses 446. Thus, when the second relying party 438 provides an OCSP request 448 to the second responder 436 about a certificate managed by the CA 402, none of the artificially pre-computed responses 446 provided by the second RTCA 434 may be appropriate for satisfying the OCSP request 448.
  • The above-described difficulty may be addressed if the RTCA 404 had provided the artificially pre-computed responses 416 to the second RTC responder 436 and if the RTCA 404 had previously provided the RTCA certificate 414 to the second RTC responder 436, then the second RTC responder 436 may satisfy the OCSP request 448 by providing to the second relying party 438 the RTCA certificate 414 and the artificially pre-computed response 422 generated by the RTCA 404. Note that, as discussed elsewhere herein, it is not necessary for the transmission from the RTCA 404 to the second RTC responder 436 to be secure since the RTCA Certificate 414 and the artificially pre-computed responses 436 have already been digitally signed prior to transmission to the second responder 436.
  • Referring to FIG. 15, a diagram 460 illustrates a generalization of the system illustrated by the diagram 430 of FIG. 14. In the diagram 460, the RTCA 404 provides the artificially pre-computed responses 416 to a heterogeneous cloud 462 of RTC responders. Similarly, the second RTCA 434 provides the artificially pre-computed responses 446 to the heterogeneous cloud 462 of RTC responders. The RTCA's 404, 434 may also provide their respective RTCA Certificates (not shown) to the heterogeneous cloud 462 of RTC responders. Note that any number of RTCA's may provide artificially pre-computed responses and/or RTCA certificates to the heterogeneous cloud 462 of RTC responders. Thus, the relying party 408, the second relying party 438, or some other relying party may receive an appropriate one of the artificially pre-computed responses and, optionally, an RTCA Certificate in response to an OCSP request (or some other type of request) for any certificate for which artificially pre-computed responses are provided to the heterogeneous cloud 462.
  • While the techniques discussed above address many of the traditional OCSP drawbacks, such as costly computation, high volume of communication and expensive replication of secure servers, further optimizations are possible to reduce computation and communication cost even more. In particular, the amount of communication between the RTCA and the RTC responders may be reduced by proper compression, as described below. The resulting savings from the combination of the techniques described below may be significant, particularly when standard OCSP syntax is used.
  • As discussed above. the RTCA sends to each RTC responder artificially pre-computed responses, each of which may consist of multiple data elements, such as, for example, the response type, the time at which the response was computed, the digital signature algorithm identifier, id of the RTCA, the certificate number, whether the certificate is valid or invalid, etc., as well as the digital signature itself. Many of these items are the same, or similar, across multiple responses. For instance, the time at which the response was computed and the id of the RTCA may be the same for all the responses. When all the responses are sent together from the RTCA to the RTC responder, the common elements may be transmitted only once. The RTC responder may still reconstruct the appropriate response when answering a relying party's request. Furthermore, when data items are similar, but not the same, a proper compression algorithm may be used so as to take advantage of the similarities and communicate only the differences.
  • In addition, to further reduce the cost of computing the responses and communicating to the responders, it may be beneficial to update the responders on the validity status of some, but not all certificates. For example, the validity status of all certificates may be updated hourly, while some high-priority (e.g., high-security) certificates may have their status updated every minute. Alternatively (or in addition), freshly revoked certificates may have their validity status updated immediately with responders to reduce the risk of improper use. As another alternative, the RTCA may provide the responders with up-to-the-minutes updates for certificates whose status has changed, while still providing daily (or hourly, etc.) signed validity status information for all certificates.
  • Standard general compression techniques (such as Lempel-Ziv) can be used to further reduce the communication cost. The compression techniques may be applied after the optimizations discussed above have already reduced the size of the communication.
  • The optimizations discussed above reduce the computational load on the RTCA and the communication cost between the RTCA and the responders, because, in many cases, a smaller number of signatures need to be computed. Indeed, by reducing the latency incurred by the computation and the communication, this approach increases security: the responders have more current information than they would if the RTCA had to always process and send the validity status of all digital certificates.
  • Referring to FIG. 16, a flow chart 470 illustrates steps for compressing data communicated between the RTCA and the RTC responders. Processing begins at a first step 472 where unscheduled items are removed for transmission. As discussed above, one of the possible optimizations is to update information about certificates at different rates where more important certificates are updated more frequently. Thus, at each update cycle, information about less important, unscheduled, certificates are removed from the information to be sent from the RTCA to the RTC responders.
  • Following step 472 is a step 474 where redundant items are removed from the remaining data. As discussed above, the redundant items include items that are the same across information that is being transmitted. For example, the identity of the RTCA and the time of update may be the same for all of the information being transferred from the RTCA to the RTC responders. Following step 474 is a step 476 where a compression algorithm is applied to the information that remains. Various possible compression algorithms are discussed above. Following the step 476, processing is complete.
  • Proving the validity of a certificate is valuable in proving one's claimed identity. However, in some cases, proving one's claimed identity is often associated with the privilege to access a particular physical location, logical entity or service. The association of identity and privilege may be implicit and may not accommodate the need to control multiple independent privileges for the same user. A different approach is to employ a separate privilege status for each independent privilege. The RTCA may be extended to provide explicit privilege status for multiple privileges in addition to providing certificate status.
  • Privileges may be granted to a user by one or more Authorization Authorities. This may be an implicit process in which the Authorization Authority and the CA are the same entity. In such a case, a user proving his identity may establish the user's right to access to a particular location, logical entity or service. However, a drawback to this approach is that the privilege status may be identical to the certificate or identity validity status, thus resulting in a single yes/no answer for all implied privileges. This may be addressed by extending the RTCA to provide individual, independent privilege status for an individual user as described below.
  • Initially, the CA may certify the RTCA as a privilege management authority. This may be performed, for example, as part of the general CA certification process described elsewhere herein. The CA may digitally sign a certificate indicating that the CA trusts and empowers the RTCA to provide multiple, independent privilege status in addition to certificate validity status. The empowerment may either be implicitly or explicitly indicated in the RTCA certificate.
  • Following the certification, the Authorization Authority may inform the RTCA of the current state of various privilege statuses. The Authorization Authority may keep the RTCA apprised of the validity statuses of the privileges that are authorized for each of the users over which the Authorization Authority has control. For example, the Authorization Authority may (1) inform the RTCA of any privilege status change in an on-line fashion as soon as the change occurs, or (2) post or send to the RTCA a digitally signed message indicating the change.
  • Identifying an entity as an empowered Authorization Authority may be done using a digitally signed certificate issued by an appropriately trusted and empowered CA. The privileges controlled by each Authorization Authority may be bound to that authority either within the certificate itself (i.e., by the CA) or in a database located at the RTCA or by some other appropriate means.
  • The RTCA may include the status of each privilege associated with a given certificate when the RTCA generates individually signed certificate validity status message. As part of the process for providing the validity status of a certificate, the RTCA may include an identifier and current status of each privilege associated with the certificate in question. The time interval associated with the privilege status may be the same as that applied to the certificate validity status. In this aspect, pre-computing various privilege statuses may be identical and concurrent with techniques used for certificate status validation as described above. The privilege statuses may be included in the same digitally signed message as certificate status validation.
  • The RTCA may send the pre-computed privilege validity statuses to unprotected RTC responders. The process of distributing the various privilege statuses may be identical and concurrent with that used for certificate status validation as described above. The responders may then store the RTCA pre-computed privilege statuses. In instances where privilege status validation information is included as part of the certificate status validation information, then the privilege status information may be stored as a single response by the responder as described above and/or may be stored together with certificate validation information.
  • When relying parties ask responders for validity status information of a certificate as described above, the RTC responders may provide the RTCA pre-computed response, which includes the certificate validity status and all associated privilege statuses. The relying parties may then verify the pre-computed responses (and, if appropriate, RTCA certificates). The processing of the received responses by the relying parties may be similar to that described above except that now any associated privilege statuses are also available. The privilege statuses may be read and used in determining whether or not to grant requested access. The RTC system, extended to provide multiple, explicit privilege statuses, may be analogous to the system described elsewhere herein for providing certificate status, except that the pre-computed OCSP responses may now be understood to contain the privilege validity statuses as well as the certificate validity status information.
  • Referring to FIG. 17, a diagram 480 illustrates implementation of an Authorization Authority. The diagram 480 shows a CA 482 coupled to an RTCA 484. The CA 482 provides information to the RTCA 484 as described elsewhere herein. The RTCA 484 is coupled to a plurality of RTC responders 486-488 to provide information thereto as described elsewhere herein.
  • The diagram 480 also shows an Authorization Authority 492 that provides authorization information to the RTCA 484. Optionally, the CA 482 may be directly coupled to the Authorization Authority 492 to provide, for example, initial authorization information, an Authorization Authority Certificate, and any other appropriate information. As discussed elsewhere herein, the CA 482 and the Authorization Authority 492 may be the same entity, which is illustrated by a box 496 drawn around the CA 482 and the Authorization Authority 492. Although not shown in the diagram 480, the system described herein with the Authorization Authority 492 may include additional RTCAs, responders, etc. as described elsewhere herein (see, for example, FIG. 3 and the corresponding description).
  • Note that, in some embodiments, the CA 482 may provide the Authorization Authority certificate directly to the RTCA 484, without providing the certificate from the CA 482 to the Authorization Authority 492. Note also that the Authorization Authority certificate (or other evidence of empowerment) may be provided in certificates issued by the CA 482 (analogous to that illustrated in FIG. 12 and discussed above) or by other information provided by the CA 482 to the RTCA 484.
  • While an RTC system addresses many of the OCSP drawbacks, further optimizations may be possible. In particular, the computational cost of the RTCA may be reduced by processing multiple digital signatures at once. For the system described above, the RTCA signs the status of each digital certificate. Even though this is done in advance, possibly even before status queries are even made, it is desirable to reduce the computation cost of this process, particularly because production of digital signatures may be computationally intensive.
  • As described in more detail below, improvements may be provided by having a Signature-Efficient RTCA (SERTCA) coalesce the status of a plurality of certificates into a single statement, and then sign and date the statement, thereby using a single signature to authenticate the statuses of the plurality of certificates at a given point in time. The number of certificates whose statuses are so authenticated may be fixed (i.e., every statement always contains status information about the same number of certificates), or may vary. Certificates identified in a single statement may also be identified in other statements. For instance, one statement may represent the validity status of all certificates belonging to a given individual, and another may represent the validity of all certificates having serial numbers in a certain integer interval. The same certificate may belong to both sets and thus belong to two separate authenticated statements.
  • After authenticating all statements of a given time interval, the SERTCA may then send the statements to one or more RTC responders, which store the statements so as to service queries of relying parties. When receiving a query about a certificate X, an RTC responder may retrieve the SERTCA-signed statement that contains the validity status of X and return the statement to the relying party. The relying party may verify the SERTCA signature and search the statement for information about X, to thus learn X's status in an authenticated manner.
  • Of course, a SERTCA may also issue statements about the status of a single certificate, and thus, the SERTCA may provide the same information as an RTCA if the SERTCA issues statements only about single certificates. A particular SERTCA may act as an RTCA at some times and not at others (for instance, depending on the computational constraints and needs at a particular time). A system may combine RTCA's and SERTCA's.
  • Initially, the CA certifies a SERTCA in a manner similar to that discussed above for certifying the RTCA, discussed above Just as with an RTCA, a SERTCA is an entity that may or may not coincide with the CA of a given organization. Each CA may provide its own one or more SERTCA's where each SERTCA has a special certificate, the SERTCA certificate. The CA may digitally sign the SERTCA certificate, indicating that the CA trusts and empowers the SERTCA to provide certificate validity information about certificates of the CA. Such a certificate conveys SERTCA status to a given entity (e.g., identified by a given identifier, OID number, etc.) and may bind a given verification key PK (for which the given entity possesses a corresponding secret signing key) to the given entity.
  • Just as with the RTCA, even if the CA and the SERTCA coincide, it may still be advantageous for the CA and the SERTCA to have distinct signing keys. Thus, whether or not CA and SERTCA represent the same entity, the CA (component) issues certificates and the SERTCA (component) manages the certificates (e.g., proves the certificates valid/revoked/suspended). This being the case, even if the CA and the SERTCA coincided, a separate SERTCA certificate might still be used. In some embodiments, each CA has only one SERTCA, though for redundancy purposes or other purposes, it may be advantageous to have more than one, whether or not using the same signing key. If there are multiple SERTCAs, some may simply act as RTCAs.
  • Note that, just as with an RTCA, an SERTCA protects its signing key, for instance by means of a vault, secure facility, or secure hardware. The CA keeps a SERTCA apprised of the validity status of its certificates. For instance, the CA may (1) inform a SERTCA of any change in certificate validity in an on-line fashion, as soon as a change occurs, or (2) send a SERTCA its CRL's when produced. At any date Di of a sequence of dates, D1, D2, . . . , a SERTCA, based on its current knowledge of validation status (e.g., based on the latest CRL of the CA) and independent of any relying-party request, performs an update by processing each outstanding (preferably non expired) certificate of the CA, coalescing information about validity statuses of certificates into sets, and digitally signing, for each set, a declaration (artificially pre-computed response) stating the status of each certificate in the set. For instance, such status may be valid, revoked, or suspended (or, possibly, “unknown” or “not issued” or another status indication). The signed declaration may specify a time interval T. In some embodiments, at each update, every signed declaration may specify the same time interval T, and the totality of these time intervals may cover the entire “time line.” For instance, at each update date Di, the time interval is T=Di+1−Di—where possibly only one of Di and Di+1 is part of T, while the other date is part of an adjacent time interval.
  • As an example, a sample declaration may have the form SIG-SERTCA(“X: valid; Y: revoked; Z: suspended; date: Di; next date: Di+1.”), where X, Y and Z represent information identifying particular certificates (e.g., serial numbers), and “valid,” “invalid”, “revoked” are indicators of corresponding certificate status. If the SERTCA's current knowledge about certificate status is based on the CA's CRLs, then each Di may coincide with the date of one CRL, and Di+1 with the date of the next CRL. It should be appreciated, though, that such strict time dependency is not necessary. For instance, the dates at which the SERTCA processes or starts processing its declarations may be D1, D2, etc., while the time intervals specified within the declarations may be D1′, D2′, etc., where Di and Di′ may be different. For instance, Di may be earlier than Di′, in which case the RTCA may start processing a declarations before the beginning of the declaration's time interval—e.g., because the SERTCA wishes to finish its processing by the beginning of interval T. Similarly, if CRLs are used in SERTCA updates, declaration times and CRL times may be different too.
  • In essence, therefore, the SERTCA pre-computes digital signatures indicating the statuses of all certificate for a given time interval T. Such pre-computation may be performed independent of any relying party request about the certificates' validity. The SERTCA may pre-compute signed declarations for a given time interval before any status query ever made in that interval or even before that time interval starts. The SERTCA-signed declarations of certificate status (artificially pre-computed responses) may be in standard OCSP format or in a format compatible with existing relying-party software. This is useful in instances where OCSP software is already in place minimize or eliminate modifications to existing relying-party software. For instance, to ensure OCSP-compliance all relevant quantities, digital signature algorithms, OIDs, etc., may be properly chosen.
  • Note, however, that SERTCA's syntactically correct OCSP responses may not necessarily be traditional OCSP responses because the SERTCA responses are not computed in response to any original/initial request. In essence, the SERTCA pre-computes OCSP-compliant responses to OCSP requests that have not yet been generated, and may never be generated. The SERTCA responses, whether or not in OCSP format, are artificially pre-computed responses.
  • After pre-computing the responses, a SERTCA may make the responses available to other parties. Although the SERTCA could return the responses to relying parties in response to validity status queries, in other embodiments the SERTCA may provide the pre-computed responses to RTC responders, which are like the RTC responders described above as being used in connection with the RTCA's.
  • A SERTCA may facilitate the RTC responders' processing of signatures by presenting the signatures to RTC responders in a suitably organized fashion. To ensure that all the relevant pre-computed responses have been received, at every update a SERTCA may provide RTC responders with an additional signature, by signing and dating the totality of the artificially pre-computed responses received by the RTC responder. In addition, a SERTCA may send to the RTC responders a SERTCA certificate. This transmission needs not occur at every update and may be performed only initially or periodically.
  • The RTC responders may store the received artificially pre-computed responses of a SERTCA for a sufficient time. In some embodiments, if the signatures relate to a given time interval T, the RTC responders may store the artificially pre-computed responses at least until the end of T. In some embodiments, the RTC responders (especially those belonging to the same organization as the SERTCA) may check to have correct information. For instance, an RTC responder may verify that the artificially pre-computed responses about a time interval T are received by the beginning of T (or other suitable time related to T), verify all received SERTCA signatures (and possibly also the proper SERTCA certificate), verify whether the RTC responder has received information about all the certificates (e.g., no less than the expected number of certificates, no fewer certificates than of last transmission for already issued certificates, etc.), verify whether the RTC responder has received a SERTCA-signed declaration of validity for a certificate that was previously declared revoked, etc. If any problem is detected, the RTC responder may so inform the SERTCA or another proper entity.
  • Relying parties may ask RTC responders for the validity status of certificates. In some embodiments, the relying parties use the OCSP format for the requests. If information on the status of the same certificate appears in more than one statement, the relying party may indicate to the RTC responder which of the statements is preferred by the relying party. For instance, if the SERTCA provides statements representing the validity status of all certificates belonging to a given individual, as well as statements representing the validity status of all certificates having serial numbers in a certain integer interval, and the relying party is primarily interested in the validity status of a certificate with serial number X belonging to individual I, the relying party may provide an indicator indicating preference to receive (a) a SERTCA-signed statement that includes information about certificates with serial number close to X, or (b) a SERTCA-signed statement that includes information about other certificates of I, or (c) a SERTCA-signed statement that is very short, or (d) any SERTCA-signed statement that includes information about X's status (i.e., no preference). There may be advantages to one of the choices, depending on the circumstances.
  • When asked about the validity of a given certificate, an RTC responder may fetch from memory an SERTCA artificially pre-computed response that includes information for that certificate. The RTC responder may return the artificially pre-computed response. The RTC responder may also forward a proper certificate for the SERTCA that has signed the artificially pre-computed response. Note that the relying party may provide an indication so as not to receive the SERTCA certificate, or the RTC responder may know or assume that the relying party already has a copy of the SERTCA certificate. If there are multiple pre-computed answers that contain information about the same certificate, the RTC responder may choose which answer to return according to the relying party's preferences, or some prespecified algorithm, or according to some other criterion.
  • Relying parties process the received responses to ascertain the validity status of the certificate of interest. In some embodiments, if the response is in OCSP format, the RTC responders use OCSP software for such processing. The RTC Responders may verify the proper SERTCA certificates. In case of OCSP-compliant implementation, the RTC responders may verify an SERTCA certificate as an OCSP responder certificate. In some embodiments, an SERTCA certificate may be syntactically constructed as an OCSP-responder certificate.
  • Referring to FIG. 18, a diagram 500 illustrates a flow of data between a CA 502, an SERTCA 504, an RTC responder 506 and a relying party 508. The CA 502 provides validation information (e.g., a CRL) to the SERTCA 504. The SERTCA 504 uses the validation information to generate a plurality of multi-certificate artificially pre-computed responses 516. The SERTCA 504 also has its own certificate 514 that is provided to the SERTCA 504 by, for example, the CA 502.
  • The relying party 508 generates an OCSP request 518 that the relying party 508 provides to the RTC responder 506. In response thereto, the RTC responder 506 provides a multi-certificate artificially precomputed response 522 that is one of the multi-certificate artificially pre-computed responses 516 that was originally provided to the responder 506 by the SERTCA 504. In addition, as discussed elsewhere herein, in some instances the responder 506 provides the SERTCA certificate 514 to the relying party 508.
  • Note that the processing described above for an RTCA system may be adapted, as appropriate, to be used with an SERTCA system and/or with a hybrid system, including using an Authorization Authority, as described above, abnd providing the compression optimizations discussed above in connection with FIG. 16. Similarly, the processing described above for an SERTC system may be adapted, as appropriate, to be used with an RTCA system and/or with a hybrid system.
  • Another technique, batch OCSP, may be used to reduce RTCA or SERTCA computation cost. Batch OCSP may be used alone or in combination with one or more of the other mechanisms discussed herein.
  • Batch OCSP may be employed when the specific digital signatures used in the responses are RSA digital signatures. While SERTCA improves signature efficiency by authenticating the statuses of multiple certificates in a single signature, batch OCSP may improve efficiency by producing multiple, single-certificate OCSP responses by means of a single computation, having a cost per response that is significantly lower than that of a single OCSP response. For instance, if ten single-certificate OCSP responses are produced individually, the cost is roughly that of ten RSA signatures for an RTCA (or a conventional OCSP responder). The SERTCA mechanism, described above, can reduce the cost to one RSA signature by combining the information on the ten certificates into a single statement. However, a drawback to using an SERTCA is that the corresponding statement becomes longer. Batch OCSP may produce ten distinct, single-certificate, individually-signed OCSP responses at a total cost lower than the cost of ten RSA signatures (in some cases roughly the cost of two RSA signatures).
  • Batch OCSP is based on Fiat's Batch RSA computation, described as follows. The public key PK for RSA consists of two integers, (N, e), known as the modulus and the verification exponent, respectively. The modulus is a product of two large secret prime numbers p and q, and the security of RSA rests on the difficulty of finding the constituent primes from the modulus N. The corresponding secret key SK consists of (N, d), where d has the following property: for all positive integers b less than N, if s is equal to b raised to the power d modulo N, then b is equal to s raised to the power e modulo N. In other words, the operation of raising an integer to the power e modulo N is the inverse of the operation of raising an integer to the power d modulo N.
  • The computation of an RSA digital signature involves (possibly randomized) formatting and/or hashing of the message m to obtain b, and then the computation of the signature s by raising b to the power d and then taking the result modulo N. The corresponding verification procedure computes b from s by raising s to the power e modulo N, and checks that b is indeed correctly produced from m. An observation of Fiat's Batch RSA signatures is the following. Suppose one has multiple values b1, . . . , bi, and multiple verification exponents e1, . . . , ei and corresponding signing exponents d1, . . . , di. Then, through the use of number-theoretic algorithms (not described here, but known in the art), the computation of s1 to the power d1, s2 to the power d2, . . . , si to the power di modulo N, may be carried out more efficiently together than i individual computations separately (provided the values e1, . . . , ei are distinct and satisfy certain other conditions).
  • As described above, SERTCA (as well as RTCA) has a digital certificate issued by a CA that certifies the public key used by the SERTCA for signatures on pre-computed OCSP responses that indicate the validity information of digital certificates. As also described above, the SERTCA digital certificate consists of a CA's digital signature securely binding together several quantities, such as: SN, a serial number unique to the certificate, PK, the public key of the SERTCA, ID the SERTCA's identifier, D1, the issue date, D2, the expiration date, and additional data. In symbols, C=SIGCA(SERTCA, SN,PK,ID,D1,D2, . . . ). In the case that RSA digital signatures are used by SERTCA, the SERTCA's public key PK takes the form (n, e), where n is the modulus and e is the verification exponent, and the certificate takes the form
    C=SIG CA(SERTCA, SN,(n,e),ID,D 1 ,D 2, . . . ).
  • The RTC responders and relying parties may learn the SERTCA public key from the SERTCA certificate in an authenticated manner. However, as the traditional certificate contains only a single exponent e, a traditional certificate may not be suitable for use with Batch RSA, which uses multiple distinct exponents. Unless the verifiers (the RTC responders and/or relying parties) know the verification exponent used in a particular signature that authenticates validity information of digital certificates, the verifiers will not be able to verify the signature. The following overcomes this problem using Batch RSA within Batch OCSP.
  • In one approach, the SERTCA first generates a modulus n as in traditional RSA signatures, and presents n to the CA for certification as the public key of the SERTCA. The SERTCA protects its secret key, consisting of the primes p and q. The CA then issues SERTCA a digital certificate for the public key consisting solely of n. For example, the SERTCA certificate may take the form C=SIGCA(SN,n,ID,D1,D2, . . . ). The CA then informs the SERTCA of the statuses of user certificates of the SERTCA. The SERTCA then produces i signing exponents, d1, . . . , di and corresponding verification exponents e1 . . . ei. Independent of any relying-party request, the SERTCA generates statements about the validity statuses of one or more certificates for a given interval of time, combines the statements into batches of size i, and, using Batch RSA with exponents d1, . . . , di within each batch, produces a digital signature for each statement. The SERTCA then sends the pre-computed signatures of validity status to unprotected responders, additionally including information that allows the responders and/or relying parties to identify, for each statement, the exponent ej to use for verifying each statement. The responders then store the SERTCA artificially pre-computed responses.
  • When relying parties ask responders for validity status information, RTC responders answer queries with artificially pre-computed responses. Each response, includes the verification exponent ej needed to verify the response, as well as (if needed) the SERTCA certificate. Relying parties may then verify the artificially pre-computed responses using RSA verification with modulus n obtained from the SERTCA certificate and verification exponent ej obtained from the RTC responder.
  • Variations of this approach are also possible. For instance, if the exponents are arbitrary (and no special messages formats are used prior to issue an RSA signature) an enemy may, having learned the SERTCA modulus n form a SERTCA certificate, looks for an exponent e that enables the enemy to produce the RSA signature of a false statement relative to n and e. To improve security, the SERTCA exponents e1, . . . , ei may be fixed in advance (and may not need to be made available to responders each time). In particular, the exponents may be specified as part of the SERTCA certificate signed by the CA. The SERTCA certificate may then take the form:
    C=SIG CA(SERTCA, SN,(n, e 1, . . . ,ei),ID,D 1 ,D 2, . . . ).
  • The relying party may also obtain the verification exponents from the SERTCA certificate or from another source, rather than from the responder.
  • It may be advantageous to enable the responders and/or relying parties to infer which exponent ej was used for a particular statement, rather than to indicate the information explicitly. For instance, such inference may be made if the j-th certificate validated in each batch always has serial numbers congruent to j modulo i. Then the responder and/or the relying party may be able to deduce the index j of the exponent simply from the serial number of the certificate whose validity is being verified.
  • Note that in this approach the relying party verification implementation may not follow the standard RSA signature verification paradigm, as the public key of the SERTCA may not be presented to the relying party as a pair (n, e). The cost of modifying existing relying-party RSA implementations may be prohibitive in some applications. This may be address by the following alternative approach.
  • For the second approach, the SERTCA initially generates a modulus n as in traditional RSA signatures, and i verification exponents e1, . . . , ei, which the SERTCA presents to the CA for certification. It is advantageous for the SERTCA to protect n's prime factorization. The CA then issues SERTCA i digital certificates for the public keys consisting solely of PK1=(n, e1), PK2=(n, e2), . . . PKi=(n, ei). For example, the i SERTCA certificate may take the form C1=SIGCA(SERTCA, SN,(n, e1),ID,D1,D2, . . . ), . . . , Ci=SIGCA(SERTCA, SN,(n, ei),ID,D1,D2, . . . ). The CA then informs the SERTCA of the statuses of its user certificates. Following that, and independent of any relying-party request, the SERTCA generates statements about the validity statuses of one or more certificates for a given interval of time, combines the statements into batches of size i, and, using Batch RSA with exponents e1, . . . , ei within each batch, produces a digital signature for each statement. The SERTCA then sends the pre-computed signatures of validity status to unprotected responders, additionally including information that allows the responders and/or relying parties to identify, for each statement, the exponent ej with which each statement was signed. The responders store the SERTCA-pre-computed responses.
  • When relying parties ask responders for validity status information, the RTC responders answer queries with the pre-computed responses. Each response that was signed with exponent ej may include, if needed or requested, the j-th SERTCA certificate Cj. Relying parties verify the pre-computed answers, using RSA verification with public key (n, ej) obtained from the SERTCA certificate. Note that the relying party verification is syntactically the same as standard RSA verification, because a standard-looking RSA public key is obtained from the SERTCA certificate. Thus, no modification of a standard RSA implementation may be needed for the relying party. In fact, the relying party may be completely unaware that the SERTCA is using Batch OCSP.
  • Variations of the approach discussed above are also possible. For instance, rather than choosing and presenting to the CA the exponents e1, . . . , ej, such exponents may be inferred, or known in advance by the CA - - - e.g., because the exponents are fixed parameters of the system. Alternatively, the responders and/or relying parties may infer which exponent ej was used for a particular statement, rather than to indicate the exponent explicitly. For instance, such inference may be made if the j-th certificate validated in each batch always has serial number congruent to j modulo i. Then the responder and/or the relying party may be able to deduce the index j of the exponent simply from the serial number of the certificate whose validity is being verified.
  • Referring to FIG. 19, a flow chart 600 illustrates steps performed in connection with initializing the SERTCA (or RTCA or OCSP responder as appropriate) for performing batch OCSP. Processing begins at a first step 602 where the CA certifies the modulas, n. Following the step 602 is a step 604 where the i exponent pairs (verification exponents and signing exponents) are generated. In an embodiment herein, the exponent pairs are generated by the SERTCA using a pair of secret prime numbers, the product of which equals n. However, for other embodiments, it is possible to have other entities generate the exponent pairs at the step 604 and to use other algorithms for generating the pairs.
  • For some embodiments, processing may be complete after the step 604. However, other embodiments may include additional certifications by the CA, as described above, including having the CA certify the verification exponents e1, e2 . . . ei. In one embodiment, illustrated by a step 606, the CA certifies the i verification exponents in a single certificate, as described above. In another embodiment, illustrated by the step 608, the CA certifies i separate certificates showing an RSA style public key of n, ek where ek is one of the i verification exponents.
  • Referring to FIG. 20, a flow chart 620 illustrates steps performed by the SERTCA (or RTCA, or OCSP responder, as appropriate) in connection with generating the artificially pre-computed responses. Processing begins at a first step 622 where the CA provides validation information to the SERTCA, as described elsewhere herein. Following step 622 is a step 624 where the SERTCA generates the artificially pre-computed responses using the signing exponents d1, d2 . . . di. Following the step 624 is a step 626 where the SERTCA provides the artificially pre-computed responses to the RTC responders in an manner similar to that discussed elsewhere herein.
  • In some embodiments, the SERTCA may provide additional exponent information to the RTC responders. This is illustrated by an optional step 628 shown in flow chart 620 of FIG. 20. The additional exponent information may consist of one or more of certifications of the particular exponents being used and/or information indicating which particular exponents to use for which artificially pre-computed responses. Of course, as discussed elsewhere herein, there may be other mechanisms to determine which exponents to use for which artificially pre-computed responses so that it is not necessary for the SERTCA to separately provide that information. Similarly, there may be mechanisms for communicating exponent information to the RTC responders (and ultimately to relying parties) so that it may not be necessary to separately provide any additional certification for the exponents.
  • Note that the above described batch OCSP techniques may be applied as well to use with RTCA's instead of SERTCA and may also be applied as well to a conventional OCSP framework, where an OCSP responder computes digitally signed certificate-status information upon receiving queries from relying parties. In particular, if an OCSP responder receives an isolated query, the OCSP responder may produce an individual RSA-signed response, but if the OCSP responder receives many queries in a short amount of time, the OCSP responder may answer all or some of the queries in a batch mode as described above. The following illustrates this.
  • Initially, the CA informs an OCSP responder of the statuses of its user certificates in a manner consistent with OCSP. Upon receiving a multiplicity of certificate status queries, the responder may use batch RSA to compute independent, single-certificate, traditional OCSP responses to i of the queries, each relative to an exponent ej. The OCSP responder may also specify the correspondent exponent and/or include a CA-signed responder certificate that authenticates that ej (and a proper RSA modulus n) may be used to verify the responder signatures. The CA may provide the OCSP responder with a single OCSP-responder certificate specifying only the RSA modulus n used by the responder for its bath RSA signatures. For instance, in symbols,
    C=SIG CA(responder, SN,n,ID,D 1 ,D 2, . . . ).
  • Note that this may be particularly adequate and secure if the exponents used by an OCSP responder is fixed. Alternatively, the CA may provide the OCSP responder with a responder certificate that specifies a multiplicity of exponents that the responder may use for batch RSA signing. For instance, in symbols,
    C=SIG CA(responder, SN,(n, e 1, . . . ,ek),ID,D 1 ,D 2, . . . ).
  • Alternatively, the CA may issue, for a particular OCSP responder, k distinct responder certificates, one for each exponent that the responder may use for batch RSA signing. For instance, in symbols,
    C 1=SIG CA(responder, SN,(n, e 1),ID,D 1 ,D 2, . . . ); . . . ; Ck=SIGCA(responder, SN,(n, ek),ID,D 1 ,D 2, . . . ).
  • Throughout this the discussion herein, a CA/RTCA/responder/party/user may be any entity (e.g., person, organization, server, device, computer program, computer file) or a collection of entities. Certificates should be understood to include all kinds of certificates, and in particular hierarchical certificates and flat certificates. See, for example, U.S. Pat. No. 5,420,927, which is incorporated by reference herein. Validity status and proofs of validity status may include validity status and proofs of validity status for hierarchical certificates (e.g., validity status and proofs of validity status of all certificates in a chain of certificates). Verifying the validity of a certificate C may include verifying the validity of the CA certificate for the CA having issued C, as well as the validity of the RTCA/SERTCA certificate for the RTCA/SERTCA that provides a signed response about the validity status of C.
  • Digital signing and digital signatures should, in instances where appropriate, be understood herein to include any proper authentication of information.
  • Though certificates describe digitally signed documents binding given keys to given users, following U.S. Pat. No. 5,666,416 (incorporated by reference herein), certificates should also be understood to include all kinds of digitally signed documents. For instance, a vendor, acting as a CA, may certify a price list under its control by digitally signing the price list (possibly together with date information). It may be useful to know the validity status of such a certificate. For instance, a vendor may want to prove the current validity of a price list (and refuse honor a given price in a price list, unless a proof of its currently validity is shown). Thus a customer may wish to ascertain the current validity of a price list document. The system described herein may be used for this. The system described herein may be used to prove the current validity of Web pages. In some embodiments, the RTCA/SERTCA generated proofs of current validity may be stored with (or in association with) the pages themselves. In such a case, then, a party may be considered a computer file.
  • Sending a piece of data D (to party X) should be understood to include making D available (or causing X to receive D).
  • Note that the system described herein may be implemented using hardware, software, or some combination thereof including, without limitation, a general purpose computer programmed to provide the functionality described herein possible in combination with dedicated hardware, such as digital signal processing hardware.
  • While the invention has been disclosed in connection with various embodiments, modifications thereon will be readily apparent to those skilled in the art. Accordingly, the spirit and scope of the invention is set forth in the following claims.

Claims (21)

1. A method of providing information about digital certificate validity, comprising:
obtaining a plurality of signing key/verification key pairs, wherein each signing key provides a digital signature and a corresponding one of the verification keys verifies the digital signature and wherein digitally signing together a plurality of data elements using the signing keys is computationally more efficient than digitally signing each of the data elements individually;
ascertaining digital certificate validity status for each certificate in a set of digital certificates;
generating a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates; and
digitally signing together the artificially pre-computed messages using signing keys from the pairs.
2. A method, according to claim 1, wherein ascertaining digital certificate validity status includes obtaining authenticated information about digital certificates.
3. A method, according to claim 2, wherein the authenticated information about digital certificates is generated by an entity that also revokes certificates.
4. A method, according to claim 2, wherein the authenticated information about digital certificates is a CRL.
5. A method, according to claim 1, wherein the artificially pre-computed responses are OCSP format responses.
6. A method, according to claim 5, wherein generating a plurality of artificially pre-computed responses includes generating responses for at least all non-revoked digital certificates in the set of digital certificates.
7. A method, according to claim 5, further comprising:
after digitally signing the artificially pre-computed messages, forwarding the result thereof to a plurality of responders that service requests by relying parties inquiring about the validity status of digital certificates in the set of digital certificates.
8. A method, according top claim 1, wherein generating a plurality of artificially pre-computed responses and digitally signing the artificially pre-computed responses are performed periodically.
9. A method, according to claim 8, wherein the artificially pre-computed responses include time information corresponding to when the artificially pre-computed responses were generated.
10. A method, according to claim 1, further comprising:
authenticating the verification keys.
11. A method, according to claim 10, wherein authenticating the verification keys includes providing the verification in a single digital certificate.
12. A method, according to claim 10, wherein authenticating the verification keys includes providing each of the verification keys in a separate digital certificate.
13. Computer software, stored in a computer readable medium, that provides information about digital certificate validity, comprising:
executable code that obtains a plurality of signing key/verification key pairs, wherein each signing key provides a digital signature and a corresponding one of the verification keys verifies the digital signature and wherein digitally signing together a plurality of data elements using the signing keys is computationally more efficient than digitally signing each of the data elements individually;
executable code that ascertains digital certificate validity status for each certificate in a set of digital certificates;
executable code that generates a plurality of artificially pre-computed messages about the validity status of at least a subset of the set of digital certificates; and
executable code that digitally signs together the artificially pre-computed messages using signing keys from the pairs.
14. Computer software, according to claim 13, wherein executable code that ascertains digital certificate validity status includes executable code that obtains authenticated information about digital certificates.
15. Computer software, according to claim 14, wherein the authenticated information about digital certificates is generated by an entity that also revokes certificates.
16. Computer software, according to claim 14, wherein the authenticated information about digital certificates is a CRL.
17. Computer software, according to claim 13, wherein the artificially pre-computed responses are OCSP format responses.
18. Computer software, according to claim 17, wherein executable code that generates a plurality of artificially pre-computed responses includes executable code that generates responses for at least all non-revoked digital certificates in the set of digital certificates.
19. Computer software, according to claim 12, further comprising:
executable code that authenticates the verification keys.
20. Computer software, according to claim 19, wherein executable code that authenticates the verification keys provides the verification in a single digital certificate.
21. Computer software, according to claim 19, wherein executable code that authenticates the verification keys provides each of the verification keys in a separate digital certificate.
US11/036,221 2004-01-09 2005-01-10 Batch OCSP and batch distributed OCSP Abandoned US20050154879A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/036,221 US20050154879A1 (en) 2004-01-09 2005-01-10 Batch OCSP and batch distributed OCSP

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US53566604P 2004-01-09 2004-01-09
US53681704P 2004-01-15 2004-01-15
US11/036,221 US20050154879A1 (en) 2004-01-09 2005-01-10 Batch OCSP and batch distributed OCSP

Publications (1)

Publication Number Publication Date
US20050154879A1 true US20050154879A1 (en) 2005-07-14

Family

ID=34798854

Family Applications (2)

Application Number Title Priority Date Filing Date
US11/032,520 Active 2027-01-14 US7966487B2 (en) 2004-01-09 2005-01-10 Communication-efficient real time credentials for OCSP and distributed OCSP
US11/036,221 Abandoned US20050154879A1 (en) 2004-01-09 2005-01-10 Batch OCSP and batch distributed OCSP

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US11/032,520 Active 2027-01-14 US7966487B2 (en) 2004-01-09 2005-01-10 Communication-efficient real time credentials for OCSP and distributed OCSP

Country Status (6)

Country Link
US (2) US7966487B2 (en)
EP (1) EP1706954B1 (en)
JP (1) JP4796971B2 (en)
KR (1) KR20060123470A (en)
CA (2) CA2872032A1 (en)
WO (3) WO2005067672A2 (en)

Cited By (25)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080133906A1 (en) * 2006-11-30 2008-06-05 Red Hat, Inc. Efficient security information distribution
US20080133907A1 (en) * 2006-11-30 2008-06-05 Red Hat, Inc. Propagation of certificate revocation information
US20080133908A1 (en) * 2006-11-30 2008-06-05 Red Hat, Inc. Distribution of certification statements into repository
US20080226066A1 (en) * 2007-03-16 2008-09-18 Samsung Electronics Co., Ltd. Apparatus for batch verification and method using the same
US20090063855A1 (en) * 2007-08-30 2009-03-05 Parkinson Steven W Reduced computation for generation of certificate revocation information
US7660994B2 (en) 1995-10-24 2010-02-09 Corestreet, Ltd. Access control
US20100058317A1 (en) * 2008-09-02 2010-03-04 Vasco Data Security, Inc. Method for provisioning trusted software to an electronic device
US7716486B2 (en) 1995-10-02 2010-05-11 Corestreet, Ltd. Controlling group access to doors
US7822989B2 (en) 1995-10-02 2010-10-26 Corestreet, Ltd. Controlling access to an area
US20100318791A1 (en) * 2009-06-12 2010-12-16 General Instrument Corporation Certificate status information protocol (csip) proxy and responder
US7890763B1 (en) * 2007-09-14 2011-02-15 The United States Of America As Represented By The Director, National Security Agency Method of identifying invalid digital signatures involving batch verification
US20110072270A1 (en) * 2002-03-20 2011-03-24 Little Herbert A System and method for supporting multiple certificate status providers on a mobile communication device
US7966487B2 (en) 2004-01-09 2011-06-21 Corestreet, Ltd. Communication-efficient real time credentials for OCSP and distributed OCSP
US20110154017A1 (en) * 2009-12-23 2011-06-23 Christofer Edstrom Systems and methods for evaluating and prioritizing responses from multiple ocsp responders
US20110154018A1 (en) * 2009-12-23 2011-06-23 Christofer Edstrom Systems and methods for flash crowd control and batching ocsp requests via online certificate status protocol
US20110154026A1 (en) * 2009-12-23 2011-06-23 Christofer Edstrom Systems and methods for parallel processing of ocsp requests during ssl handshake
US20130145157A1 (en) * 2011-12-05 2013-06-06 Industrial Technology Research Institute System and method for adjusting the frequency of updating certificate revocation list
US8479008B2 (en) 2010-12-15 2013-07-02 Microsoft Corporation Providing security services on the cloud
US8707030B2 (en) 2003-11-19 2014-04-22 Corestreet, Ltd. Distributed delegated path discovery and validation
US8732457B2 (en) 1995-10-02 2014-05-20 Assa Abloy Ab Scalable certificate validation and simplified PKI management
TWI474702B (en) * 2010-11-09 2015-02-21
US9432356B1 (en) * 2009-05-05 2016-08-30 Amazon Technologies, Inc. Host identity bootstrapping
CN109842490A (en) * 2017-11-28 2019-06-04 广东国盾量子科技有限公司 Digital signature generation/transmission/verification method, terminal and computer storage medium
US11290447B2 (en) * 2016-10-27 2022-03-29 Tencent Technology (Shenzhen) Company Limited Face verification method and device
US11336636B2 (en) * 2020-01-31 2022-05-17 Fastly, Inc. Load balancing across certificates and certificate authorities

Families Citing this family (38)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8015597B2 (en) 1995-10-02 2011-09-06 Corestreet, Ltd. Disseminating additional data used for controlling access
US8261319B2 (en) 1995-10-24 2012-09-04 Corestreet, Ltd. Logging access attempts to an area
US7404080B2 (en) 2001-04-16 2008-07-22 Bjorn Markus Jakobsson Methods and apparatus for efficient computation of one-way chains in cryptographic applications
AU2004239780B2 (en) 2003-05-13 2009-08-27 Assa Abloy Ab Efficient and secure data currentness systems
US20050154878A1 (en) 2004-01-09 2005-07-14 David Engberg Signature-efficient real time credentials for OCSP and distributed OCSP
EP1732263A1 (en) * 2005-06-07 2006-12-13 Sony Ericsson Mobile Communications AB Method and apparatus for certificate roll-over
CN100337175C (en) * 2005-08-12 2007-09-12 华为技术有限公司 Method and system of adding region and obtaining authority object of mobile terminal
US8874477B2 (en) 2005-10-04 2014-10-28 Steven Mark Hoffberg Multifactorial optimization system and method
CN100448239C (en) * 2006-02-28 2008-12-31 西安西电捷通无线网络通信有限公司 Method for testing safety switch-in protocol conformity to identify service entity and system thereof
WO2008105779A2 (en) * 2006-05-22 2008-09-04 Corestreet, Ltd. Secure id checking
KR20080104594A (en) * 2007-05-28 2008-12-03 삼성전자주식회사 Online certificate verification apparatus and method for offline device
US8464313B2 (en) * 2008-11-10 2013-06-11 Jeff STOLLMAN Methods and apparatus related to transmission of confidential information to a relying entity
US8549589B2 (en) * 2008-11-10 2013-10-01 Jeff STOLLMAN Methods and apparatus for transacting with multiple domains based on a credential
US8635442B2 (en) * 2009-04-28 2014-01-21 Adobe Systems Incorporated System and method for long-term digital signature verification utilizing light weight digital signatures
US9455992B2 (en) * 2009-06-12 2016-09-27 Microsoft Technology Licensing, Llc Trusted hardware component for distributed systems
US20110161663A1 (en) * 2009-12-29 2011-06-30 General Instrument Corporation Intelligent caching for ocsp service optimization
US9118485B2 (en) * 2010-02-26 2015-08-25 Red Hat, Inc. Using an OCSP responder as a CRL distribution point
US9247008B2 (en) * 2010-03-18 2016-01-26 Microsoft Corporation Unified web service discovery
MX2012011584A (en) 2010-04-05 2012-11-29 Gen Instrument Corp Locating network resources for an entity based on its digital certificate.
US8522031B2 (en) * 2010-05-14 2013-08-27 Force 10 Networks, Inc. Method and apparatus for establishing a trusted and secure relationship between two parties connected to a network
US8566596B2 (en) * 2010-08-24 2013-10-22 Cisco Technology, Inc. Pre-association mechanism to provide detailed description of wireless services
US9507859B1 (en) 2011-03-30 2016-11-29 Google Inc. Speculative acquisition of certificate validation information
US9641343B1 (en) 2011-12-20 2017-05-02 Google Inc. Efficient unified certificate revocation lists
KR101323583B1 (en) * 2012-01-17 2013-10-30 주식회사 인프라웨어 Method for managing authontication on web application using ocsp and appartus there of
CN104885425B (en) * 2012-12-20 2018-09-18 瑞典爱立信有限公司 Enable a client to provide the technology of server entity
US10110592B2 (en) * 2013-10-09 2018-10-23 Digicert, Inc. Reducing latency for certificate validity messages using private content delivery networks
US9887982B2 (en) * 2013-10-09 2018-02-06 Digicert, Inc. Accelerating OCSP responses via content delivery network collaboration
US20150156194A1 (en) * 2013-12-04 2015-06-04 Symantec Corporation Certificate status delivery through a local endpoint
EP2882156B1 (en) * 2013-12-04 2018-09-19 Telefonica Digital España, S.L.U. Computer implemented method and a computer system to prevent security problems in the use of digital certificates in code signing and a computer program product thereof
TWI644542B (en) * 2016-01-29 2018-12-11 中華電信股份有限公司 Pre-signature method
TWI646808B (en) * 2016-01-29 2019-01-01 中華電信股份有限公司 Request traffic prediction method
TWI628935B (en) * 2016-01-29 2018-07-01 中華電信股份有限公司 Request traffic grouping method
KR101816651B1 (en) * 2017-02-14 2018-01-09 주식회사 코인플러그 Method for providing login flow via authentication based on public key infrastructure in response to user’s login request for using service provided by service provider server in use of blockchain database with unspent transaction output based protocol and server using the same
KR101816653B1 (en) 2017-02-14 2018-02-21 주식회사 코인플러그 Method for providing login flow via authentication based on public key infrastructure in response to user’s login request for using service provided by service provider server in use of smart contract with blockchain database and server using the same
KR101816652B1 (en) * 2017-02-14 2018-01-09 주식회사 코인플러그 Method for providing login flow via authentication based on public key infrastructure in response to user’s login request for using service provided by service provider server in use of merkle tree structure on the basis of unspent transaction output protocol and server using the same
KR102192370B1 (en) * 2018-03-30 2020-12-28 주식회사 코인플러그 Method for oauth service through blockchain, and terminal and server using the same
TWI718033B (en) * 2020-03-18 2021-02-01 中華電信股份有限公司 System and method for online certificate status query responder
US11005849B1 (en) * 2020-06-30 2021-05-11 Cyberark Software Ltd. Distributed directory caching techniques for secure and efficient resource access

Citations (92)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4200770A (en) * 1977-09-06 1980-04-29 Stanford University Cryptographic apparatus and method
US4218582A (en) * 1977-10-06 1980-08-19 The Board Of Trustees Of The Leland Stanford Junior University Public key cryptographic apparatus and method
US4309569A (en) * 1979-09-05 1982-01-05 The Board Of Trustees Of The Leland Stanford Junior University Method of providing digital signatures
US4326098A (en) * 1980-07-02 1982-04-20 International Business Machines Corporation High security system for electronic signature verification
US4825052A (en) * 1985-12-31 1989-04-25 Bull Cp8 Method and apparatus for certifying services obtained using a portable carrier such as a memory card
US4926480A (en) * 1983-08-22 1990-05-15 David Chaum Card-computer moderated systems
US4943707A (en) * 1987-01-06 1990-07-24 Visa International Service Association Transaction approval system
US4944099A (en) * 1988-08-30 1990-07-31 Slingshot Corporation Expandable outsole
US4995081A (en) * 1988-03-21 1991-02-19 Leighton Frank T Method and system for personal identification using proofs of legitimacy
US5003597A (en) * 1989-12-21 1991-03-26 Xerox Corporation Method and apparatus for data encryption
US5005200A (en) * 1988-02-12 1991-04-02 Fischer Addison M Public key/signature cryptosystem with enhanced digital signature certification
US5016274A (en) * 1988-11-08 1991-05-14 Silvio Micali On-line/off-line digital signing
US5097504A (en) * 1986-03-19 1992-03-17 Infoscript Method and device for qualitative saving of digitized data
US5136646A (en) * 1991-03-08 1992-08-04 Bell Communications Research, Inc. Digital document time-stamping with catenate certificate
US5214702A (en) * 1988-02-12 1993-05-25 Fischer Addison M Public key/signature cryptosystem with enhanced digital signature certification
US5231666A (en) * 1992-04-20 1993-07-27 International Business Machines Corporation Cryptographic method for updating financial records
US5276737A (en) * 1992-04-20 1994-01-04 Silvio Micali Fair cryptosystems and methods of use
US5299263A (en) * 1993-03-04 1994-03-29 Bell Communications Research, Inc. Two-way public key authentication and key agreement for low-cost terminals
US5307411A (en) * 1991-09-12 1994-04-26 Televerket Means for identification and exchange of encryption keys
US5315657A (en) * 1990-09-28 1994-05-24 Digital Equipment Corporation Compound principals in access control lists
US5315658A (en) * 1992-04-20 1994-05-24 Silvio Micali Fair cryptosystems and methods of use
US5340969A (en) * 1991-10-01 1994-08-23 Dresser Industries, Inc. Method and apparatus for approving transaction card based transactions
US5396624A (en) * 1990-12-20 1995-03-07 Visa International Service Association Account file for off-line transaction authorization
US5420927A (en) * 1994-02-01 1995-05-30 Micali; Silvio Method for certifying public keys in a digital signature scheme
US5432852A (en) * 1993-09-29 1995-07-11 Leighton; Frank T. Large provably fast and secure digital signature schemes based on secure hash functions
US5434919A (en) * 1994-01-11 1995-07-18 Chaum; David Compact endorsement signature systems
US5497422A (en) * 1993-09-30 1996-03-05 Apple Computer, Inc. Message protection mechanism and graphical user interface therefor
US5499296A (en) * 1994-08-22 1996-03-12 Micali; Silvio Natural input encryption and method of use
US5519778A (en) * 1993-08-13 1996-05-21 Silvio Micali Method for enabling users of a cryptosystem to generate and use a private pair key for enciphering communications between the users
US5537475A (en) * 1994-02-01 1996-07-16 Micali; Silvio Efficient digital signature algorithm and use thereof technical field
US5544322A (en) * 1994-05-09 1996-08-06 International Business Machines Corporation System and method for policy-based inter-realm authentication within a distributed processing system
US5551027A (en) * 1993-01-07 1996-08-27 International Business Machines Corporation Multi-tiered indexing method for partitioned data
US5604804A (en) * 1996-04-23 1997-02-18 Micali; Silvio Method for certifying public keys in a digital signature scheme
US5606617A (en) * 1994-10-14 1997-02-25 Brands; Stefanus A. Secret-key certificates
US5610982A (en) * 1996-05-15 1997-03-11 Micali; Silvio Compact certification with threshold signatures
US5615269A (en) * 1996-02-22 1997-03-25 Micali; Silvio Ideal electronic negotiations
US5615268A (en) * 1995-01-17 1997-03-25 Document Authentication Systems, Inc. System and method for electronic transmission storage and retrieval of authenticated documents
US5629982A (en) * 1995-03-21 1997-05-13 Micali; Silvio Simultaneous electronic transactions with visible trusted parties
US5638447A (en) * 1996-05-15 1997-06-10 Micali; Silvio Compact digital signatures
US5659617A (en) * 1994-09-22 1997-08-19 Fischer; Addison M. Method for providing location certificates
US5659616A (en) * 1994-07-19 1997-08-19 Certco, Llc Method for securely using digital signatures in a commercial cryptographic system
US5717757A (en) * 1996-08-29 1998-02-10 Micali; Silvio Certificate issue lists
US5717758A (en) * 1995-11-02 1998-02-10 Micall; Silvio Witness-based certificate revocation system
US5742035A (en) * 1996-04-19 1998-04-21 Kohut; Michael L. Memory aiding device for credit card pin numbers
US5748738A (en) * 1995-01-17 1998-05-05 Document Authentication Systems, Inc. System and method for electronic transmission, storage and retrieval of authenticated documents
US5768379A (en) * 1994-07-13 1998-06-16 La Poste System for the checking of limited access to authorized time slots renewable by means of a portable storage device
US5774552A (en) * 1995-12-13 1998-06-30 Ncr Corporation Method and apparatus for retrieving X.509 certificates from an X.500 directory
US5790790A (en) * 1996-10-24 1998-08-04 Tumbleweed Software Corporation Electronic document delivery system in which notification of said electronic document is sent to a recipient thereof
US5790665A (en) * 1996-01-17 1998-08-04 Micali; Silvio Anonymous information retrieval system (ARS)
US5793868A (en) * 1996-08-29 1998-08-11 Micali; Silvio Certificate revocation system
US5799086A (en) * 1994-01-13 1998-08-25 Certco Llc Enhanced cryptographic system and method with key escrow feature
US5867578A (en) * 1995-06-05 1999-02-02 Certco Llc Adaptive multi-step digital signature system and method of operation thereof
US5875894A (en) * 1997-09-18 1999-03-02 Stromme; Bonnie S. Combined sandwich holder and place mat
US5903882A (en) * 1996-12-13 1999-05-11 Certco, Llc Reliance server for electronic transaction system
US5903651A (en) * 1996-05-14 1999-05-11 Valicert, Inc. Apparatus and method for demonstrating and confirming the status of a digital certificates and other data
US6026163A (en) * 1995-12-13 2000-02-15 Micali; Silvio Distributed split-key cryptosystem and applications
US6044462A (en) * 1997-04-02 2000-03-28 Arcanvs Method and apparatus for managing key revocation
US6061448A (en) * 1997-04-01 2000-05-09 Tumbleweed Communications Corp. Method and system for dynamic server document encryption
US6097811A (en) * 1995-11-02 2000-08-01 Micali; Silvio Tree-based certificate revocation system
US6189103B1 (en) * 1998-07-21 2001-02-13 Novell, Inc. Authority delegation with secure operating system queues
US6192407B1 (en) * 1996-10-24 2001-02-20 Tumbleweed Communications Corp. Private, trackable URLs for directed document delivery
US6209091B1 (en) * 1994-01-13 2001-03-27 Certco Inc. Multi-step digital signature method and system
US6216231B1 (en) * 1996-04-30 2001-04-10 At & T Corp. Specifying security protocols and policy constraints in distributed systems
US20020013898A1 (en) * 1997-06-04 2002-01-31 Sudia Frank W. Method and apparatus for roaming use of cryptographic values
US20020029337A1 (en) * 1994-07-19 2002-03-07 Certco, Llc. Method for securely using digital signatures in a commercial cryptographic system
US20020029200A1 (en) * 1999-09-10 2002-03-07 Charles Dulin System and method for providing certificate validation and other services
US6385655B1 (en) * 1996-10-24 2002-05-07 Tumbleweed Communications Corp. Method and apparatus for delivering documents over an electronic network
US6397329B1 (en) * 1997-11-21 2002-05-28 Telcordia Technologies, Inc. Method for efficiently revoking digital identities
US6404337B1 (en) * 1999-10-28 2002-06-11 Brivo Systems, Inc. System and method for providing access to an unattended storage
US20020087479A1 (en) * 2000-11-08 2002-07-04 Peter Malcolm Information management system
US20030014365A1 (en) * 2001-07-16 2003-01-16 Fujitsu Limited Information processing method and program
US20030065921A1 (en) * 2001-09-28 2003-04-03 Chang Kae-Por F. Authority-neutral certification for multiple-authority PKI environments
US20030132285A1 (en) * 2002-01-16 2003-07-17 Irma Blancas Identification of an individual using a multiple purpose card
US20040049675A1 (en) * 1995-10-02 2004-03-11 Silvio Micali Physical access control
US6725381B1 (en) * 1999-08-31 2004-04-20 Tumbleweed Communications Corp. Solicited authentication of a specific user
US6748529B2 (en) * 1998-07-23 2004-06-08 Tumbleweed Software Corp. Method and apparatus for effecting secure document format conversion
US6748530B1 (en) * 1998-11-12 2004-06-08 Fuji Xerox Co., Ltd. Certification apparatus and method
US20040111607A1 (en) * 2002-12-06 2004-06-10 International Business Machines Corporation Method and system for configuring highly available online certificate status protocol responders
US6766450B2 (en) * 1995-10-24 2004-07-20 Corestreet, Ltd. Certificate revocation system
US20050010783A1 (en) * 1995-10-24 2005-01-13 Phil Libin Access control
US20050033962A1 (en) * 1995-10-02 2005-02-10 Phil Libin Controlling group access to doors
US20050044386A1 (en) * 1995-10-02 2005-02-24 Phil Libin Controlling access using additional data
US20050044376A1 (en) * 1995-10-02 2005-02-24 Phil Libin Disseminating additional data used for controlling access
US20050044402A1 (en) * 1995-10-24 2005-02-24 Phil Libin Logging access attempts to an area
US20050055567A1 (en) * 1995-10-02 2005-03-10 Phil Libin Controlling access to an area
US20050114653A1 (en) * 1999-07-15 2005-05-26 Sudia Frank W. Certificate revocation notification systems
US20050114666A1 (en) * 1999-08-06 2005-05-26 Sudia Frank W. Blocked tree authorization and status systems
US20050154878A1 (en) * 2004-01-09 2005-07-14 David Engberg Signature-efficient real time credentials for OCSP and distributed OCSP
US20050154918A1 (en) * 2003-11-19 2005-07-14 David Engberg Distributed delegated path discovery and validation
US20050155879A1 (en) * 2002-01-09 2005-07-21 Hoogland Hendricus A. Device and method for packaging platelike information carriers
US20060129803A1 (en) * 2003-09-19 2006-06-15 Gentry Craig B Method and apparatus for efficient certificate revocation
US7356329B2 (en) * 2001-02-06 2008-04-08 Certicom Corp. Mobile certificate distribution in a PKI

Family Cites Families (71)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4881264A (en) 1987-07-30 1989-11-14 Merkle Ralph C Digital signature system and method based on a conventional encryption function
US4944009A (en) 1988-02-25 1990-07-24 Massachusetts Institute Of Technology Pseudo-random sequence generator
US4879747A (en) 1988-03-21 1989-11-07 Leighton Frank T Method and system for personal identification
US4888801A (en) 1988-05-02 1989-12-19 Motorola, Inc. Hierarchical key management system
US5136647A (en) 1990-08-02 1992-08-04 Bell Communications Research, Inc. Method for secure time-stamping of digital documents
US5157726A (en) 1991-12-19 1992-10-20 Xerox Corporation Document copy authentication
US5261002A (en) 1992-03-13 1993-11-09 Digital Equipment Corporation Method of issuance and revocation of certificates of authenticity used in public key networks and other systems
USRE36918E (en) 1992-04-20 2000-10-17 Certco Llc Fair cryptosystems and methods of use
NL9300566A (en) 1993-03-31 1994-10-17 Nedap Nv Access granting system with decentralized authorizations.
US5351302A (en) 1993-05-26 1994-09-27 Leighton Frank T Method for authenticating objects identified by images or other identifying information
US5371794A (en) 1993-11-02 1994-12-06 Sun Microsystems, Inc. Method and apparatus for privacy and authentication in wireless networks
US5450493A (en) 1993-12-29 1995-09-12 At&T Corp. Secure communication method and apparatus
US6367013B1 (en) * 1995-01-17 2002-04-02 Eoriginal Inc. System and method for electronic transmission, storage, and retrieval of authenticated electronic original documents
EP0723251A3 (en) 1995-01-20 1998-12-30 Tandem Computers Incorporated Method and apparatus for user and security device authentication
US6658568B1 (en) 1995-02-13 2003-12-02 Intertrust Technologies Corporation Trusted infrastructure support system, methods and techniques for secure electronic commerce transaction and rights management
US6137884A (en) 1995-03-21 2000-10-24 Bankers Trust Corporation Simultaneous electronic transactions with visible trusted parties
US6134326A (en) 1996-11-18 2000-10-17 Bankers Trust Corporation Simultaneous electronic transactions
US6141750A (en) 1995-03-21 2000-10-31 Micali; Silvio Simultaneous electronic transactions with subscriber verification
US5677955A (en) 1995-04-07 1997-10-14 Financial Services Technology Consortium Electronic funds transfer instruments
US5666415A (en) 1995-07-28 1997-09-09 Digital Equipment Corporation Method and apparatus for cryptographic authentication
US6292893B1 (en) * 1995-10-24 2001-09-18 Silvio Micali Certificate revocation system
US7337315B2 (en) 1995-10-02 2008-02-26 Corestreet, Ltd. Efficient certificate revocation
US5666416A (en) 1995-10-24 1997-09-09 Micali; Silvio Certificate revocation system
US6487658B1 (en) 1995-10-02 2002-11-26 Corestreet Security, Ltd. Efficient certificate revocation
US8732457B2 (en) * 1995-10-02 2014-05-20 Assa Abloy Ab Scalable certificate validation and simplified PKI management
US5687235A (en) 1995-10-26 1997-11-11 Novell, Inc. Certificate revocation performance optimization
US6301659B1 (en) 1995-11-02 2001-10-09 Silvio Micali Tree-based certificate revocation system
US5699431A (en) 1995-11-13 1997-12-16 Northern Telecom Limited Method for efficient management of certificate revocation lists and update information
US5812670A (en) 1995-12-28 1998-09-22 Micali; Silvio Traceable anonymous transactions
US5666414A (en) 1996-03-21 1997-09-09 Micali; Silvio Guaranteed partial key-escrow
US5826262A (en) 1996-03-22 1998-10-20 International Business Machines Corporation Parallel bottom-up construction of radix trees
DE19611632A1 (en) 1996-03-25 1997-10-02 Deutsche Telekom Ag Off-line data stations with virtual on-line capability
JP2000515649A (en) 1996-08-07 2000-11-21 バンカーズ・トラスト・コーポレーション Simultaneous electronic transactions by visible and trusted parties
US6502191B1 (en) * 1997-02-14 2002-12-31 Tumbleweed Communications Corp. Method and system for binary data firewall delivery
US6119137A (en) 1997-01-30 2000-09-12 Tumbleweed Communications Corp. Distributed dynamic document conversion server
US20010050990A1 (en) 1997-02-19 2001-12-13 Frank Wells Sudia Method for initiating a stream-oriented encrypted communication
US5982898A (en) 1997-03-07 1999-11-09 At&T Corp. Certification process
US5995625A (en) 1997-03-24 1999-11-30 Certco, Llc Electronic cryptographic packing
US7290288B2 (en) * 1997-06-11 2007-10-30 Prism Technologies, L.L.C. Method and system for controlling access, by an authentication server, to protected computer resources provided via an internet protocol network
AU8759098A (en) * 1997-07-24 1999-02-16 Tumbleweed Communications Corporation E-mail firewall with stored key encryption/decryption
US6651166B1 (en) * 1998-04-09 2003-11-18 Tumbleweed Software Corp. Sender driven certification enrollment system
FR2774833B1 (en) 1998-02-09 2003-02-21 France Telecom PROTOCOL FOR ACCESS CONTROL BETWEEN AN ELECTRONIC KEY AND LOCK
US6718470B1 (en) * 1998-06-05 2004-04-06 Entrust Technologies Limited System and method for granting security privilege in a communication system
US6397197B1 (en) * 1998-08-26 2002-05-28 E-Lynxx Corporation Apparatus and method for obtaining lowest bid from information product vendors
US6351812B1 (en) * 1998-09-04 2002-02-26 At&T Corp Method and apparatus for authenticating participants in electronic commerce
US6430688B1 (en) * 1998-12-22 2002-08-06 International Business Machines Corporation Architecture for web-based on-line-off-line digital certificate authority
DE69924349T2 (en) 1999-01-28 2006-02-09 International Business Machines Corp. Electronic access control system and procedures
US6463534B1 (en) 1999-03-26 2002-10-08 Motorola, Inc. Secure wireless electronic-commerce system with wireless network domain
US6671805B1 (en) 1999-06-17 2003-12-30 Ilumin Corporation System and method for document-driven processing of digitally-signed electronic documents
US6883100B1 (en) * 1999-05-10 2005-04-19 Sun Microsystems, Inc. Method and system for dynamic issuance of group certificates
AU6760900A (en) 1999-08-09 2001-03-05 Frank W Sudia Distributed rule enforcement systems
JP5275536B2 (en) 1999-09-10 2013-08-28 デイヴィッド ソロ System and method for providing certificate verification and other services
WO2001025874A2 (en) 1999-10-04 2001-04-12 Os Crypto, Inc. System and methods of providing verified network sessions with visual confirmation
US7010683B2 (en) * 2000-01-14 2006-03-07 Howlett-Packard Development Company, L.P. Public key validation service
US7340600B1 (en) * 2000-01-14 2008-03-04 Hewlett-Packard Development Company, L.P. Authorization infrastructure based on public key cryptography
US6826609B1 (en) * 2000-03-31 2004-11-30 Tumbleweed Communications Corp. Policy enforcement in a secure data file delivery system
US6950933B1 (en) * 2000-05-19 2005-09-27 Networks Associates Technology, Inc. Method and system for management and notification of electronic certificate changes
US6922776B2 (en) * 2000-05-19 2005-07-26 Networks Associates Technology, Inc. Scalable system and method for management and notification of electronic certificate changes
JP2002108209A (en) * 2000-09-27 2002-04-10 Hitachi Ltd Method of confirming for effectiveness of certificate
JP2002163395A (en) 2000-11-27 2002-06-07 Hitachi Software Eng Co Ltd Method for supporting confirmation of electronic certificate validity and information processor used for the same
US6675261B2 (en) * 2000-12-22 2004-01-06 Oblix, Inc. Request based caching of data store data
US6970862B2 (en) * 2001-05-31 2005-11-29 Sun Microsystems, Inc. Method and system for answering online certificate status protocol (OCSP) requests without certificate revocation lists (CRL)
JP2003150735A (en) * 2001-11-13 2003-05-23 Hitachi Ltd Digital certificate system
NO318842B1 (en) * 2002-03-18 2005-05-09 Telenor Asa Authentication and access control
EP1488597B1 (en) * 2002-03-20 2013-01-23 Research In Motion Limited System and method for checking digital certificate status
CN100473002C (en) * 2002-04-08 2009-03-25 科尔街有限公司 Physical access control
JP3908982B2 (en) * 2002-05-28 2007-04-25 日本電信電話株式会社 CUG (Closed User Group) management method, CUG providing system, CUG providing program, and storage medium storing CUG providing program
JP4698219B2 (en) * 2002-07-18 2011-06-08 イーオリジナル インコーポレイテッド System and method for electronic transmission, storage and retrieval of certified documents
US7058619B2 (en) * 2003-04-21 2006-06-06 International Business Machines Corporation Method, system and computer program product for facilitating digital certificate state change notification
AU2004239780B2 (en) 2003-05-13 2009-08-27 Assa Abloy Ab Efficient and secure data currentness systems
WO2005067672A2 (en) 2004-01-09 2005-07-28 Corestreet, Ltd. Batch ocsp and batch distributed ocsp

Patent Citations (102)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4200770A (en) * 1977-09-06 1980-04-29 Stanford University Cryptographic apparatus and method
US4218582A (en) * 1977-10-06 1980-08-19 The Board Of Trustees Of The Leland Stanford Junior University Public key cryptographic apparatus and method
US4309569A (en) * 1979-09-05 1982-01-05 The Board Of Trustees Of The Leland Stanford Junior University Method of providing digital signatures
US4326098A (en) * 1980-07-02 1982-04-20 International Business Machines Corporation High security system for electronic signature verification
US4926480A (en) * 1983-08-22 1990-05-15 David Chaum Card-computer moderated systems
US4825052A (en) * 1985-12-31 1989-04-25 Bull Cp8 Method and apparatus for certifying services obtained using a portable carrier such as a memory card
US5097504A (en) * 1986-03-19 1992-03-17 Infoscript Method and device for qualitative saving of digitized data
US4943707A (en) * 1987-01-06 1990-07-24 Visa International Service Association Transaction approval system
US5214702A (en) * 1988-02-12 1993-05-25 Fischer Addison M Public key/signature cryptosystem with enhanced digital signature certification
US5005200A (en) * 1988-02-12 1991-04-02 Fischer Addison M Public key/signature cryptosystem with enhanced digital signature certification
US4995081A (en) * 1988-03-21 1991-02-19 Leighton Frank T Method and system for personal identification using proofs of legitimacy
US4944099A (en) * 1988-08-30 1990-07-31 Slingshot Corporation Expandable outsole
US5016274A (en) * 1988-11-08 1991-05-14 Silvio Micali On-line/off-line digital signing
US5003597A (en) * 1989-12-21 1991-03-26 Xerox Corporation Method and apparatus for data encryption
US5315657A (en) * 1990-09-28 1994-05-24 Digital Equipment Corporation Compound principals in access control lists
US5396624A (en) * 1990-12-20 1995-03-07 Visa International Service Association Account file for off-line transaction authorization
US5136646A (en) * 1991-03-08 1992-08-04 Bell Communications Research, Inc. Digital document time-stamping with catenate certificate
US5307411A (en) * 1991-09-12 1994-04-26 Televerket Means for identification and exchange of encryption keys
US5340969A (en) * 1991-10-01 1994-08-23 Dresser Industries, Inc. Method and apparatus for approving transaction card based transactions
US5315658A (en) * 1992-04-20 1994-05-24 Silvio Micali Fair cryptosystems and methods of use
US5276737A (en) * 1992-04-20 1994-01-04 Silvio Micali Fair cryptosystems and methods of use
US5231666A (en) * 1992-04-20 1993-07-27 International Business Machines Corporation Cryptographic method for updating financial records
US5276737B1 (en) * 1992-04-20 1995-09-12 Silvio Micali Fair cryptosystems and methods of use
US5315658B1 (en) * 1992-04-20 1995-09-12 Silvio Micali Fair cryptosystems and methods of use
US5551027A (en) * 1993-01-07 1996-08-27 International Business Machines Corporation Multi-tiered indexing method for partitioned data
US5299263A (en) * 1993-03-04 1994-03-29 Bell Communications Research, Inc. Two-way public key authentication and key agreement for low-cost terminals
US5519778A (en) * 1993-08-13 1996-05-21 Silvio Micali Method for enabling users of a cryptosystem to generate and use a private pair key for enciphering communications between the users
US5432852A (en) * 1993-09-29 1995-07-11 Leighton; Frank T. Large provably fast and secure digital signature schemes based on secure hash functions
US5497422A (en) * 1993-09-30 1996-03-05 Apple Computer, Inc. Message protection mechanism and graphical user interface therefor
US5434919A (en) * 1994-01-11 1995-07-18 Chaum; David Compact endorsement signature systems
US6209091B1 (en) * 1994-01-13 2001-03-27 Certco Inc. Multi-step digital signature method and system
US5857022A (en) * 1994-01-13 1999-01-05 Certco Llc Enhanced cryptographic system and method with key escrow feature
US5799086A (en) * 1994-01-13 1998-08-25 Certco Llc Enhanced cryptographic system and method with key escrow feature
US5537475A (en) * 1994-02-01 1996-07-16 Micali; Silvio Efficient digital signature algorithm and use thereof technical field
US5420927B1 (en) * 1994-02-01 1997-02-04 Silvio Micali Method for certifying public keys in a digital signature scheme
US5420927A (en) * 1994-02-01 1995-05-30 Micali; Silvio Method for certifying public keys in a digital signature scheme
US5544322A (en) * 1994-05-09 1996-08-06 International Business Machines Corporation System and method for policy-based inter-realm authentication within a distributed processing system
US5768379A (en) * 1994-07-13 1998-06-16 La Poste System for the checking of limited access to authorized time slots renewable by means of a portable storage device
US5659616A (en) * 1994-07-19 1997-08-19 Certco, Llc Method for securely using digital signatures in a commercial cryptographic system
US20020029337A1 (en) * 1994-07-19 2002-03-07 Certco, Llc. Method for securely using digital signatures in a commercial cryptographic system
US5499296A (en) * 1994-08-22 1996-03-12 Micali; Silvio Natural input encryption and method of use
US5659617A (en) * 1994-09-22 1997-08-19 Fischer; Addison M. Method for providing location certificates
US5606617A (en) * 1994-10-14 1997-02-25 Brands; Stefanus A. Secret-key certificates
US5748738A (en) * 1995-01-17 1998-05-05 Document Authentication Systems, Inc. System and method for electronic transmission, storage and retrieval of authenticated documents
US5615268A (en) * 1995-01-17 1997-03-25 Document Authentication Systems, Inc. System and method for electronic transmission storage and retrieval of authenticated documents
US5629982A (en) * 1995-03-21 1997-05-13 Micali; Silvio Simultaneous electronic transactions with visible trusted parties
US5867578A (en) * 1995-06-05 1999-02-02 Certco Llc Adaptive multi-step digital signature system and method of operation thereof
US20050044376A1 (en) * 1995-10-02 2005-02-24 Phil Libin Disseminating additional data used for controlling access
US20050033962A1 (en) * 1995-10-02 2005-02-10 Phil Libin Controlling group access to doors
US20050055567A1 (en) * 1995-10-02 2005-03-10 Phil Libin Controlling access to an area
US20040049675A1 (en) * 1995-10-02 2004-03-11 Silvio Micali Physical access control
US20050044386A1 (en) * 1995-10-02 2005-02-24 Phil Libin Controlling access using additional data
US7353396B2 (en) * 1995-10-02 2008-04-01 Corestreet, Ltd. Physical access control
US20050055548A1 (en) * 1995-10-24 2005-03-10 Silvio Micali Certificate revocation system
US20050010783A1 (en) * 1995-10-24 2005-01-13 Phil Libin Access control
US6766450B2 (en) * 1995-10-24 2004-07-20 Corestreet, Ltd. Certificate revocation system
US20050044402A1 (en) * 1995-10-24 2005-02-24 Phil Libin Logging access attempts to an area
US5717758A (en) * 1995-11-02 1998-02-10 Micall; Silvio Witness-based certificate revocation system
US6097811A (en) * 1995-11-02 2000-08-01 Micali; Silvio Tree-based certificate revocation system
US5774552A (en) * 1995-12-13 1998-06-30 Ncr Corporation Method and apparatus for retrieving X.509 certificates from an X.500 directory
US6026163A (en) * 1995-12-13 2000-02-15 Micali; Silvio Distributed split-key cryptosystem and applications
US5790665A (en) * 1996-01-17 1998-08-04 Micali; Silvio Anonymous information retrieval system (ARS)
US5615269A (en) * 1996-02-22 1997-03-25 Micali; Silvio Ideal electronic negotiations
US5742035A (en) * 1996-04-19 1998-04-21 Kohut; Michael L. Memory aiding device for credit card pin numbers
US5604804A (en) * 1996-04-23 1997-02-18 Micali; Silvio Method for certifying public keys in a digital signature scheme
US5717759A (en) * 1996-04-23 1998-02-10 Micali; Silvio Method for certifying public keys in a digital signature scheme
US6216231B1 (en) * 1996-04-30 2001-04-10 At & T Corp. Specifying security protocols and policy constraints in distributed systems
US6532540B1 (en) * 1996-05-14 2003-03-11 Valicert, Inc. Apparatus and method for demonstrating and confirming the status of a digital certificates and other data
US5903651A (en) * 1996-05-14 1999-05-11 Valicert, Inc. Apparatus and method for demonstrating and confirming the status of a digital certificates and other data
US5610982A (en) * 1996-05-15 1997-03-11 Micali; Silvio Compact certification with threshold signatures
US5638447A (en) * 1996-05-15 1997-06-10 Micali; Silvio Compact digital signatures
US5793868A (en) * 1996-08-29 1998-08-11 Micali; Silvio Certificate revocation system
US5717757A (en) * 1996-08-29 1998-02-10 Micali; Silvio Certificate issue lists
US6385655B1 (en) * 1996-10-24 2002-05-07 Tumbleweed Communications Corp. Method and apparatus for delivering documents over an electronic network
US5790790A (en) * 1996-10-24 1998-08-04 Tumbleweed Software Corporation Electronic document delivery system in which notification of said electronic document is sent to a recipient thereof
US6192407B1 (en) * 1996-10-24 2001-02-20 Tumbleweed Communications Corp. Private, trackable URLs for directed document delivery
US5903882A (en) * 1996-12-13 1999-05-11 Certco, Llc Reliance server for electronic transaction system
US20020062438A1 (en) * 1996-12-13 2002-05-23 Alan Asay Reliance server for electronic transaction system
US6061448A (en) * 1997-04-01 2000-05-09 Tumbleweed Communications Corp. Method and system for dynamic server document encryption
US6044462A (en) * 1997-04-02 2000-03-28 Arcanvs Method and apparatus for managing key revocation
US20020013898A1 (en) * 1997-06-04 2002-01-31 Sudia Frank W. Method and apparatus for roaming use of cryptographic values
US5875894A (en) * 1997-09-18 1999-03-02 Stromme; Bonnie S. Combined sandwich holder and place mat
US6397329B1 (en) * 1997-11-21 2002-05-28 Telcordia Technologies, Inc. Method for efficiently revoking digital identities
US6189103B1 (en) * 1998-07-21 2001-02-13 Novell, Inc. Authority delegation with secure operating system queues
US6748529B2 (en) * 1998-07-23 2004-06-08 Tumbleweed Software Corp. Method and apparatus for effecting secure document format conversion
US6748530B1 (en) * 1998-11-12 2004-06-08 Fuji Xerox Co., Ltd. Certification apparatus and method
US20050114653A1 (en) * 1999-07-15 2005-05-26 Sudia Frank W. Certificate revocation notification systems
US20050114666A1 (en) * 1999-08-06 2005-05-26 Sudia Frank W. Blocked tree authorization and status systems
US6725381B1 (en) * 1999-08-31 2004-04-20 Tumbleweed Communications Corp. Solicited authentication of a specific user
US20020029200A1 (en) * 1999-09-10 2002-03-07 Charles Dulin System and method for providing certificate validation and other services
US6404337B1 (en) * 1999-10-28 2002-06-11 Brivo Systems, Inc. System and method for providing access to an unattended storage
US20020087479A1 (en) * 2000-11-08 2002-07-04 Peter Malcolm Information management system
US7356329B2 (en) * 2001-02-06 2008-04-08 Certicom Corp. Mobile certificate distribution in a PKI
US20030014365A1 (en) * 2001-07-16 2003-01-16 Fujitsu Limited Information processing method and program
US20030065921A1 (en) * 2001-09-28 2003-04-03 Chang Kae-Por F. Authority-neutral certification for multiple-authority PKI environments
US20050155879A1 (en) * 2002-01-09 2005-07-21 Hoogland Hendricus A. Device and method for packaging platelike information carriers
US20030132285A1 (en) * 2002-01-16 2003-07-17 Irma Blancas Identification of an individual using a multiple purpose card
US7318155B2 (en) * 2002-12-06 2008-01-08 International Business Machines Corporation Method and system for configuring highly available online certificate status protocol responders
US20040111607A1 (en) * 2002-12-06 2004-06-10 International Business Machines Corporation Method and system for configuring highly available online certificate status protocol responders
US20060129803A1 (en) * 2003-09-19 2006-06-15 Gentry Craig B Method and apparatus for efficient certificate revocation
US20050154918A1 (en) * 2003-11-19 2005-07-14 David Engberg Distributed delegated path discovery and validation
US20050154878A1 (en) * 2004-01-09 2005-07-14 David Engberg Signature-efficient real time credentials for OCSP and distributed OCSP

Cited By (43)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8732457B2 (en) 1995-10-02 2014-05-20 Assa Abloy Ab Scalable certificate validation and simplified PKI management
US7822989B2 (en) 1995-10-02 2010-10-26 Corestreet, Ltd. Controlling access to an area
US7716486B2 (en) 1995-10-02 2010-05-11 Corestreet, Ltd. Controlling group access to doors
US7660994B2 (en) 1995-10-24 2010-02-09 Corestreet, Ltd. Access control
US20130191633A1 (en) * 2002-03-20 2013-07-25 Research In Motion Limited System and method for supporting multiple certificate status providers on a mobile communication device
US8423763B2 (en) * 2002-03-20 2013-04-16 Research In Motion Limited System and method for supporting multiple certificate status providers on a mobile communication device
US20110072270A1 (en) * 2002-03-20 2011-03-24 Little Herbert A System and method for supporting multiple certificate status providers on a mobile communication device
US8707030B2 (en) 2003-11-19 2014-04-22 Corestreet, Ltd. Distributed delegated path discovery and validation
US7966487B2 (en) 2004-01-09 2011-06-21 Corestreet, Ltd. Communication-efficient real time credentials for OCSP and distributed OCSP
US8468339B2 (en) 2006-11-30 2013-06-18 Red Hat, Inc. Efficient security information distribution
US20080133906A1 (en) * 2006-11-30 2008-06-05 Red Hat, Inc. Efficient security information distribution
US7814315B2 (en) 2006-11-30 2010-10-12 Red Hat, Inc. Propagation of certificate revocation information
US20080133908A1 (en) * 2006-11-30 2008-06-05 Red Hat, Inc. Distribution of certification statements into repository
US20080133907A1 (en) * 2006-11-30 2008-06-05 Red Hat, Inc. Propagation of certificate revocation information
US8583917B2 (en) 2006-11-30 2013-11-12 Red Hat, Inc. Distribution of certification statements into repository
US8255691B2 (en) 2007-03-16 2012-08-28 Samsung Electronics Co., Ltd. Apparatus for batch verification and method using the same
US20080226066A1 (en) * 2007-03-16 2008-09-18 Samsung Electronics Co., Ltd. Apparatus for batch verification and method using the same
US20090063855A1 (en) * 2007-08-30 2009-03-05 Parkinson Steven W Reduced computation for generation of certificate revocation information
US8533463B2 (en) * 2007-08-30 2013-09-10 Red Hat, Inc. Reduced computation for generation of certificate revocation information
US7890763B1 (en) * 2007-09-14 2011-02-15 The United States Of America As Represented By The Director, National Security Agency Method of identifying invalid digital signatures involving batch verification
CN102171652A (en) * 2008-09-02 2011-08-31 威斯科数据安全国际有限公司 Method for provisioning trusted software to an electronic device
WO2010027970A1 (en) * 2008-09-02 2010-03-11 Vasco Data Security, Inc. Method for provisioning trusted software to an electronic device
US20100058317A1 (en) * 2008-09-02 2010-03-04 Vasco Data Security, Inc. Method for provisioning trusted software to an electronic device
US10678555B2 (en) 2009-05-05 2020-06-09 Amazon Technologies, Inc. Host identity bootstrapping
US9778939B2 (en) 2009-05-05 2017-10-03 Amazon Technologies, Inc. Host identity bootstrapping
US9432356B1 (en) * 2009-05-05 2016-08-30 Amazon Technologies, Inc. Host identity bootstrapping
US20100318791A1 (en) * 2009-06-12 2010-12-16 General Instrument Corporation Certificate status information protocol (csip) proxy and responder
US20110154018A1 (en) * 2009-12-23 2011-06-23 Christofer Edstrom Systems and methods for flash crowd control and batching ocsp requests via online certificate status protocol
US20110154026A1 (en) * 2009-12-23 2011-06-23 Christofer Edstrom Systems and methods for parallel processing of ocsp requests during ssl handshake
US8621204B2 (en) 2009-12-23 2013-12-31 Citrix Systems, Inc. Systems and methods for evaluating and prioritizing responses from multiple OCSP responders
US20110154017A1 (en) * 2009-12-23 2011-06-23 Christofer Edstrom Systems and methods for evaluating and prioritizing responses from multiple ocsp responders
US9203627B2 (en) 2009-12-23 2015-12-01 Citrix Systems, Inc. Systems and methods for flash crowd control and batching OCSP requests via online certificate status protocol
US9172545B2 (en) 2009-12-23 2015-10-27 Citrix Systems, Inc. Systems and methods for evaluating and prioritizing responses from multiple OCSP responders
US8627063B2 (en) * 2009-12-23 2014-01-07 Citrix Systems, Inc. Systems and methods for flash crowd control and batching OCSP requests via online certificate status protocol
TWI474702B (en) * 2010-11-09 2015-02-21
US9059856B2 (en) 2010-12-15 2015-06-16 Microsoft Technology Licensing, Llc Providing security services on the cloud
US8479008B2 (en) 2010-12-15 2013-07-02 Microsoft Corporation Providing security services on the cloud
US9094216B2 (en) * 2011-12-05 2015-07-28 Industrial Technology Research Institute System and method for adjusting the frequency of updating certificate revocation list
US20130145157A1 (en) * 2011-12-05 2013-06-06 Industrial Technology Research Institute System and method for adjusting the frequency of updating certificate revocation list
US11290447B2 (en) * 2016-10-27 2022-03-29 Tencent Technology (Shenzhen) Company Limited Face verification method and device
CN109842490A (en) * 2017-11-28 2019-06-04 广东国盾量子科技有限公司 Digital signature generation/transmission/verification method, terminal and computer storage medium
US11336636B2 (en) * 2020-01-31 2022-05-17 Fastly, Inc. Load balancing across certificates and certificate authorities
US20220278980A1 (en) * 2020-01-31 2022-09-01 Fastly, Inc. Load balancing across certificates and certificate authorities

Also Published As

Publication number Publication date
EP1706954A1 (en) 2006-10-04
US20050193204A1 (en) 2005-09-01
JP2007518369A (en) 2007-07-05
WO2005067672A2 (en) 2005-07-28
JP4796971B2 (en) 2011-10-19
WO2005070116A3 (en) 2006-11-30
EP1706954A4 (en) 2013-04-24
CA2551819A1 (en) 2005-08-04
EP1706954B1 (en) 2018-07-25
WO2005070116A2 (en) 2005-08-04
WO2005067672A3 (en) 2006-11-02
WO2005071877A1 (en) 2005-08-04
CA2872032A1 (en) 2005-08-04
CA2551819C (en) 2015-02-24
US7966487B2 (en) 2011-06-21
KR20060123470A (en) 2006-12-01

Similar Documents

Publication Publication Date Title
US9654298B2 (en) Signature # efficient real time credentials for OCSP and distributed OCSP
US7966487B2 (en) Communication-efficient real time credentials for OCSP and distributed OCSP
US7010683B2 (en) Public key validation service
US7600123B2 (en) Certificate registration after issuance for secure communication
US6763459B1 (en) Lightweight public key infrastructure employing disposable certificates
US7814315B2 (en) Propagation of certificate revocation information
US5745574A (en) Security infrastructure for electronic transactions
US7290133B1 (en) Method and apparatus improving efficiency of end-user certificate validation
US6301658B1 (en) Method and system for authenticating digital certificates issued by an authentication hierarchy
US5717758A (en) Witness-based certificate revocation system
EP1969762B1 (en) Certify and split system and method for replacing cryptographic keys
US6442689B1 (en) Apparatus and method for demonstrating and confirming the status of a digital certificates and other data
AU2009240831B2 (en) Efficient and secure data currentness systems
US6691231B1 (en) Method and apparatus for providing access isolation of requested security related information from a security related information source
US7269726B1 (en) Lightweight public key infrastructure employing unsigned certificates
US6975727B1 (en) Dynamic security credential generation system and method
AU2006202855B8 (en) Signature-efficient real time credentials for OCSP and distributed OCSP
US8538893B1 (en) Apparatus and method for electronic transaction evidence archival and retrieval
CA2326997A1 (en) Security infrastructure for electronic transactions

Legal Events

Date Code Title Description
AS Assignment

Owner name: CORESTREET, LTD., MASSACHUSETTS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:ENGBERG, DAVID;LIBIN, PHIL;MICALI, SILVIO;REEL/FRAME:016368/0022;SIGNING DATES FROM 20050302 TO 20050314

AS Assignment

Owner name: ASSA ABLOY IDENTIFICATION TECHNOLOGY GROUP AB,SWED

Free format text: SECURITY AGREEMENT;ASSIGNOR:CORESTREET, LTD.;REEL/FRAME:016902/0444

Effective date: 20051212

Owner name: ASSA ABLOY IDENTIFICATION TECHNOLOGY GROUP AB, SWE

Free format text: SECURITY AGREEMENT;ASSIGNOR:CORESTREET, LTD.;REEL/FRAME:016902/0444

Effective date: 20051212

AS Assignment

Owner name: CORESTREET, LTD., MASSACHUSETTS

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:REYZIN, LEONID;REEL/FRAME:018709/0365

Effective date: 20061208

AS Assignment

Owner name: ASSA ABLOY AB,SWEDEN

Free format text: ASSIGNMENT OF SECURITY AGREEMENT;ASSIGNOR:ASSA ABLOY IDENTIFICATION TECHNOLOGY GROUP AB;REEL/FRAME:018806/0814

Effective date: 20061001

Owner name: ASSA ABLOY AB, SWEDEN

Free format text: ASSIGNMENT OF SECURITY AGREEMENT;ASSIGNOR:ASSA ABLOY IDENTIFICATION TECHNOLOGY GROUP AB;REEL/FRAME:018806/0814

Effective date: 20061001

STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION

AS Assignment

Owner name: CORESTREET, LTD., CALIFORNIA

Free format text: RELEASE BY SECURED PARTY;ASSIGNOR:ASSA ABLOY AB;REEL/FRAME:031361/0975

Effective date: 20131007

AS Assignment

Owner name: ASSA ABLOY AB, SWEDEN

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:CORESTREET LTD;REEL/FRAME:032404/0759

Effective date: 20131217