US20090025076A1 - Mail certificate responder - Google Patents

Mail certificate responder Download PDF

Info

Publication number
US20090025076A1
US20090025076A1 US11/879,392 US87939207A US2009025076A1 US 20090025076 A1 US20090025076 A1 US 20090025076A1 US 87939207 A US87939207 A US 87939207A US 2009025076 A1 US2009025076 A1 US 2009025076A1
Authority
US
United States
Prior art keywords
client
certificate
request
new certificate
responder
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.)
Granted
Application number
US11/879,392
Other versions
US8332629B2 (en
Inventor
Peter Andrew Rowley
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.)
Red Hat Inc
Original Assignee
Red Hat Inc
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 Red Hat Inc filed Critical Red Hat Inc
Priority to US11/879,392 priority Critical patent/US8332629B2/en
Assigned to RED HAT, INC. reassignment RED HAT, INC. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: ROWLEY, PETER ANDREW
Publication of US20090025076A1 publication Critical patent/US20090025076A1/en
Application granted granted Critical
Publication of US8332629B2 publication Critical patent/US8332629B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q10/00Administration; Management
    • G06Q10/06Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling

Definitions

  • Embodiments of the present invention relate to certificates, and more particularly to mail certificates.
  • Certificates are useful for large-scale public-key cryptography. Securely exchanging secret keys amongst users becomes impractical to the point of effective impossibility for anything other than quite small networks. Public key cryptography provides a way to avoid this problem. In principle, if Alice wants others to be able to send her secret messages, she needs only publish her public key. Sandra possessing it can then send her secure information. Unfortunately, David could publish a different public key (for which he knows the related private key) claiming that it is Alice's public key. In so doing, David could intercept and read at least some of the messages meant for Alice.
  • Trent will be a certificate authority (CA), who is trusted by all participants.
  • CA certificate authority
  • Trent can be any user, and whether to trust that user's attestation that a particular public key belongs to Alice will be up to the person wishing to send a message to Alice.
  • Bob's certificate may also include his CA's public key signed by a “higher level” CA2, which might be recognized by Alice.
  • This process leads in general to a hierarchy of certificates, and to even more complex trust relationships.
  • Public key infrastructure refers, mostly, to the software that manages certificates in a large-scale setting.
  • the hierarchy of certificates is always a top-down tree, with a root certificate at the top, representing a CA that is ‘so central’ to the scheme that it does not need to be authenticated by some trusted third party. Certificates typically take time to be issued as the CA neesd to verify the identity of the user. As such, a need exists for a quick and easy way to obtain a certificate.
  • FIG. 1 is a block diagram illustrating a certificate responder system in accordance with one embodiment.
  • FIG. 2 is a block diagram illustrating a certificate responder system in accordance with another embodiment.
  • FIG. 3 is a flow diagram illustrating a method for requesting a certificate in accordance with one embodiment.
  • FIG. 4 is a flow diagram illustrating a method for generating a certificate in accordance with one embodiment.
  • FIG. 5 is a flow diagram illustrating a method for requesting a certificate in accordance with another embodiment.
  • FIG. 6 is a flow diagram illustrating a method for generating a certificate in accordance with another embodiment.
  • FIG. 7 is a block diagram illustrating an exemplary computer system.
  • a client determines whether the client possesses a certificate. If a certificate is needed, the client sends a request to a certificate responder for a new certificate in response to the determination. The certificate responder generates and sends the new certificate back to the client. As such, the certificate responder provides an easy way to obtain and distribute a certificate.
  • a user emails to the certificate responder.
  • the certificate responder sends a reply email containing a fresh certificate for that email address. The user may then save the certificate and use it later.
  • the present invention also relates to apparatus for performing the operations herein.
  • This apparatus may be specially constructed for the required purposes, or it may comprise a general purpose computer selectively activated or reconfigured by a computer program stored in the computer.
  • a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • a machine-accessible storage medium includes any mechanism for storing or transmitting information in a form readable by a machine (e.g., a computer).
  • a machine-accessible storage medium includes read only memory (“ROM”); random access memory (“RAM”); magnetic disk storage media; optical storage media; flash memory devices; electrical, optical, acoustical or other form of propagated signals (e.g., carrier waves, infrared signals, digital signals, etc.); etc.
  • FIG. 1 is a block diagram illustrating a certificate responder system in accordance with one embodiment.
  • a client 102 without a certificate wishes to communicate via email with another client 104 having a certificate 106 .
  • Client 102 first determines whether it possesses a certificate. If client 102 determines that a new certificate is needed, client 102 automatically sends a request for a new certificate to a certificate responder 108 that will generate a certificate for client 102 .
  • This process provides an easy and fast way for a user to obtain a certificate without having to go through the tedious process of obtaining a certificate through a certificate provider by verifying the user's personal data.
  • certificate responder 108 In response to the request from client 102 , certificate responder 108 generates a certificate based on the email of client 102 . In accordance with one embodiment, the certificate is based only on the email address of client 102 . The certificate is then sent back to client 102 .
  • the request from client 102 also includes a public key of client 102 .
  • certificate responder 108 when certificate responder 108 generates the certificate, it also encrypts the certificate using the public key of client 102 to secure the return journey of the certificate to client 102 .
  • FIG. 2 is a block diagram illustrating a certificate responder system in accordance with another embodiment.
  • a client 202 with a certificate 204 wishes to communicate via email with another client 206 without a certificate.
  • client 202 may wish to request a certificate for client 206 .
  • client 202 sends a request for a new certificate to a certificate responder 208 that will generate a certificate for client 206 .
  • This process provides an easy and fast way for a user to obtain a certificate without having to go through the tedious process of obtaining a certificate through a certificate provider by verifying the user's personal data.
  • certificate responder 208 sends a notification email to client 206 to notify that certificate responder 208 is about to generate a certificate for client 206 .
  • client 206 may reply with a public key of client 206 to certificate responder 208 .
  • Certificate responder 208 may then generate a new certificate, encrypt it with the public key of client 206 , and send the encrypted certificate back to client 206 .
  • the certificate is based only on the email address of client 202 .
  • client 206 may choose to cancel the request to generate a new certificate upon notification. The process may also be canceled after a predetermined period of time to answer to the notification has expired. While the certificate responder 208 waits for a reply from client 206 , client 202 may be notified with a pending status. Similarly, once a certificate has been generated and sent to client 206 , a notification of the newly issued certificate to client 206 may be sent to client 202 .
  • FIG. 3 is a flow diagram illustrating a method for requesting a certificate in accordance with one embodiment.
  • the method may be performed by a client device (“client”).
  • client determines whether it has a certificate. If it is determined that a new certificate is needed, a request via email may be sent out to a certificate responder at 304 .
  • the request may include a public key of the client.
  • the client receives the newly generated certificate in response to the request.
  • the received certificate may be encrypted with the public key of the requesting client.
  • FIG. 4 is a flow diagram illustrating a method for generating a certificate in accordance with one embodiment.
  • the method may be performed by a certificate responder system (“certificate responder”).
  • a certificate responder receives a request for a new certificate via email from a client.
  • the request includes a public key of the client.
  • the certificate responder generates a certificate in response to the request.
  • the certificate responder further encrypts the certificate based on the public key of the client.
  • the certificate responder sends the newly generated certificate back to the client.
  • FIG. 5 is a flow diagram illustrating a method for requesting a certificate in accordance with another embodiment.
  • the method may be performed by a client device (“client”).
  • client having a certificate wishing to communicate with another client with or without a certificate may send a request to generate a certificate for the other client at 502 .
  • the requesting client is notified of the status of the certificate for the other client at 504 .
  • FIG. 6 is a flow diagram illustrating a method for generating a certificate in accordance with another embodiment.
  • the method may be performed by a certificate responder system (“certificate responder”).
  • a certificate responder receives from a first client a request to generate a certificate for a second client.
  • the certificate responder notifies the second client of the request.
  • the certificate responder generates the certificate and sends the certificate at 608 .
  • the certificate responder may receive a reply from the second client in response to the notificiation.
  • the reply may include a cancellation or a public key of the second client.
  • the certificate responder may encrypt the generated certificate with the public key of the second client.
  • FIG. 7 illustrates a diagrammatic representation of a machine in the exemplary form of a computer system 500 within which a set of instructions, for causing the machine to perform any one or more of the methodologies discussed herein, may be executed.
  • the machine may be connected (e.g., networked) to other machines in a LAN, an intranet, an extranet, or the Internet.
  • the machine may operate in the capacity of a server or a client machine in client-server network environment, or as a peer machine in a peer-to-peer (or distributed) network environment.
  • the machine may be a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital Assistant (PDA), a cellular telephone, a web appliance, a server, a network router, switch or bridge, or any machine capable of executing a set of instructions (sequential or otherwise) that specify actions to be taken by that machine.
  • PC personal computer
  • PDA Personal Digital Assistant
  • STB set-top box
  • WPA Personal Digital Assistant
  • a cellular telephone a web appliance
  • server a server
  • network router switch or bridge
  • the exemplary computer system 500 includes a processing device 502 , a main memory 504 (e.g., read-only memory (ROM), flash memory, dynamic random access memory (DRAM) such as synchronous DRAM (SDRAM) or Rambus DRAM (RDRAM), etc.), a static memory 506 (e.g., flash memory, static random access memory (SRAM), etc.), and a data storage device 518 , which communicate with each other via a bus 530 .
  • main memory 504 e.g., read-only memory (ROM), flash memory, dynamic random access memory (DRAM) such as synchronous DRAM (SDRAM) or Rambus DRAM (RDRAM), etc.
  • DRAM dynamic random access memory
  • SDRAM synchronous DRAM
  • RDRAM Rambus DRAM
  • static memory 506 e.g., flash memory, static random access memory (SRAM), etc.
  • SRAM static random access memory
  • Processing device 502 represents one or more general-purpose processing devices such as a microprocessor, central processing unit, or the like. More particularly, the processing device may be complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, or processor implementing other instruction sets, or processors implementing a combination of instruction sets. Processing device 502 may also be one or more special-purpose processing devices such as an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), a digital signal processor (DSP), network processor, or the like. The processing device 502 is configured to execute the processing logic 526 for performing the operations and steps discussed herein.
  • CISC complex instruction set computing
  • RISC reduced instruction set computing
  • VLIW very long instruction word
  • ASIC application specific integrated circuit
  • FPGA field programmable gate array
  • DSP digital signal processor
  • network processor or the like.
  • the computer system 500 may further include a network interface device 508 .
  • the computer system 500 also may include a video display unit 510 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)), an alphanumeric input device 512 (e.g., a keyboard), a cursor control device 514 (e.g., a mouse), and a signal generation device 516 (e.g., a speaker).
  • a video display unit 510 e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)
  • an alphanumeric input device 512 e.g., a keyboard
  • a cursor control device 514 e.g., a mouse
  • a signal generation device 516 e.g., a speaker
  • the data storage device 518 may include a machine-accessible storage medium 530 on which is stored one or more sets of instructions (e.g., software 522 ) embodying any one or more of the methodologies or functions described herein.
  • the software 522 may also reside, completely or at least partially, within the main memory 504 and/or within the processing device 502 during execution thereof by the computer system 500 , the main memory 504 and the processing device 502 also constituting machine-accessible storage media.
  • the software 522 may further be transmitted or received over a network 520 via the network interface device 508 .
  • the machine-accessible storage medium 530 may also be used to store certificates and keys 524 . Certificates may be issued to clients.
  • machine-accessible storage medium 530 is shown in an exemplary embodiment to be a single medium, the term “machine-accessible storage medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions.
  • the term “machine-accessible storage medium” shall also be taken to include any medium that is capable of storing, encoding or carrying a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present invention.
  • the term “machine-accessible storage medium” shall accordingly be taken to include, but not be limited to, solid-state memories, optical and magnetic media, and carrier wave signals.
  • both clients may be without certificates.
  • the first client may request its own certificate and also may request a certificate for the second client.

Abstract

A method and apparatus for generating a mail certificate is described. A client determines whether the client possesses a certificate. If a certificate is needed, the client sends a request to a certificate responder for a new certificate in response to the determination. The certificate responder generates and sends the new certificate back to the client.

Description

    TECHNICAL FIELD
  • Embodiments of the present invention relate to certificates, and more particularly to mail certificates.
  • BACKGROUND
  • Certificates are useful for large-scale public-key cryptography. Securely exchanging secret keys amongst users becomes impractical to the point of effective impossibility for anything other than quite small networks. Public key cryptography provides a way to avoid this problem. In principle, if Alice wants others to be able to send her secret messages, she needs only publish her public key. Anyone possessing it can then send her secure information. Unfortunately, David could publish a different public key (for which he knows the related private key) claiming that it is Alice's public key. In so doing, David could intercept and read at least some of the messages meant for Alice. But if Alice builds her public key into a certificate and has it digitally signed by a trusted third party (Trent), anyone who trusts Trent can merely check the certificate to see whether Trent thinks the embedded public key is Alice's. In typical Public-key Infrastructures (PKIs), Trent will be a certificate authority (CA), who is trusted by all participants. In a web of trust, Trent can be any user, and whether to trust that user's attestation that a particular public key belongs to Alice will be up to the person wishing to send a message to Alice.
  • In large-scale deployments, Alice may not be familiar with Bob's certificate authority (perhaps they each have a different CA—if both use employer CAs, different employers would produce this result), so Bob's certificate may also include his CA's public key signed by a “higher level” CA2, which might be recognized by Alice. This process leads in general to a hierarchy of certificates, and to even more complex trust relationships. Public key infrastructure refers, mostly, to the software that manages certificates in a large-scale setting. In X.509 PKI systems, the hierarchy of certificates is always a top-down tree, with a root certificate at the top, representing a CA that is ‘so central’ to the scheme that it does not need to be authenticated by some trusted third party. Certificates typically take time to be issued as the CA neesd to verify the identity of the user. As such, a need exists for a quick and easy way to obtain a certificate.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings and in which:
  • FIG. 1 is a block diagram illustrating a certificate responder system in accordance with one embodiment.
  • FIG. 2 is a block diagram illustrating a certificate responder system in accordance with another embodiment.
  • FIG. 3 is a flow diagram illustrating a method for requesting a certificate in accordance with one embodiment.
  • FIG. 4 is a flow diagram illustrating a method for generating a certificate in accordance with one embodiment.
  • FIG. 5 is a flow diagram illustrating a method for requesting a certificate in accordance with another embodiment.
  • FIG. 6 is a flow diagram illustrating a method for generating a certificate in accordance with another embodiment.
  • FIG. 7 is a block diagram illustrating an exemplary computer system.
  • DETAILED DESCRIPTION
  • Described herein is a method and apparatus for generating a mail certificate. A client determines whether the client possesses a certificate. If a certificate is needed, the client sends a request to a certificate responder for a new certificate in response to the determination. The certificate responder generates and sends the new certificate back to the client. As such, the certificate responder provides an easy way to obtain and distribute a certificate. In this scheme, a user emails to the certificate responder. In response, the certificate responder sends a reply email containing a fresh certificate for that email address. The user may then save the certificate and use it later.
  • In the following description, numerous details are set forth. It will be apparent, however, to one skilled in the art, that the present invention may be practiced without these specific details. In some instances, well-known structures and devices are shown in block diagram form, rather than in detail, in order to avoid obscuring the present invention.
  • Some portions of the detailed descriptions which follow are presented in terms of algorithms and symbolic representations of operations on data bits within a computer memory. These algorithmic descriptions and representations are the means used by those skilled in the data processing arts to most effectively convey the substance of their work to others skilled in the art. An algorithm is here, and generally, conceived to be a self-consistent sequence of steps leading to a desired result. The steps are those requiring physical manipulations of physical quantities. Usually, though not necessarily, these quantities take the form of electrical or magnetic signals capable of being stored, transferred, combined, compared, and otherwise manipulated. It has proven convenient at times, principally for reasons of common usage, to refer to these signals as bits, values, elements, symbols, characters, terms, numbers, or the like.
  • It should be borne in mind, however, that all of these and similar terms are to be associated with the appropriate physical quantities and are merely convenient labels applied to these quantities. Unless specifically stated otherwise as apparent from the following discussion, it is appreciated that throughout the description, discussions utilizing terms such as “processing” or “computing” or “calculating” or “determining” or “displaying” or the like, refer to the action and processes of a computer system, or similar electronic computing device, that manipulates and transforms data represented as physical (electronic) quantities within the computer system's registers and memories into other data similarly represented as physical quantities within the computer system memories or registers or other such information storage, transmission or display devices.
  • The present invention also relates to apparatus for performing the operations herein. This apparatus may be specially constructed for the required purposes, or it may comprise a general purpose computer selectively activated or reconfigured by a computer program stored in the computer. Such a computer program may be stored in a computer readable storage medium, such as, but is not limited to, any type of disk including floppy disks, optical disks, CD-ROMs, and magnetic-optical disks, read-only memories (ROMs), random access memories (RAMs), EPROMs, EEPROMs, magnetic or optical cards, or any type of media suitable for storing electronic instructions, and each coupled to a computer system bus.
  • The algorithms and displays presented herein are not inherently related to any particular computer or other apparatus. Various general purpose systems may be used with programs in accordance with the teachings herein, or it may prove convenient to construct more specialized apparatus to perform the required method steps. The required structure for a variety of these systems will appear from the description below. In addition, the present invention is not described with reference to any particular programming language. It will be appreciated that a variety of programming languages may be used to implement the teachings of the invention as described herein.
  • A machine-accessible storage medium includes any mechanism for storing or transmitting information in a form readable by a machine (e.g., a computer). For example, a machine-accessible storage medium includes read only memory (“ROM”); random access memory (“RAM”); magnetic disk storage media; optical storage media; flash memory devices; electrical, optical, acoustical or other form of propagated signals (e.g., carrier waves, infrared signals, digital signals, etc.); etc.
  • FIG. 1 is a block diagram illustrating a certificate responder system in accordance with one embodiment. In the example of FIG. 1, a client 102 without a certificate wishes to communicate via email with another client 104 having a certificate 106. Client 102 first determines whether it possesses a certificate. If client 102 determines that a new certificate is needed, client 102 automatically sends a request for a new certificate to a certificate responder 108 that will generate a certificate for client 102. This process provides an easy and fast way for a user to obtain a certificate without having to go through the tedious process of obtaining a certificate through a certificate provider by verifying the user's personal data.
  • In response to the request from client 102, certificate responder 108 generates a certificate based on the email of client 102. In accordance with one embodiment, the certificate is based only on the email address of client 102. The certificate is then sent back to client 102.
  • In accordance with another embodiment, the request from client 102 also includes a public key of client 102. As such, when certificate responder 108 generates the certificate, it also encrypts the certificate using the public key of client 102 to secure the return journey of the certificate to client 102.
  • FIG. 2 is a block diagram illustrating a certificate responder system in accordance with another embodiment. In the example of FIG. 2, a client 202 with a certificate 204 wishes to communicate via email with another client 206 without a certificate. In this situation, client 202 may wish to request a certificate for client 206. To do so, client 202 sends a request for a new certificate to a certificate responder 208 that will generate a certificate for client 206. This process provides an easy and fast way for a user to obtain a certificate without having to go through the tedious process of obtaining a certificate through a certificate provider by verifying the user's personal data.
  • In response to the request from client 202, certificate responder 208 sends a notification email to client 206 to notify that certificate responder 208 is about to generate a certificate for client 206. In accordance with one embodiment, client 206 may reply with a public key of client 206 to certificate responder 208. Certificate responder 208 may then generate a new certificate, encrypt it with the public key of client 206, and send the encrypted certificate back to client 206. In accordance with one embodiment, the certificate is based only on the email address of client 202.
  • In accordance with another embodiment, client 206 may choose to cancel the request to generate a new certificate upon notification. The process may also be canceled after a predetermined period of time to answer to the notification has expired. While the certificate responder 208 waits for a reply from client 206, client 202 may be notified with a pending status. Similarly, once a certificate has been generated and sent to client 206, a notification of the newly issued certificate to client 206 may be sent to client 202.
  • FIG. 3 is a flow diagram illustrating a method for requesting a certificate in accordance with one embodiment. The method may be performed by a client device (“client”). At 302, a client determines whether it has a certificate. If it is determined that a new certificate is needed, a request via email may be sent out to a certificate responder at 304. In one embodiment, the request may include a public key of the client. At 306, the client receives the newly generated certificate in response to the request. In one embodiment, the received certificate may be encrypted with the public key of the requesting client.
  • FIG. 4 is a flow diagram illustrating a method for generating a certificate in accordance with one embodiment. The method may be performed by a certificate responder system (“certificate responder”). At 402, a certificate responder receives a request for a new certificate via email from a client. In one embodiment, the request includes a public key of the client. At 404, the certificate responder generates a certificate in response to the request. In one embodiment, the certificate responder further encrypts the certificate based on the public key of the client. At 406, the certificate responder sends the newly generated certificate back to the client.
  • FIG. 5 is a flow diagram illustrating a method for requesting a certificate in accordance with another embodiment. The method may be performed by a client device (“client”). A client having a certificate wishing to communicate with another client with or without a certificate may send a request to generate a certificate for the other client at 502. The requesting client is notified of the status of the certificate for the other client at 504.
  • FIG. 6 is a flow diagram illustrating a method for generating a certificate in accordance with another embodiment. The method may be performed by a certificate responder system (“certificate responder”). At 602, a certificate responder receives from a first client a request to generate a certificate for a second client. At 604, the certificate responder notifies the second client of the request. At 606, the certificate responder generates the certificate and sends the certificate at 608. In another embodiment, the certificate responder may receive a reply from the second client in response to the notificiation. The reply may include a cancellation or a public key of the second client. The certificate responder may encrypt the generated certificate with the public key of the second client.
  • FIG. 7 illustrates a diagrammatic representation of a machine in the exemplary form of a computer system 500 within which a set of instructions, for causing the machine to perform any one or more of the methodologies discussed herein, may be executed. In alternative embodiments, the machine may be connected (e.g., networked) to other machines in a LAN, an intranet, an extranet, or the Internet. The machine may operate in the capacity of a server or a client machine in client-server network environment, or as a peer machine in a peer-to-peer (or distributed) network environment. The machine may be a personal computer (PC), a tablet PC, a set-top box (STB), a Personal Digital Assistant (PDA), a cellular telephone, a web appliance, a server, a network router, switch or bridge, or any machine capable of executing a set of instructions (sequential or otherwise) that specify actions to be taken by that machine. Further, while only a single machine is illustrated, the term “machine” shall also be taken to include any collection of machines that individually or jointly execute a set (or multiple sets) of instructions to perform any one or more of the methodologies discussed herein.
  • The exemplary computer system 500 includes a processing device 502, a main memory 504 (e.g., read-only memory (ROM), flash memory, dynamic random access memory (DRAM) such as synchronous DRAM (SDRAM) or Rambus DRAM (RDRAM), etc.), a static memory 506 (e.g., flash memory, static random access memory (SRAM), etc.), and a data storage device 518, which communicate with each other via a bus 530.
  • Processing device 502 represents one or more general-purpose processing devices such as a microprocessor, central processing unit, or the like. More particularly, the processing device may be complex instruction set computing (CISC) microprocessor, reduced instruction set computing (RISC) microprocessor, very long instruction word (VLIW) microprocessor, or processor implementing other instruction sets, or processors implementing a combination of instruction sets. Processing device 502 may also be one or more special-purpose processing devices such as an application specific integrated circuit (ASIC), a field programmable gate array (FPGA), a digital signal processor (DSP), network processor, or the like. The processing device 502 is configured to execute the processing logic 526 for performing the operations and steps discussed herein.
  • The computer system 500 may further include a network interface device 508. The computer system 500 also may include a video display unit 510 (e.g., a liquid crystal display (LCD) or a cathode ray tube (CRT)), an alphanumeric input device 512 (e.g., a keyboard), a cursor control device 514 (e.g., a mouse), and a signal generation device 516 (e.g., a speaker).
  • The data storage device 518 may include a machine-accessible storage medium 530 on which is stored one or more sets of instructions (e.g., software 522) embodying any one or more of the methodologies or functions described herein. The software 522 may also reside, completely or at least partially, within the main memory 504 and/or within the processing device 502 during execution thereof by the computer system 500, the main memory 504 and the processing device 502 also constituting machine-accessible storage media. The software 522 may further be transmitted or received over a network 520 via the network interface device 508. The machine-accessible storage medium 530 may also be used to store certificates and keys 524. Certificates may be issued to clients.
  • While the machine-accessible storage medium 530 is shown in an exemplary embodiment to be a single medium, the term “machine-accessible storage medium” should be taken to include a single medium or multiple media (e.g., a centralized or distributed database, and/or associated caches and servers) that store the one or more sets of instructions. The term “machine-accessible storage medium” shall also be taken to include any medium that is capable of storing, encoding or carrying a set of instructions for execution by the machine and that cause the machine to perform any one or more of the methodologies of the present invention. The term “machine-accessible storage medium” shall accordingly be taken to include, but not be limited to, solid-state memories, optical and magnetic media, and carrier wave signals.
  • In another embodiment, both clients may be without certificates. As such, the first client may request its own certificate and also may request a certificate for the second client.
  • Thus, a method and apparatus for generating certificates has been described. It is to be understood that the above description is intended to be illustrative, and not restrictive. Many other embodiments will be apparent to those of skill in the art upon reading and understanding the above description. The scope of the invention should, therefore, be determined with reference to the appended claims, along with the full scope of equivalents to which such claims are entitled.

Claims (45)

1. A computer-implemented method comprising:
determining whether a certificate is associated with a client;
sending a request to a certificate responder for a new certificate in response to the determination; and
receiving the new certificate from the certificate responder in response to the request.
2. The method of claim 1 wherein the request and the new certificate are respectively sent and received via email.
3. The method of claim 1 wherein a public key of the client is sent with the request.
4. The method of claim 3 wherein the received new certificate is encrypted with the public key of the client.
5. The method of claim 1 wherein the received new certificate is associated only with an email of the client.
6. A computer-implemented method comprising:
receiving a request for a new certificate from a client;
generating the new certificate based only on an email of the client; and
sending the new certificate to the client.
7. The method of claim 6 wherein the request and the new certificate are respectively received and sent via email.
8. The method of claim 6 wherein the request comprises a public key of the client.
9. The method of claim 8 further comprising:
encrypting the new certificate with the public key of the client.
10. The method of claim 6 wherein the request is received in response to a determination at the client that the client is not associated with a certificate.
11. An apparatus comprising:
a client to determine whether a certificate is associated with the client, to send a request to a certificate responder for a new certificate in response to the determination, and to receive the new certificate from the certificate responder in response to the request.
12. The apparatus of claim 11 wherein the request and the new certificate are respectively sent and received via email.
13. The apparatus of claim 11 wherein a public key of the client is sent with the request.
14. The method of claim 13 wherein the received new certificate is encrypted with the public key of the client.
15. The method of claim 11 wherein the received new certificate is associated only with an email of the client.
16. An apparatus comprising:
a certificate responder to receive a request for a new certificate from a client, to generate the new certificate based only on an email of the client, and to send the new certificate to the client.
17. The apparatus of claim 16 wherein the request and the new certificate are respectively received and sent via email.
18. The apparatus of claim 16 wherein the request comprises a public key of the client.
19. The apparatus of claim 18 wherein the certificate responder is to further encrypt the new certificate with the public key of the client.
20. The apparatus of claim 16 wherein the request is received in response to a determination at the client that the client is not associated with a certificate.
21. An article of manufacture comprising:
a machine-accessible storage medium including data that, when accessed by a machine, cause the machine to perform a method comprising:
determining whether a certificate is associated with a client;
sending a request to a certificate responder for a new certificate in response to the determination; and
receiving the new certificate from the certificate responder in response to the request.
22. The article of manufacture of claim 21 wherein the request and the new certificate are respectively sent and received via email.
23. The article of manufacture of claim 21 wherein a public key of the client is sent with the request.
24. The article of manufacture of claim 23 wherein the received new certificate is encrypted with the public key of the client.
25. The article of manufacture of claim 21 wherein the received new certificate is associated only with an email of the client.
26. An article of manufacture comprising:
a machine-accessible storage medium including data that, when accessed by a machine, cause the machine to perform a method comprising:
receiving a request for a new certificate from a client;
generating the new certificate based only on an email of the client; and
sending the new certificate to the client.
27. The article of manufacture of claim 26 wherein the request and the new certificate are respectively received and sent via email.
28. The article of manufacture of claim 26 wherein the request comprises a public key of the client.
29. The article of manufacture of claim 28 wherein the method further comprises:
encrypting the new certificate with the public key of the client.
30. The article of manufacture of claim 26 wherein the request is received in response to a determination at the client that the client is not associated with a certificate.
31. A computer-implemented method comprising:
receiving a request at a certificate responder from a first client to generate a new certificate for a second client; and
sending the new certificate to the second client.
32. The method of claim 31 further comprising:
notifying the second client that the new certificate is to be generated;
receiving a public key from the second client; and
encrypting the new certificate with the public key of the second client.
33. The method of claim 31 wherein the new certificate is associated only with an email of the second client.
34. The method of claim 31 further comprising:
receiving a cancellation request from the second client.
35. The method of claim 31 further comprising:
providing a pending status to the first client until the new certificate is sent to the second client.
36. An apparatus comprising:
a certificate responder to receive a request from a first client to generate a new certificate for a second client, and to send the new certificate to the second client.
37. The apparatus of claim 36 wherein the certificate responder is to further notify the second client that the new certificate is to be generated, to receive a public key from the second client, and to encrypt the new certificate with the public key of the second client.
38. The apparatus of claim 36 wherein the new certificate is associated only with an email of the second client.
39. The apparatus of claim 36 wherein the certificate responder is to further receive a cancellation request from the second client.
40. The apparatus of claim 36 wherein the certificate responder is to further provide a pending status to the first client until the new certificate is sent to the second client.
41. An article of manufacture comprising:
a machine-accessible storage medium including data that, when accessed by a machine, cause the machine to perform a method comprising:
receiving a request at a certificate responder from a first client to generate a new certificate for a second client; and
sending the new certificate to the second client.
42. The article of manufacture of claim 41 wherein the method further comprises:
notifying the second client that the new certificate is to be generated;
receiving a public key from the second client; and
encrypting the new certificate with the public key of the second client.
43. The article of manufacture of claim 41 wherein the new certificate is associated only with an email of the second client.
44. The article of manufacture of claim 41 wherein the method further comprises:
receiving a cancellation request from the second client.
45. The article of manufacture of claim 41 wherein the method further comprises:
providing a pending status to the first client until the new certificate is sent to the second client.
US11/879,392 2007-07-16 2007-07-16 Mail certificate responder Active 2030-11-22 US8332629B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US11/879,392 US8332629B2 (en) 2007-07-16 2007-07-16 Mail certificate responder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US11/879,392 US8332629B2 (en) 2007-07-16 2007-07-16 Mail certificate responder

Publications (2)

Publication Number Publication Date
US20090025076A1 true US20090025076A1 (en) 2009-01-22
US8332629B2 US8332629B2 (en) 2012-12-11

Family

ID=40265951

Family Applications (1)

Application Number Title Priority Date Filing Date
US11/879,392 Active 2030-11-22 US8332629B2 (en) 2007-07-16 2007-07-16 Mail certificate responder

Country Status (1)

Country Link
US (1) US8332629B2 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070294402A1 (en) * 2006-06-15 2007-12-20 Microsoft Corporation Extensible Email
US20140140197A1 (en) * 2012-11-22 2014-05-22 Bahareh Sadeghi Apparatus, system and method of controlling data flow over a communication network
US20220123921A1 (en) * 2020-10-20 2022-04-21 Samsung Electronics Co., Ltd. Method of performing key exchange for security operation in storage device and method of performing authority transfer in storage device using the same

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104348626B (en) * 2014-10-31 2018-01-16 北京奇虎科技有限公司 A kind of applying digital certificate method and Mail Clients
US11212180B2 (en) * 2020-05-15 2021-12-28 Microsoft Technology Licensing, Llc Configuring a device to have certificate(s) by ordering asynchronous work requests

Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4868877A (en) * 1988-02-12 1989-09-19 Fischer Addison M Public key/signature cryptosystem with enhanced digital signature certification
US5996076A (en) * 1997-02-19 1999-11-30 Verifone, Inc. System, method and article of manufacture for secure digital certification of electronic commerce
US6061448A (en) * 1997-04-01 2000-05-09 Tumbleweed Communications Corp. Method and system for dynamic server document encryption
US6105131A (en) * 1997-06-13 2000-08-15 International Business Machines Corporation Secure server and method of operation for a distributed information system
US6134658A (en) * 1997-06-09 2000-10-17 Microsoft Corporation Multi-server location-independent authentication certificate management system
US20020166049A1 (en) * 2000-12-22 2002-11-07 Sinn Richard P. Obtaining and maintaining real time certificate status
US20020184444A1 (en) * 2000-12-22 2002-12-05 Shandony Michael J. Request based caching of data store data
US20030061144A1 (en) * 2001-09-27 2003-03-27 Brickell Ernie F. Controlled access to identification and status information
US20030088678A1 (en) * 2001-11-06 2003-05-08 Boreham David W. Virtual attribute service in a directory server
US20040117626A1 (en) * 2003-09-12 2004-06-17 Pioneer Research Center Usa, Inc. Key exchange based on dsa type certificates
US20040158709A1 (en) * 2003-02-11 2004-08-12 Microsoft Corporation Publishing digital content within a defined universe such as an organization in accordance with a digital rights management (DRM) system
US20040199614A1 (en) * 2002-12-26 2004-10-07 Michael Shenfield System and method of creating and communicating with component based wireless applications
US20050114652A1 (en) * 2003-11-26 2005-05-26 Totemo Ag End-to-end encryption method and system for emails
US20050120212A1 (en) * 2002-03-14 2005-06-02 Rajesh Kanungo Systems and method for the transparent management of document rights
US20050268090A1 (en) * 2000-05-03 2005-12-01 Saw Chit W Digital content distribution systems
US7003661B2 (en) * 2001-10-12 2006-02-21 Geotrust, Inc. Methods and systems for automated authentication, processing and issuance of digital certificates
US20060206707A1 (en) * 2005-03-11 2006-09-14 Microsoft Corporation Format-agnostic system and method for issuing certificates
US20070005976A1 (en) * 2005-06-29 2007-01-04 Nokia Corporation System, terminal, network entity, method and computer program product for authorizing communication messages
US20070055867A1 (en) * 2003-03-14 2007-03-08 Rajesh Kanungo System and method for secure provisioning of encryption keys
US20070130617A1 (en) * 2005-12-02 2007-06-07 Durfee Glenn E System and method for establishing temporary and permanent credentials for secure online commerce
US7246378B1 (en) * 1999-04-26 2007-07-17 Omniva Corporation Controlling and tracking access to disseminated information
US20100138908A1 (en) * 2005-06-28 2010-06-03 Ravigopal Vennelakanti Access Control Method And Apparatus

Patent Citations (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4868877A (en) * 1988-02-12 1989-09-19 Fischer Addison M Public key/signature cryptosystem with enhanced digital signature certification
US5996076A (en) * 1997-02-19 1999-11-30 Verifone, Inc. System, method and article of manufacture for secure digital certification of electronic commerce
US6061448A (en) * 1997-04-01 2000-05-09 Tumbleweed Communications Corp. Method and system for dynamic server document encryption
US6134658A (en) * 1997-06-09 2000-10-17 Microsoft Corporation Multi-server location-independent authentication certificate management system
US6105131A (en) * 1997-06-13 2000-08-15 International Business Machines Corporation Secure server and method of operation for a distributed information system
US7246378B1 (en) * 1999-04-26 2007-07-17 Omniva Corporation Controlling and tracking access to disseminated information
US20050268090A1 (en) * 2000-05-03 2005-12-01 Saw Chit W Digital content distribution systems
US20020166049A1 (en) * 2000-12-22 2002-11-07 Sinn Richard P. Obtaining and maintaining real time certificate status
US20020184444A1 (en) * 2000-12-22 2002-12-05 Shandony Michael J. Request based caching of data store data
US20030061144A1 (en) * 2001-09-27 2003-03-27 Brickell Ernie F. Controlled access to identification and status information
US7003661B2 (en) * 2001-10-12 2006-02-21 Geotrust, Inc. Methods and systems for automated authentication, processing and issuance of digital certificates
US20030088678A1 (en) * 2001-11-06 2003-05-08 Boreham David W. Virtual attribute service in a directory server
US20050120212A1 (en) * 2002-03-14 2005-06-02 Rajesh Kanungo Systems and method for the transparent management of document rights
US20040199614A1 (en) * 2002-12-26 2004-10-07 Michael Shenfield System and method of creating and communicating with component based wireless applications
US20040158709A1 (en) * 2003-02-11 2004-08-12 Microsoft Corporation Publishing digital content within a defined universe such as an organization in accordance with a digital rights management (DRM) system
US20070055867A1 (en) * 2003-03-14 2007-03-08 Rajesh Kanungo System and method for secure provisioning of encryption keys
US20040117626A1 (en) * 2003-09-12 2004-06-17 Pioneer Research Center Usa, Inc. Key exchange based on dsa type certificates
US20050114652A1 (en) * 2003-11-26 2005-05-26 Totemo Ag End-to-end encryption method and system for emails
US20060206707A1 (en) * 2005-03-11 2006-09-14 Microsoft Corporation Format-agnostic system and method for issuing certificates
US20100138908A1 (en) * 2005-06-28 2010-06-03 Ravigopal Vennelakanti Access Control Method And Apparatus
US20070005976A1 (en) * 2005-06-29 2007-01-04 Nokia Corporation System, terminal, network entity, method and computer program product for authorizing communication messages
US20070130617A1 (en) * 2005-12-02 2007-06-07 Durfee Glenn E System and method for establishing temporary and permanent credentials for secure online commerce

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070294402A1 (en) * 2006-06-15 2007-12-20 Microsoft Corporation Extensible Email
US20080022097A1 (en) * 2006-06-15 2008-01-24 Microsoft Corporation Extensible email
US20140140197A1 (en) * 2012-11-22 2014-05-22 Bahareh Sadeghi Apparatus, system and method of controlling data flow over a communication network
US9654604B2 (en) * 2012-11-22 2017-05-16 Intel Corporation Apparatus, system and method of controlling data flow over a communication network using a transfer response
US9813530B2 (en) 2012-11-22 2017-11-07 Intel Corporation Apparatus, system and method of controlling data flow over a communication network
US10200515B2 (en) 2012-11-22 2019-02-05 Intel Corporation Apparatus, system and method of controlling data flow over a communication network
US10778818B2 (en) 2012-11-22 2020-09-15 Apple Inc. Apparatus, system and method of controlling data flow over a communication network
US20220123921A1 (en) * 2020-10-20 2022-04-21 Samsung Electronics Co., Ltd. Method of performing key exchange for security operation in storage device and method of performing authority transfer in storage device using the same
US11863664B2 (en) * 2020-10-20 2024-01-02 Samsung Electronics Co., Ltd. Method of performing key exchange for security operation in storage device and method of performing authority transfer in storage device using the same

Also Published As

Publication number Publication date
US8332629B2 (en) 2012-12-11

Similar Documents

Publication Publication Date Title
AU2021206913B2 (en) Systems and methods for distributed data sharing with asynchronous third-party attestation
US8296559B2 (en) Peer-to-peer SMIME mechanism
US8010795B2 (en) Secure information transfer using dedicated public key pairs
US10103894B2 (en) Creating a digital certificate for a service using a local certificate authority
EP3005641B1 (en) Certificating authority trust evaluation
US20210136047A1 (en) Centralized secure distribution of messages and device updates
US20210243038A1 (en) Spatial broadcasting device authentication
US11606198B2 (en) Centrally managed PKI provisioning and rotation
US11909880B2 (en) Centralized credential issuance and rotation
US11057368B2 (en) Issuing a certificate based on an identification of an application
US11848917B2 (en) Blockchain-based anonymous transfers zero-knowledge proofs
US9118485B2 (en) Using an OCSP responder as a CRL distribution point
US8332629B2 (en) Mail certificate responder
US8613057B2 (en) Identity management facilitating minimum disclosure of user data
US9237149B2 (en) Certificate based distributed policy enforcement
Cai et al. BCSolid: a blockchain-based decentralized data storage and authentication scheme for solid
Tabassum et al. Securely Transfer Information with RSA and Digital Signature by using the concept of Fog Computing and Blockchain
US11750570B1 (en) Decentralized messaging inbox
Sherin Beevi et al. Blockchain Based Email Communication with SHA-256 Algorithm
Rahman Resource Sharing using Permissioned Blockchain: The Case of Smart Neighborhood
CN116226667A (en) Multi-party fair exchange method and device for block chain training data
Williams et al. Hummingbird: Privacy at the Time of Twitter

Legal Events

Date Code Title Description
AS Assignment

Owner name: RED HAT, INC., NORTH CAROLINA

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:ROWLEY, PETER ANDREW;REEL/FRAME:019598/0519

Effective date: 20070712

STCF Information on status: patent grant

Free format text: PATENTED CASE

FPAY Fee payment

Year of fee payment: 4

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 8TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1552); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 8