US20080046745A1 - End-to-end authentication of session initiation protocol messages using certificates - Google Patents

End-to-end authentication of session initiation protocol messages using certificates Download PDF

Info

Publication number
US20080046745A1
US20080046745A1 US11/750,306 US75030607A US2008046745A1 US 20080046745 A1 US20080046745 A1 US 20080046745A1 US 75030607 A US75030607 A US 75030607A US 2008046745 A1 US2008046745 A1 US 2008046745A1
Authority
US
United States
Prior art keywords
message
sip
key
encrypted
symmetric key
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/750,306
Other versions
US8307421B2 (en
Inventor
Jeremy Buch
David Simons
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.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
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 Microsoft Corp filed Critical Microsoft Corp
Priority to US11/750,306 priority Critical patent/US8307421B2/en
Publication of US20080046745A1 publication Critical patent/US20080046745A1/en
Priority to US13/631,737 priority patent/US8732818B2/en
Application granted granted Critical
Publication of US8307421B2 publication Critical patent/US8307421B2/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Expired - Fee Related legal-status Critical Current
Adjusted expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0823Network architectures or network communication protocols for network security for authentication of entities using certificates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/12Applying verification of the received information
    • H04L63/126Applying verification of the received information the source of the received data
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L65/00Network arrangements, protocols or services for supporting real-time applications in data packet communication
    • H04L65/1066Session management
    • H04L65/1101Session protocols
    • H04L65/1104Session initiation protocol [SIP]

Definitions

  • This invention relates generally to communications between devices over a computer network, and more particularly to the integration of an end-to-end authentication mechanism into network communications using the Session Initiation Protocol (SIP) to enable end-to-end authentication of SIP messages.
  • SIP Session Initiation Protocol
  • the Session Initiation Protocol is a signaling protocol that provides a mechanism for a computing device to locate another device it wants to communicate with over a computer network and to establish a communication session therewith.
  • the first device is typically referred to as the “caller,” the second device as the “callee,” and both are “SIP clients.”
  • SIP is a versatile protocol and has been used for establishing communication sessions in many different scenarios. For instance, SIP is used for Internet conferencing, telephony, presence, event notification, and instant messaging. An important strength of SIP is its support of personal mobility by providing the ability to reach a called party (user) under a single location-independent address even when the called party has moved to a different computer.
  • proxy mode One common mode of session initiation operation under the SIP is the “proxy mode.”
  • the caller sends an INVITE message identifying the intended callee by an e-mail like address.
  • This INVITE message is typically first sent to an outbound SIP proxy of the caller SIP client.
  • the outbound SIP proxy then forwards the INVITE message, often through other intermediate SIP proxies, to a SIP proxy with which the callee has registered, which then sends the INVITE to the callee.
  • the acceptance message (“ 200 OK”) of the callee is returned through the signaling chain to the caller, which can then communicate with the callee through a media channel that is typically different from the signaling channel.
  • client-server authentication mechanisms have been proposed for use with SIP for authentication between SIP clients and SIP proxies.
  • SIP Short Term Evolution
  • DNS Directory Naming Service
  • NTLM Network Layer Management Entity
  • Traditional authentication schemes proposed for use with SIP for client-server authentication do not effectively address this problem. For instance, the DIGEST and NTLM mechanisms require the use of user passwords, which is not suitable for user-to-user authentication.
  • the Kerboros scheme another proposed client-server authentication mechanism for SIP, typically employs domain-based ticket-granting agents and is difficult to deploy in cross-domain communications.
  • the present invention provides a way for SIP parties to perform end-to-end user authentication by integrating the use of public-key certificates with SIP request messages.
  • a SIP node sends out a SIP request message, it includes in the request message a digital signature generated using a private key of the user of the sending SIP node and optionally a certificate for the public key associated with that private key.
  • the SIP message may also be encrypted using the public key of the intended recipient of the SIP request message.
  • the SIP node which may be an end client or an intermediate SIP server, of the intended recipient receives the SIP request message, it uses the digital signature and the sender's certificate, which may be obtained from another source or retrieved from the SIP message if it includes one, to authenticate the sender and at the same time confirms the integrity of the message.
  • One scheme in accordance with the invention for including the digital signature in the SIP message is to create a header, such as a new Authorization (for an end client) or Proxy Authorization header (for an intermediate SIP server), in the SIP message for carrying the signature and optionally the certificate.
  • An alternative scheme in accordance with the invention for carrying a digital signature in the SIP request is to include the signature and optionally the certificate and encrypted data in the multipart message body of the SIP request message, preferably formatted according to the Secure/Multipurpose Internet Mail Extensions (S/MIME) standard.
  • S/MIME Secure/Multipurpose Internet Mail Extensions
  • the sending SIP client may send the SIP request message containing the signature after receiving a challenge from the receiving SIP node in response to an initial unsigned SIP request sent by the sending SIP node.
  • the sending client may include the digital signature in an initial SIP request message directly without waiting to be challenged.
  • FIG. 1 is a block diagram generally illustrating an exemplary computer system on which the present invention may be implemented
  • FIG. 2 is a schematic diagram illustrating two Session Initiation Protocol (SIP) clients that use a digital signature included in a SIP request message and the request sender's public-key certificate for end-to-end authentication;
  • SIP Session Initiation Protocol
  • FIG. 3 is a schematic diagram showing a chain of certificates
  • FIG. 4 is a schematic diagram showing a challenge-response sequence of SIP messages in which a SIP client sends a SIP request message with an Authorization header containing a digital signature for a receiving SIP client to authenticate the sender;
  • FIG. 5 is a schematic diagram showing a challenge-response sequence of SIP messages between a SIP client and a SIP registrar;
  • FIG. 6 is a schematic diagram showing a SIP client sending a SIP request message with a digital signature to a receiving SIP client;
  • FIG. 7 is a schematic diagram showing a SIP client sending a SIP request having a S/MIME message body carrying a digital signature to a receiving SIP client.
  • FIG. 8 is a schematic diagram illustrating challenge and authentication of a request sender between an intermediate entity working on the client's behalf and the sender.
  • program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types.
  • program modules may be practiced with other computer system configurations, including hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, and the like.
  • the invention may be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network.
  • program modules may be located in both local and remote memory storage devices.
  • FIG. 1 a general purpose computing device is shown in the form of a conventional personal computer 20 , including a processing unit 21 , a system memory 22 , and a system bus 23 that couples various system components including the system memory to the processing unit 21 .
  • the system bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures.
  • the system memory includes read only memory (ROM) 24 and random access memory (RAM) 25 .
  • a basic input/output system (BIOS) 26 containing the basic routines that help to transfer information between elements within the personal computer 20 , such as during start-up, is stored in ROM 24 .
  • the personal computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk 60 , a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29 , and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media.
  • the hard disk drive 27 , magnetic disk drive 28 , and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32 , a magnetic disk drive interface 33 , and an optical disk drive interface 34 , respectively.
  • the drives and their associated computer-readable media provide nonvolatile storage of computer readable instructions, data structures, program modules and other data for the personal computer 20 .
  • exemplary environment described herein employs a hard disk 60 , a removable magnetic disk 29 , and a removable optical disk 31 , it will be appreciated by those skilled in the art that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories, read only memories, storage area networks, and the like may also be used in the exemplary operating environment.
  • a number of program modules may be stored on the hard disk 60 , magnetic disk 29 , optical disk 31 , ROM 24 or RAM 25 , including an operating system 35 , one or more applications programs 36 , other program modules 37 , and program data 38 .
  • a user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and a pointing device 42 .
  • Other input devices may include a microphone, joystick, game pad, satellite dish, scanner, or the like.
  • These and other input devices are often connected to the processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or a universal serial bus (USB) or a network interface card.
  • a monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48 .
  • personal computers typically include other peripheral output devices, not shown, such as speakers and printers.
  • the personal computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 49 .
  • the remote computer 49 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 20 , although only a memory storage device 50 has been illustrated in FIG. 1 .
  • the logical connections depicted in FIG. 1 include a local area network (LAN) 51 and a wide area network (WAN) 52 .
  • LAN local area network
  • WAN wide area network
  • the personal computer 20 When used in a LAN networking environment, the personal computer 20 is connected to the local network 51 through a network interface or adapter 53 . When used in a WAN networking environment, the personal computer 20 typically includes a modem 54 or other means for establishing communications over the WAN 52 .
  • the modem 54 which may be internal or external, is connected to the system bus 23 via the serial port interface 46 .
  • program modules depicted relative to the personal computer 20 may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • the present invention is directed to a way to integrate an authentication mechanism into request and response messages under the Session Initiation Protocol (SIP) to enable end-to-end authentication.
  • SIP Session Initiation Protocol
  • a SIP node that receives a SIP request message from another SIP node can verify the identity of the user of the SIP node that sent the message, and vice versa.
  • SIP node means a SIP application running on a computing device, which may operate as a SIP client or a server.
  • FIG. 2 shows an exemplary session initiation operation in which a user 76 (e.g., “Ann”) of a SIP client 72 wants to initiate a communication session with another user 80 (e.g., “Bob”). To that end, the SIP client 72 sends an INVITE request message 82 that identifies Bob as the intended recipient for the INVITE request.
  • a user 76 e.g., “Ann”
  • another user 80 e.g., “Bob”.
  • the SIP client 72 sends an INVITE request message 82 that identifies Bob as the intended recipient for the INVITE request.
  • the SIP client 72 that sends the INVITE message 82 to initiate a session is referred to as the “caller,” and the SIP client 86 on Bob's computer 84 that ultimately receives the INVITE message is referred to as the “callee.”
  • the SIP client 72 is also called a “user agent client” (UAC) as it creates a new request, and the SIP client 86 is also called a “user agent server” (UAS) as it generates a response 90 to a SIP request.
  • UAC user agent client
  • UAS user agent server
  • the INVITE message 82 from Ann is sent to an outbound proxy server 92 for the caller SIP client's domain. Thereafter, the INVITE message may be passed through multiple SIP proxies involved in the signaling operation before it reaches the SIP proxy server 96 of Bob's domain. The SIP proxy 96 then forwards the INVITE message to the SIP client 86 (the “callee”) of Bob's computer. Bob, however, may want to ensure that the INVITE message is really from Ann before accepting the call. In other words, the SIP client 86 has to first “authenticate” the user, in this case Ann, that sent the INVITE message.
  • the end-to-end authentication between the sender and receiver of a SIP request is enabled by including in the SIP request message a digital signature of the sender, and using, by the SIP client receiving the request, a “public-key certificate” 102 of the sender to verify the digital signature, thereby authenticating the sender of the SIP request.
  • the certificate-based end-to-end authentication may also be applied in the reverse direction for the SIP client 72 that sent the request 82 to authenticate the user 80 of the recipient SIP client 86 .
  • a public-key certificate (hereinafter abbreviated as “certificate”) is a digitally signed statement from one entity saying that the public key of another entity (which can be a person, a computing device, or even an application) has some specific value.
  • the certificate may also provide some other information about the owner of the public key.
  • the entity that signs the certificate is called a Certificate Authority (CA).
  • FIG. 2 shows a Certificate Authority 106 from which the user 76 of the sending SIP client obtains a public-key certificate 102 .
  • a widely used standard for certificates is the X.509 v.3 standard, which defines what information may go into a certificate and the data format for such information.
  • An X.509 certificate includes, among other things, an Issuer Name (the name of the CA), a Subject Name (the name of the entity whose public key the certificate identifies), a Subject Public Key Information (which includes the public key of the entity), and a digital signature by the CA.
  • the certificates used in the end-to-end authentication scheme according to the invention are X.509 certificates.
  • the SIP client 72 When the SIP client 72 sends the INVITE message 82 , it includes in the message a digital signature 100 that is generated using a private key of the user. As shown in FIG. 2 , the user Ann has a public key 110 and the associated private key 112 . Likewise, the user Bob has a public key 116 and an associated private key 118 . Typically, the process of generating the digital signature 100 involves generating a one-way hash (or digest) from selected portions of the SIP message, and encoding the hash with the private key 112 to produce the digital signature 100 . Besides the digital signature, the SIP message 82 may also include a certificate 102 of the sender that contains the public key corresponding to the private key 112 used to generate the signature 100 .
  • the SIP request message may be encrypted using a public key 116 of the intended recipient of the message (Bob in this example).
  • the sender may encrypt the message with a session key, encrypt the session key with a public key of the intended recipient, sign the encrypted session key with her own private key, and include the session key in the SIP packet.
  • the session key may be used only once for this session, or be established such that it can be used for a longer lifetime.
  • the “SIP method” in the request message 82 is “INVITE,” the certificate-based authentication scheme is equally applicable to the non-INVITE SIP requests.
  • the callee SIP client 86 uses a certificate 102 of the sender associated with the private-public key pair of the sender to verify the digital signature 100 that came with the SIP request.
  • the authentication process involves using the public key 110 of the sender 76 to decrypt the digital signature of the sender into a first hash value, generating a second hash value from those portions of the SIP message used by the sender to generate the digital signature, and comparing the two hash values. If they match, the recipient knows that the public key provided by the sender matches the private key used to generate the signature.
  • the request message includes a portion encrypted with the public key of the user 80 , the SIP client 86 uses the private key 118 of the user to decrypt the encrypted data 120 .
  • the matching of the hash values only establishes that the message was signed with a private key that corresponds to the public key.
  • the true identity of the owner of the public key is provided by the certificate 102 .
  • a match between the hash values indicates that the public key is associated with the private key used to generate the digital signature, and the certificate, if it can be believed, says who the owner of the public key is.
  • the owner of the public key 110 as identified by the certificate 102 is the sender of the SIP request message 82 as identified in the message, the SIP client (UAS) 86 has proven that the request is from the identified sender, i.e., the sender has been authenticated. The SIP client 86 can then decide to accept or reject the request.
  • the receiver of the signed request has to trust the validity of the sender's certificate 102 .
  • the receiver has to know that the Certificate Authority (CA) 106 that signed the sender's certificate 102 is itself trustworthy.
  • the CA's signature may be authenticated using a certificate 124 issued to the CA by a higher level CA.
  • the validation of a user's certificate 102 typically requires a chain of certificates, with a “root” certificate 126 at the top of the chain issued by a global root-level CA, such as Verisign or Thawte, etc.
  • the SIP client 86 When the SIP client 86 receives the request message 82 , it constructs a list 122 of those certificates in the certificate chain of the sender's certificate 102 . It then obtains all the certificates in the list it needs for verifying the validity of the sender's certificate.
  • the SIP client 86 may obtain the sender's certificate and/or other certificates in the certificate chain required for verifying the validity of the sender's certificate. For instance, if the SIP message 82 includes a certificate 102 of the sender, the SIP client 86 extracts that certificate and uses it to authenticate the sender of the message. If, however, a certificate is not included in the SIP message 82 , the SIP client 86 may obtain a certificate of the sender identified in the SIP request from a public directory 128 or other places on the network that publish certificates. As shown in FIG. 2 , the public directory 128 maintains a certificate store 132 containing certificates issued to different users, and those certificates can be retrieved and sent to a SIP client upon request.
  • the computer 84 of the receiving SIP client 86 may also maintain a private certificate store 136 that maintains copies of certificates of different users that have been previously provided to or obtained by the computer. These certificates may include certificates of users of the machine 84 of the SIP client 86 as well as certificates of users of machines that the SIP client 86 has communicated with.
  • the SIP client 86 when the SIP client 86 receives the request message 82 , it first checks the local certificate store 136 to see whether the store contains a certificate of the sender or the other certificates in the certificate chain. It then builds a list of those certificates in the certificate chain that are not found in the certificate store, and tries to obtain those missing certificates from the public directory 128 or other sources.
  • the user 76 of the sending SIP client 72 has to first obtain a certificate for her public key. To that end, in one implementation, the user 72 first generates a random pair of public and private keys, and sends the public key 110 to the Certificate Authority 106 . After confirming the user's identity and other information, the CA 106 signs the public key and other information with its own private key, and puts the digital signature in a certificate 102 and sends the certificate to the user. This certificate is then stored with the associated private key 112 in the certificate store 140 on the computer 142 .
  • the SIP client 72 may also register the certificate 102 with a SIP registrar 146 , which may publish the certificate to other SIP registrars in the SIP network to allow retrieval of the certificate by other SIP clients.
  • a SIP registrar 146 may publish the certificate to other SIP registrars in the SIP network to allow retrieval of the certificate by other SIP clients.
  • the registrar can hand out the same certificate of the user to multiple client machines that the user may use. This enables the user to use the same public/private key pair and the associated certificate regardless of which client machine she is using.
  • the SIP client 72 When the SIP client 72 needs to send a request message with a digital signature, it checks the certificate store 140 to see whether the store contains a certificate of the user 76 . If none is found in the store, the SIP client 72 may prompt the user 76 to provide a certificate that she wants to use. Alternatively, if there are multiple certificates of the user in the certificate store, the SIP client may ask the user to select one to use.
  • the “Subject Name” of the certificate 102 should correspond to the user's name or SIP address as in the “From” header of the SIP request 82 .
  • the “key usage” property of the selected certificate should allow it to be used for “Digital Signature” and/or for “Key Encipherment” encryption.
  • this design does not limit the user to using a single key for both signing and encrypting. Rather, multiple certificates and key pairs may be used as long as the key certificate are properly identified for the verifying entity, which may be either the intended recipient of the signed packet or an intermediate SIP entity.
  • the SIP client 72 also needs the certificate 102 of the recipient so that the message can be encrypted using the public key 116 of the recipient, or the message can be encrypted with a session key and the session key encrypted with the public key of the recipient.
  • the recipient's certificate is also needed if the recipient is required to sign the response 90 and other messages.
  • the SIP client 7 of the sender 76 may also have to obtain certificates in the recipient's certificate chain.
  • the digital signature 100 is included in an Authorization header 150 of the SIP message 82 as defined in the SIP specification.
  • the Authorization header 150 is of a newly defined type referred to herein as the Public Key Cryptography Standards (PKCS) type (mainly for the reason that the PKCS model is used for formatting the binary data).
  • PKCS Public Key Cryptography Standards
  • the SIP request 82 with the digital signature 100 in the Authorization header 150 may be sent after receiving a challenge by the receiving SIP client to an initial request message.
  • the sending SIP client first sends an INVITE request message 152 without a signature.
  • the intermediate SIP proxies are omitted from this diagram.
  • the SIP client 86 receives the unsigned INVITE message 152 , it decides that authentication of the sender is required, and sends a code 401 response message 156 as defined by the SIP specification to challenge the sending SIP client 72 to provide data for authentication of the user 76 .
  • the 401 -challenge message includes a WWW-Authenticate header 160 in accordance with the SIP specification.
  • This WWW-Authenticate header 160 is of a new type and is, like the Authenticate header mentioned above, hereinafter referred to as the PKCS type
  • the value of the qop (“quality of protection”) field may be “auth” for authentication (singing (by the sender) only the digest without signing the headers following this header or the body), “auth-int” for authentication with integrity (signing data including following headers and the body), and “auth-conf” for authentication with confidentiality (auth-int plus encryption).
  • auth-conf an encryption header is generated and the body is encrypted, and the encryption header and the encrypted body are signed across. The signature and related authentication data are then included in an Authentication header that is placed above the encrypted data.
  • An example of the WWW-Authenticate header for PKCS is provided below.
  • the SIP client 72 sends a second INVITE request 82 that includes a digital signature 100 contained in the Authorization header 150 of the SIP message.
  • the PKCS-signature field provides the digital signature generated using the private key of the user 76 .
  • An example of the Authorization header is provided below.
  • the signature is a Base64 encoded signature of a message hash and is added after the hash is calculated from the message.
  • the signature is computed, in order, across the nonce and nonce count (if present), request method, request version, and header fields following the Authorization header, and the message body.
  • headers in the SIP message are ordered so as to put all those headers excluded from the signature calculation before the Authorization header. Whether a header should be included in the signature or not may depend on whether it will be modified by the SIP proxy. For instance, headers that should or must be modified by the SIP proxy should not be included in the signature, while those headers that must not be modified by the SIP proxy should be included in the signature.
  • the SIP request message may optionally include the certificate of the sender by using a “certificate” field or tag in the Authorization header 150 .
  • the SIP client 86 when the SIP client 86 receives the second INVITE request 82 that contains the digital signature, it authenticates the sender by verifying the digital signature using the sender's certificate as described above. If the sender authentication is successful, the SIP client 86 sends a code 200 OK message 162 to the sending SIP client 72 to indicate that the request 82 is accepted.
  • the sender may encrypt the SIP request message with the public key of the recipient.
  • sender may encrypt the SIP request with a session key and encrypt the session key with the public key of the recipient.
  • the “EncryptionKey” field identifies the certificate for the public key of the recipient that the sender uses to encrypt the data, so that the recipient knows which private key to use for decryption in case they have more than one.
  • SIP messaging is used to establish sessions in which a large amount of data, such as data for instant messaging or media streams, are to be transmitted in encrypted form.
  • a session key for symmetric encryption may be generated by either of the SIP clients for symmetric encryption of the data, which may be orders of magnitude faster than public key encryption.
  • the SIP client 72 that sends the SIP request 82 may generate a symmetric key and encrypt it with the public key 116 of the recipient and include the encrypted key 166 as part of the Authorization header 150 .
  • the SIP client 86 of the recipient may include the encrypted symmetric key in the 200 OK response 162 to the SIP client 72 . If a session key is used for data encryption, the “SessionKey” field in the Authorization header contains the encoded session key.
  • certificate-based authentication scheme for SIP in accordance with the invention can be used not only for the challenge and the authentication between an end SIP client the a request sender to an end SIP client, but also for the challenge and authentication of the request sender to between an intermediate entity (e.g., SIP proxy 96 of FIG. 2 ) working on a client's behalf and the sender.
  • an intermediate entity e.g., SIP proxy 96 of FIG. 2
  • an intermediate SIP entity 202 when an intermediate SIP entity 202 receives an unsigned SIP request 198 and wants to challenges the sender 76 for authentication, it sends a “Code 407 ” challenge packet 206 (in accordance with the SIP specification) that includes a Proxy-Authenticate header 208 requesting certificate-based authentication.
  • the fields of this Proxy-Authentication header with the exception of the header title, have the same syntax as that of the WWW-Authenticate header described above.
  • the sender In respond to the 407 challenge, the sender sends a signed request 210 that contains a Proxy-Authorization header 212 , which has the same syntax for its fields as the Authorization header described above.
  • the response-challenge sequence described above may be used for requests other than the INVITE request. For instance, as shown in FIG. 5 , it may be used when the SIP client 72 registers with a SIP registrar 146 .
  • the SIP client 72 first sends an unsigned REGISTER request 170 to the SIP registrar 146 .
  • the SIP registrar responds by sending a “Code 401 ” challenge message 172 with a WWW-Authenticate header to indicate to the SIP client that authentication using the public key scheme is required.
  • the SIP client 72 then sends a second REGISTER request 174 with an Authorization header containing a digital signature to the SIP registrar 146 . After authenticating the SIP client based on the digital signature, the SIP registrar returns a 200 OK message 180 .
  • the SIP client 72 may sign an initial SIP request 182 sent to the receiving SIP client 86 .
  • the SIP client 86 authenticates the sender of the request based on the digital signature in the message, and returns a 200 OK message 184 if the sender is successfully authenticated.
  • the SIP request is SUBSCRIBE
  • a user with the SIP address of jbuch@microsoft.com subscribes to another user with the SIP address of roberbr@microsoft.com.
  • the latter requires authentication, so a certificate challenge is made, and jbuch responds by sending the SUBSCRIBE message with a signature for authentication.
  • the following shows the exemplary SIP messages involved in the exchange. For simplicity and clarity of illustration, the messages are simplified to show only stripped-down versions of the headers.
  • the SIP method is “MESSAGE,” and a user dsimons@microsoft.com is sending a message to the user roberbr@microsoft.com, but roberbr requires authentication and sends a 401 challenge. The user dsimons then resends the MESSAGE request with a digital signature for authentication.
  • MESSAGE roberbr3.ntdev.microsoft.com SIP/2.0 From: dsimons@microsoft.com To: roberbr@microsoft.com ... Where do you want to go today? ---------------------------------------------------- SIP/2.0 401 Unauthorized From: dsimons@microsoft.com To: roberbr@microsoft.com ...
  • the user jbuch@microsoft.com sends another user vlade@microsoft.com an encrypted message that is encrypted using vlade's public key.
  • the certificate for jbuch already has vlade's certificate, which may have been passed already with an earlier SIP signature or received from the network directory, etc.
  • MESSAGE vlade004.ntdev.microsoft.com SIP/2.0 From: jbuch@microsoft.com To: vlade@microsoft.com ...
  • the digital signature may be carried in the message body of the SIP request.
  • the message body of the SIP message is constructed according the Secure/Multipurpose Internet Mail Extensions (S/MIME) standard.
  • S/MIME Secure/Multipurpose Internet Mail Extensions
  • the S/MIME standard is described in IETF RFC 2633 entitled “S/MIME Version 3 Message Specification.” It provides a method to send and receive secure MIME messages by using public-key certificates.
  • the handling of certificates in connection with S/MIME is described in IETF RFC 2632 entitled “S/MIME Version 3 Certificate Handling.” These RFCs are hereby incorporated by reference.
  • the S/MIME message body 190 of the SIP request message 192 includes a digital signal 200 generated using the user's private key and may optionally include a certificate 102 of the user.
  • the S/MIME body 190 may also be encrypted.
  • the sending SIP client 72 sends the SIP request message 192 containing the S/MIME message body 190 to the receiving SIP client 86 .
  • the receiving SIP client 86 retrieves the digital signature 200 from the message body and authenticates the sender based on the digital signature and the certificate of the sender. If the message body 192 is encrypted, the SIP client 86 uses the private key of the recipient to decrypt the encrypted data.
  • S/MIME messages are a combination of MIME bodies and Cryptographic Message Syntax (CMS) objects.
  • the data to be secured is a canonical MIME entity.
  • the MIME entity and other data, such as certificates and algorithm identifiers, are given to CMS processing facilities that produce a CMS object.
  • the CMS object is then finally wrapped in MIME.
  • the S/MIME standard defines two MIME types for signed messages: “application/pkcs7-mime” with signedData, and “multipart/signed.”
  • the application/pkcs7-mime type is used to carry CMS objects of several types including signedData and envelopedData.
  • the multipart/signed format is a clear-signing format that contains a plain MIME entity with a “detached signature.”
  • An S/MIME message body may include multiple blocks, each of which has a “content-type” identifying the MIME format of that block.
  • the signature covers at least the SIP method and version number, the “To” header, Call-ID, and Cseq. If the SIP message is to be encrypted, preferably all the fields that SIP proxies do not need to have access to are encrypted.
  • SIP requests are provided below to illustrate the use of a S/MIME message body in a SIP request for carrying a digital signature and/or encrypted data.
  • the first example uses the “multipart/signed” format, in which the regular SIP headers of the request are placed in a text/plain MIME entity, and the digital signature is in a separate part of message body.
  • the application/pkcs7-mime format is used to carry the digital signature.
  • REGISTER Contact: sip:jbuch@ 157.59.135.51:5060 ------ _NextPart_000_0003_01C0F8A6.B926A0F0
  • the third example of SIP with S/MIME illustrates a SIP request with encryption.
  • the “multipart/encrypted” format is used to carry the encrypted data.
  • Authorization: SMIME ------ _NextPart_000_0003_01C0F8A6.B926A0F0 Content-Type: TYPE??/STYPE??

Abstract

End-to-end authentication capability based on public-key certificates is combined with the Session Initiation Protocol (SIP) to allow a SIP node that receives a SIP request message to authenticate the sender of request. The SIP request message is sent with a digital signature generated with a private key of the sender and may include a certificate of the sender. The SIP request message my also be encrypted with a public key of the recipient. After receiving the SIP request, the receiving SIP node obtains a certificate of the sender and authenticates the sender based on the digital signature. The digital signature may be included in an Authorization header of the SIP request, or in a multipart message body constructed according to the S/MIME standard.

Description

    CROSS-REFERENCE TO RELATED APPLICATION
  • This application is a continuation of U.S. patent application Ser. No. 10/151,575, filed May 17, 2002, which is incorporated herein by reference in its entirety.
  • TECHNICAL FIELD
  • This invention relates generally to communications between devices over a computer network, and more particularly to the integration of an end-to-end authentication mechanism into network communications using the Session Initiation Protocol (SIP) to enable end-to-end authentication of SIP messages.
  • BACKGROUND OF THE INVENTION
  • The Session Initiation Protocol (SIP) is a signaling protocol that provides a mechanism for a computing device to locate another device it wants to communicate with over a computer network and to establish a communication session therewith. In this context, the first device is typically referred to as the “caller,” the second device as the “callee,” and both are “SIP clients.” SIP is a versatile protocol and has been used for establishing communication sessions in many different scenarios. For instance, SIP is used for Internet conferencing, telephony, presence, event notification, and instant messaging. An important strength of SIP is its support of personal mobility by providing the ability to reach a called party (user) under a single location-independent address even when the called party has moved to a different computer.
  • One common mode of session initiation operation under the SIP is the “proxy mode.” In this mode, the caller sends an INVITE message identifying the intended callee by an e-mail like address. This INVITE message is typically first sent to an outbound SIP proxy of the caller SIP client. The outbound SIP proxy then forwards the INVITE message, often through other intermediate SIP proxies, to a SIP proxy with which the callee has registered, which then sends the INVITE to the callee. The acceptance message (“200 OK”) of the callee is returned through the signaling chain to the caller, which can then communicate with the callee through a media channel that is typically different from the signaling channel. Because of the important role of the SIP proxies in the session initiation operations, several client-server authentication mechanisms have been proposed for use with SIP for authentication between SIP clients and SIP proxies.
  • One existing problem with SIP is that it has a two-tier routing system that requires both a Directory Naming Service (DNS) and a registration database to provide routing information. This two-tier system makes it difficult for the end users to authenticate each other. Traditional authentication schemes proposed for use with SIP for client-server authentication do not effectively address this problem. For instance, the DIGEST and NTLM mechanisms require the use of user passwords, which is not suitable for user-to-user authentication. The Kerboros scheme, another proposed client-server authentication mechanism for SIP, typically employs domain-based ticket-granting agents and is difficult to deploy in cross-domain communications. Currently, there is no provision for a way that uses standard-based technology to allow authentication between end users that communicate under the SIP protocol.
  • SUMMARY OF THE INVENTION
  • In view of the foregoing, the present invention provides a way for SIP parties to perform end-to-end user authentication by integrating the use of public-key certificates with SIP request messages. When a SIP node sends out a SIP request message, it includes in the request message a digital signature generated using a private key of the user of the sending SIP node and optionally a certificate for the public key associated with that private key. The SIP message may also be encrypted using the public key of the intended recipient of the SIP request message. When the SIP node, which may be an end client or an intermediate SIP server, of the intended recipient receives the SIP request message, it uses the digital signature and the sender's certificate, which may be obtained from another source or retrieved from the SIP message if it includes one, to authenticate the sender and at the same time confirms the integrity of the message.
  • One scheme in accordance with the invention for including the digital signature in the SIP message is to create a header, such as a new Authorization (for an end client) or Proxy Authorization header (for an intermediate SIP server), in the SIP message for carrying the signature and optionally the certificate. An alternative scheme in accordance with the invention for carrying a digital signature in the SIP request is to include the signature and optionally the certificate and encrypted data in the multipart message body of the SIP request message, preferably formatted according to the Secure/Multipurpose Internet Mail Extensions (S/MIME) standard.
  • The sending SIP client may send the SIP request message containing the signature after receiving a challenge from the receiving SIP node in response to an initial unsigned SIP request sent by the sending SIP node. Alternatively, the sending client may include the digital signature in an initial SIP request message directly without waiting to be challenged.
  • While the appended claims set forth the features of the present invention with particularity, the invention, together with its objects and advantages, may be best understood from the following detailed description taken in conjunction with the accompanying drawings.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • FIG. 1 is a block diagram generally illustrating an exemplary computer system on which the present invention may be implemented;
  • FIG. 2 is a schematic diagram illustrating two Session Initiation Protocol (SIP) clients that use a digital signature included in a SIP request message and the request sender's public-key certificate for end-to-end authentication;
  • FIG. 3 is a schematic diagram showing a chain of certificates;
  • FIG. 4 is a schematic diagram showing a challenge-response sequence of SIP messages in which a SIP client sends a SIP request message with an Authorization header containing a digital signature for a receiving SIP client to authenticate the sender;
  • FIG. 5 is a schematic diagram showing a challenge-response sequence of SIP messages between a SIP client and a SIP registrar;
  • FIG. 6 is a schematic diagram showing a SIP client sending a SIP request message with a digital signature to a receiving SIP client; and
  • FIG. 7 is a schematic diagram showing a SIP client sending a SIP request having a S/MIME message body carrying a digital signature to a receiving SIP client.
  • FIG. 8 is a schematic diagram illustrating challenge and authentication of a request sender between an intermediate entity working on the client's behalf and the sender.
  • DETAIL DESCRIPTION OF THE INVENTION
  • Turning to the drawings, wherein like reference numerals refer to like elements, the invention is illustrated as being implemented in a suitable computing environment. Although not required, the invention will be described in the general context of computer-executable instructions, such as program modules, being executed by a personal computer. Generally, program modules include routines, programs, objects, components, data structures, etc. that perform particular tasks or implement particular abstract data types. Moreover, those skilled in the art will appreciate that the invention may be practiced with other computer system configurations, including hand-held devices, multi-processor systems, microprocessor-based or programmable consumer electronics, network PCs, minicomputers, mainframe computers, and the like. The invention may be practiced in distributed computing environments where tasks are performed by remote processing devices that are linked through a communications network. In a distributed computing environment, program modules may be located in both local and remote memory storage devices.
  • The following description begins with a description of a general-purpose computing device that may be used in an exemplary system for implementing the invention, and the invention will be described in greater detail with reference to FIGS. 2-7. Turning now to FIG. 1, a general purpose computing device is shown in the form of a conventional personal computer 20, including a processing unit 21, a system memory 22, and a system bus 23 that couples various system components including the system memory to the processing unit 21. The system bus 23 may be any of several types of bus structures including a memory bus or memory controller, a peripheral bus, and a local bus using any of a variety of bus architectures. The system memory includes read only memory (ROM) 24 and random access memory (RAM) 25. A basic input/output system (BIOS) 26, containing the basic routines that help to transfer information between elements within the personal computer 20, such as during start-up, is stored in ROM 24. The personal computer 20 further includes a hard disk drive 27 for reading from and writing to a hard disk 60, a magnetic disk drive 28 for reading from or writing to a removable magnetic disk 29, and an optical disk drive 30 for reading from or writing to a removable optical disk 31 such as a CD ROM or other optical media.
  • The hard disk drive 27, magnetic disk drive 28, and optical disk drive 30 are connected to the system bus 23 by a hard disk drive interface 32, a magnetic disk drive interface 33, and an optical disk drive interface 34, respectively. The drives and their associated computer-readable media provide nonvolatile storage of computer readable instructions, data structures, program modules and other data for the personal computer 20. Although the exemplary environment described herein employs a hard disk 60, a removable magnetic disk 29, and a removable optical disk 31, it will be appreciated by those skilled in the art that other types of computer readable media which can store data that is accessible by a computer, such as magnetic cassettes, flash memory cards, digital video disks, Bernoulli cartridges, random access memories, read only memories, storage area networks, and the like may also be used in the exemplary operating environment.
  • A number of program modules may be stored on the hard disk 60, magnetic disk 29, optical disk 31, ROM 24 or RAM 25, including an operating system 35, one or more applications programs 36, other program modules 37, and program data 38. A user may enter commands and information into the personal computer 20 through input devices such as a keyboard 40 and a pointing device 42. Other input devices (not shown) may include a microphone, joystick, game pad, satellite dish, scanner, or the like. These and other input devices are often connected to the processing unit 21 through a serial port interface 46 that is coupled to the system bus, but may be connected by other interfaces, such as a parallel port, game port or a universal serial bus (USB) or a network interface card. A monitor 47 or other type of display device is also connected to the system bus 23 via an interface, such as a video adapter 48. In addition to the monitor, personal computers typically include other peripheral output devices, not shown, such as speakers and printers.
  • The personal computer 20 may operate in a networked environment using logical connections to one or more remote computers, such as a remote computer 49. The remote computer 49 may be another personal computer, a server, a router, a network PC, a peer device or other common network node, and typically includes many or all of the elements described above relative to the personal computer 20, although only a memory storage device 50 has been illustrated in FIG. 1. The logical connections depicted in FIG. 1 include a local area network (LAN) 51 and a wide area network (WAN) 52. Such networking environments are commonplace in offices, enterprise-wide computer networks, intranets and the Internet.
  • When used in a LAN networking environment, the personal computer 20 is connected to the local network 51 through a network interface or adapter 53. When used in a WAN networking environment, the personal computer 20 typically includes a modem 54 or other means for establishing communications over the WAN 52. The modem 54, which may be internal or external, is connected to the system bus 23 via the serial port interface 46. In a networked environment, program modules depicted relative to the personal computer 20, or portions thereof, may be stored in the remote memory storage device. It will be appreciated that the network connections shown are exemplary and other means of establishing a communications link between the computers may be used.
  • In the description that follows, the invention will be described with reference to acts and symbolic representations of operations that are performed by one or more computers, unless indicated otherwise. As such, it will be understood that such acts and operations, which are at times referred to as being computer-executed, include the manipulation by the processing unit of the computer of electrical signals representing data in a structured form. This manipulation transforms the data or maintains it at locations in the memory system of the computer, which reconfigures or otherwise alters the operation of the computer in a manner well understood by those skilled in the art. The data structures where data is maintained are physical locations of the memory that have particular properties defined by the format of the data. However, while the invention is being described in the foregoing context, it is not meant to be limiting as those of skill in the art will appreciate that various of the acts and operations described hereinafter may also be implemented in hardware.
  • Referring now to FIG. 2, the present invention is directed to a way to integrate an authentication mechanism into request and response messages under the Session Initiation Protocol (SIP) to enable end-to-end authentication. With the end-to-end authentication mechanism, a SIP node that receives a SIP request message from another SIP node can verify the identity of the user of the SIP node that sent the message, and vice versa. As used herein, the term “SIP node” means a SIP application running on a computing device, which may operate as a SIP client or a server.
  • By way of example, FIG. 2 shows an exemplary session initiation operation in which a user 76 (e.g., “Ann”) of a SIP client 72 wants to initiate a communication session with another user 80 (e.g., “Bob”). To that end, the SIP client 72 sends an INVITE request message 82 that identifies Bob as the intended recipient for the INVITE request. In the context of communications under the SIP protocol, the SIP client 72 that sends the INVITE message 82 to initiate a session is referred to as the “caller,” and the SIP client 86 on Bob's computer 84 that ultimately receives the INVITE message is referred to as the “callee.” As defined in SIP, the SIP client 72 is also called a “user agent client” (UAC) as it creates a new request, and the SIP client 86 is also called a “user agent server” (UAS) as it generates a response 90 to a SIP request.
  • As shown in FIG. 2, the INVITE message 82 from Ann is sent to an outbound proxy server 92 for the caller SIP client's domain. Thereafter, the INVITE message may be passed through multiple SIP proxies involved in the signaling operation before it reaches the SIP proxy server 96 of Bob's domain. The SIP proxy 96 then forwards the INVITE message to the SIP client 86 (the “callee”) of Bob's computer. Bob, however, may want to ensure that the INVITE message is really from Ann before accepting the call. In other words, the SIP client 86 has to first “authenticate” the user, in this case Ann, that sent the INVITE message.
  • In accordance with the invention, the end-to-end authentication between the sender and receiver of a SIP request is enabled by including in the SIP request message a digital signature of the sender, and using, by the SIP client receiving the request, a “public-key certificate” 102 of the sender to verify the digital signature, thereby authenticating the sender of the SIP request. The certificate-based end-to-end authentication may also be applied in the reverse direction for the SIP client 72 that sent the request 82 to authenticate the user 80 of the recipient SIP client 86. A public-key certificate (hereinafter abbreviated as “certificate”) is a digitally signed statement from one entity saying that the public key of another entity (which can be a person, a computing device, or even an application) has some specific value. The certificate may also provide some other information about the owner of the public key. The entity that signs the certificate is called a Certificate Authority (CA). For instance, FIG. 2 shows a Certificate Authority 106 from which the user 76 of the sending SIP client obtains a public-key certificate 102. A widely used standard for certificates is the X.509 v.3 standard, which defines what information may go into a certificate and the data format for such information. The X.509 v.3 standard is described, for instance, in the Internet Engineering Task Force (IETF) Request for Comments (RFC) 2315, which is hereby incorporated by reference. An X.509 certificate includes, among other things, an Issuer Name (the name of the CA), a Subject Name (the name of the entity whose public key the certificate identifies), a Subject Public Key Information (which includes the public key of the entity), and a digital signature by the CA. In a preferred embodiment, the certificates used in the end-to-end authentication scheme according to the invention are X.509 certificates.
  • When the SIP client 72 sends the INVITE message 82, it includes in the message a digital signature 100 that is generated using a private key of the user. As shown in FIG. 2, the user Ann has a public key 110 and the associated private key 112. Likewise, the user Bob has a public key 116 and an associated private key 118. Typically, the process of generating the digital signature 100 involves generating a one-way hash (or digest) from selected portions of the SIP message, and encoding the hash with the private key 112 to produce the digital signature 100. Besides the digital signature, the SIP message 82 may also include a certificate 102 of the sender that contains the public key corresponding to the private key 112 used to generate the signature 100. Moreover, the SIP request message may be encrypted using a public key 116 of the intended recipient of the message (Bob in this example). Alternatively, the sender may encrypt the message with a session key, encrypt the session key with a public key of the intended recipient, sign the encrypted session key with her own private key, and include the session key in the SIP packet. The session key may be used only once for this session, or be established such that it can be used for a longer lifetime. It will be appreciated that although in the example of FIG. 2 the “SIP method” in the request message 82 is “INVITE,” the certificate-based authentication scheme is equally applicable to the non-INVITE SIP requests.
  • When the callee SIP client 86 receives the SIP request message 82 containing the signature 100, it uses a certificate 102 of the sender associated with the private-public key pair of the sender to verify the digital signature 100 that came with the SIP request. Typically, the authentication process involves using the public key 110 of the sender 76 to decrypt the digital signature of the sender into a first hash value, generating a second hash value from those portions of the SIP message used by the sender to generate the digital signature, and comparing the two hash values. If they match, the recipient knows that the public key provided by the sender matches the private key used to generate the signature. If the request message includes a portion encrypted with the public key of the user 80, the SIP client 86 uses the private key 118 of the user to decrypt the encrypted data 120.
  • The matching of the hash values, however, only establishes that the message was signed with a private key that corresponds to the public key. The true identity of the owner of the public key is provided by the certificate 102. In other words, a match between the hash values indicates that the public key is associated with the private key used to generate the digital signature, and the certificate, if it can be believed, says who the owner of the public key is. If the owner of the public key 110 as identified by the certificate 102 is the sender of the SIP request message 82 as identified in the message, the SIP client (UAS) 86 has proven that the request is from the identified sender, i.e., the sender has been authenticated. The SIP client 86 can then decide to accept or reject the request.
  • For the public-key authentication scheme to work, the receiver of the signed request has to trust the validity of the sender's certificate 102. In other words, the receiver has to know that the Certificate Authority (CA) 106 that signed the sender's certificate 102 is itself trustworthy. To that end, the CA's signature may be authenticated using a certificate 124 issued to the CA by a higher level CA. Thus, as shown in FIG. 3, the validation of a user's certificate 102 typically requires a chain of certificates, with a “root” certificate 126 at the top of the chain issued by a global root-level CA, such as Verisign or Thawte, etc. When the SIP client 86 receives the request message 82, it constructs a list 122 of those certificates in the certificate chain of the sender's certificate 102. It then obtains all the certificates in the list it needs for verifying the validity of the sender's certificate.
  • There are different ways for the SIP client 86 to obtain the sender's certificate and/or other certificates in the certificate chain required for verifying the validity of the sender's certificate. For instance, if the SIP message 82 includes a certificate 102 of the sender, the SIP client 86 extracts that certificate and uses it to authenticate the sender of the message. If, however, a certificate is not included in the SIP message 82, the SIP client 86 may obtain a certificate of the sender identified in the SIP request from a public directory 128 or other places on the network that publish certificates. As shown in FIG. 2, the public directory 128 maintains a certificate store 132 containing certificates issued to different users, and those certificates can be retrieved and sent to a SIP client upon request.
  • The computer 84 of the receiving SIP client 86 may also maintain a private certificate store 136 that maintains copies of certificates of different users that have been previously provided to or obtained by the computer. These certificates may include certificates of users of the machine 84 of the SIP client 86 as well as certificates of users of machines that the SIP client 86 has communicated with. In a preferred embodiment, when the SIP client 86 receives the request message 82, it first checks the local certificate store 136 to see whether the store contains a certificate of the sender or the other certificates in the certificate chain. It then builds a list of those certificates in the certificate chain that are not found in the certificate store, and tries to obtain those missing certificates from the public directory 128 or other sources.
  • In order to use the public-key cryptography scheme for authentication, the user 76 of the sending SIP client 72 has to first obtain a certificate for her public key. To that end, in one implementation, the user 72 first generates a random pair of public and private keys, and sends the public key 110 to the Certificate Authority 106. After confirming the user's identity and other information, the CA 106 signs the public key and other information with its own private key, and puts the digital signature in a certificate 102 and sends the certificate to the user. This certificate is then stored with the associated private key 112 in the certificate store 140 on the computer 142. The SIP client 72 may also register the certificate 102 with a SIP registrar 146, which may publish the certificate to other SIP registrars in the SIP network to allow retrieval of the certificate by other SIP clients. In this regard, if the certificate and private key are transported up as a PKCS#12 package (or another type of secured package), the registrar can hand out the same certificate of the user to multiple client machines that the user may use. This enables the user to use the same public/private key pair and the associated certificate regardless of which client machine she is using.
  • When the SIP client 72 needs to send a request message with a digital signature, it checks the certificate store 140 to see whether the store contains a certificate of the user 76. If none is found in the store, the SIP client 72 may prompt the user 76 to provide a certificate that she wants to use. Alternatively, if there are multiple certificates of the user in the certificate store, the SIP client may ask the user to select one to use. Generally, the “Subject Name” of the certificate 102 should correspond to the user's name or SIP address as in the “From” header of the SIP request 82. Also, the “key usage” property of the selected certificate should allow it to be used for “Digital Signature” and/or for “Key Encipherment” encryption. It should be noted that this design does not limit the user to using a single key for both signing and encrypting. Rather, multiple certificates and key pairs may be used as long as the key certificate are properly identified for the verifying entity, which may be either the intended recipient of the signed packet or an intermediate SIP entity.
  • If the SIP request message 82 is to be encrypted, the SIP client 72 also needs the certificate 102 of the recipient so that the message can be encrypted using the public key 116 of the recipient, or the message can be encrypted with a session key and the session key encrypted with the public key of the recipient. The recipient's certificate is also needed if the recipient is required to sign the response 90 and other messages. To verify the recipient's digital signature, the SIP client 7 of the sender 76 may also have to obtain certificates in the recipient's certificate chain.
  • There are different ways to include digital signatures and certificates in the SIP request and response messages for end-to-end authentication. Referring now to FIG. 4, in one embodiment, the digital signature 100 is included in an Authorization header 150 of the SIP message 82 as defined in the SIP specification. The Authorization header 150 is of a newly defined type referred to herein as the Public Key Cryptography Standards (PKCS) type (mainly for the reason that the PKCS model is used for formatting the binary data).
  • The SIP request 82 with the digital signature 100 in the Authorization header 150 may be sent after receiving a challenge by the receiving SIP client to an initial request message. As illustrated in FIG. 4, the sending SIP client first sends an INVITE request message 152 without a signature. For simplicity and clarity of illustration, the intermediate SIP proxies are omitted from this diagram. When the SIP client 86 receives the unsigned INVITE message 152, it decides that authentication of the sender is required, and sends a code 401 response message 156 as defined by the SIP specification to challenge the sending SIP client 72 to provide data for authentication of the user 76.
  • The 401-challenge message includes a WWW-Authenticate header 160 in accordance with the SIP specification. This WWW-Authenticate header 160 is of a new type and is, like the Authenticate header mentioned above, hereinafter referred to as the PKCS type The fields in this header have the following syntax:
    WWW-Authenticate = “WWW-Authenticate” “:” “PKCS”
    PKCS-challenge
    PKCS-challenge = 1# PKCS-params
    PKCS-params = (1# realm) | PKCS-micalgorithm |
    PKCS-pubalgorithm | nonce | qop |
    PKCS-certificate
    realm = “realm” “=” realm-value
    realm-value = <”> token “;” *token <”>
    PKCS-micalgorithm = “algorithm” “=” (“md5” | “sha1” | token)
    PKCS-pubalgorithm = “pubkey” “=” (“rsa” | “rsa-sign” | “dsa” | token)
    qop = “qop” “=” qop-value
    qop-value = “auth” | “auth-int” | “auth-conf”
    PKCS-certificate = “certificate” “=” quoted-string
    nonce = “nonce” “=” nonce-value
    nonce-value = quoted-string
  • In this header, the value of the qop (“quality of protection”) field may be “auth” for authentication (singing (by the sender) only the digest without signing the headers following this header or the body), “auth-int” for authentication with integrity (signing data including following headers and the body), and “auth-conf” for authentication with confidentiality (auth-int plus encryption). For auth-conf, an encryption header is generated and the body is encrypted, and the encryption header and the encrypted body are signed across. The signature and related authentication data are then included in an Authentication header that is placed above the encrypted data. An example of the WWW-Authenticate header for PKCS is provided below.
      • WWW-Authenticate: PKCS nonce=“913082051”, qop=“auth-int”,
      • realm=“jbuch1.redmond.corp.microsoft.com; intel.com; verisign.com”
  • In response to the 401 challenge 156, the SIP client 72 sends a second INVITE request 82 that includes a digital signature 100 contained in the Authorization header 150 of the SIP message. The syntax of the fields in this Authorization header 150 is as follows:
    Authorization = “Authorization” “:” “PKCS” # PKCS-response
    PKCS-response = 1# (PKCS-signature | nonce | nonce-count|qop)
    nonce-count = “nc” “=” nc-value
    nc-value = quoted-string
    qop = “qop” “=” qop-value
    qop-value = “auth” | “auth-int” | “auth-conf”
    PKCS-signature = “signature” “=” quoted-string
  • In particular, the PKCS-signature field provides the digital signature generated using the private key of the user 76. An example of the Authorization header is provided below.
    Authorization: PKCS nonce=”913082051”, nc=”00000001”,
    signature=7GhIGfH . . .
    g
  • In one implementation, the signature is a Base64 encoded signature of a message hash and is added after the hash is calculated from the message. The signature is computed, in order, across the nonce and nonce count (if present), request method, request version, and header fields following the Authorization header, and the message body. In this regard, headers in the SIP message are ordered so as to put all those headers excluded from the signature calculation before the Authorization header. Whether a header should be included in the signature or not may depend on whether it will be modified by the SIP proxy. For instance, headers that should or must be modified by the SIP proxy should not be included in the signature, while those headers that must not be modified by the SIP proxy should be included in the signature. The SIP request message may optionally include the certificate of the sender by using a “certificate” field or tag in the Authorization header 150.
  • Referring still to FIG. 4, when the SIP client 86 receives the second INVITE request 82 that contains the digital signature, it authenticates the sender by verifying the digital signature using the sender's certificate as described above. If the sender authentication is successful, the SIP client 86 sends a code 200 OK message 162 to the sending SIP client 72 to indicate that the request 82 is accepted.
  • As mentioned above, the sender may encrypt the SIP request message with the public key of the recipient. Alternatively, sender may encrypt the SIP request with a session key and encrypt the session key with the public key of the recipient. In one implementation, the encryption is indicated by using an “Encryption” header, the syntax of which is as follows:
    Encryption = “Encryption” “:” “PKCS” PKCS-encoding
    EncryptionKey [ SessionKey ]
    PKCS-encoding = “encoding” “=” (“base64” | token)
    EncryptionKey = “encryption-key” “=” quoted-string
    SessionKey = “session-key” “=” quoted-string
  • The “EncryptionKey” field identifies the certificate for the public key of the recipient that the sender uses to encrypt the data, so that the recipient knows which private key to use for decryption in case they have more than one.
  • An example of an encryption header using this syntax is provided below.
  • Encryption: PKCS encoding=base64, encryption-key=J53vDe . . .
  • In many applications, SIP messaging is used to establish sessions in which a large amount of data, such as data for instant messaging or media streams, are to be transmitted in encrypted form. In such a case, it is not desirable to use the public keys of the communicating parties for data encryption because public key cryptographic calculation is slow and CPU intensive. Instead, a session key for symmetric encryption may be generated by either of the SIP clients for symmetric encryption of the data, which may be orders of magnitude faster than public key encryption. For instance, the SIP client 72 that sends the SIP request 82 may generate a symmetric key and encrypt it with the public key 116 of the recipient and include the encrypted key 166 as part of the Authorization header 150. Alternatively, the SIP client 86 of the recipient may include the encrypted symmetric key in the 200 OK response 162 to the SIP client 72. If a session key is used for data encryption, the “SessionKey” field in the Authorization header contains the encoded session key.
  • It should be noted that the certificate-based authentication scheme for SIP in accordance with the invention can be used not only for the challenge and the authentication between an end SIP client the a request sender to an end SIP client, but also for the challenge and authentication of the request sender to between an intermediate entity (e.g., SIP proxy 96 of FIG. 2) working on a client's behalf and the sender. By way of example, referring now to FIG. 8, in one embodiment, in accordance with the SIP specification, when an intermediate SIP entity 202 receives an unsigned SIP request 198 and wants to challenges the sender 76 for authentication, it sends a “Code 407” challenge packet 206 (in accordance with the SIP specification) that includes a Proxy-Authenticate header 208 requesting certificate-based authentication. The fields of this Proxy-Authentication header, with the exception of the header title, have the same syntax as that of the WWW-Authenticate header described above. In respond to the 407 challenge, the sender sends a signed request 210 that contains a Proxy-Authorization header 212, which has the same syntax for its fields as the Authorization header described above.
  • The response-challenge sequence described above may be used for requests other than the INVITE request. For instance, as shown in FIG. 5, it may be used when the SIP client 72 registers with a SIP registrar 146. The SIP client 72 first sends an unsigned REGISTER request 170 to the SIP registrar 146. The SIP registrar responds by sending a “Code 401challenge message 172 with a WWW-Authenticate header to indicate to the SIP client that authentication using the public key scheme is required. The SIP client 72 then sends a second REGISTER request 174 with an Authorization header containing a digital signature to the SIP registrar 146. After authenticating the SIP client based on the digital signature, the SIP registrar returns a 200 OK message 180.
  • Referring now to FIG. 6, instead of waiting to be challenged for authentication, the SIP client 72 may sign an initial SIP request 182 sent to the receiving SIP client 86. After receiving the request message, the SIP client 86 authenticates the sender of the request based on the digital signature in the message, and returns a 200 OK message 184 if the sender is successfully authenticated.
  • To illustrate the use of the PKCS Authorization header of a SIP request to carry a digital signature, several examples are provided below. In the first example, the SIP request is SUBSCRIBE, and a user with the SIP address of jbuch@microsoft.com subscribes to another user with the SIP address of roberbr@microsoft.com. The latter requires authentication, so a certificate challenge is made, and jbuch responds by sending the SUBSCRIBE message with a signature for authentication. The following shows the exemplary SIP messages involved in the exchange. For simplicity and clarity of illustration, the messages are simplified to show only stripped-down versions of the headers.
    SUBSCRIBE roberbr3.ntdev.microsoft.com SIP/2.0
    From: jbuch@microsoft.com
    To: roberbr@microsoft.com
    ...
    ----------------
    SIP/2.0 401 Unauthorized
    From: jbuch@microsoft.com
    To: roberbr@microsoft.com
    ...
    WWW-Authenticate: PKCS nonce=”234baa234089da324”,
      qop=”auth-int”, realm=”microsoft.com; verisign.com”,
    ...
    ----------------
    SUBSCRIBE roberbr3.ntdev.microsoft.com SIP/2.0
    ...
    Authorization: PKCS nonce=”234baa234089da324”, nc=”00000001”,
      signature=”09bd4e5af8e90d...”
    From: jbuch@microsoft.com
    To: roberbr@microsoft.com
    ----------------
    SIP/2.0 200 OK
    From: jbuch@microsoft.com
    To: roberbr@microsoft.com
    ...
  • In a second example, the SIP method is “MESSAGE,” and a user dsimons@microsoft.com is sending a message to the user roberbr@microsoft.com, but roberbr requires authentication and sends a 401 challenge. The user dsimons then resends the MESSAGE request with a digital signature for authentication.
    MESSAGE roberbr3.ntdev.microsoft.com SIP/2.0
    From: dsimons@microsoft.com
    To: roberbr@microsoft.com
    ...
    Where do you want to go today?
    ----------------
    SIP/2.0 401 Unauthorized
    From: dsimons@microsoft.com
    To: roberbr@microsoft.com
    ...
    WWW-Authenticate: PKCS nonce=”234baa234089da324”,
      qop=”auth-int”, realm=”microsoft.com; verisign.com”,
    ...
    ----------------
    MESSAGE roberbr3.ntdev.microsoft.com SIP/2.0
    ...
    Authorization: PKCS nonce=”234baa234089da324”, nc=”00000001”,
    signature=”09bd4e5af8e90d...”
    From: dsimons@microsoft.com
    To: roberbr@microsoft.com
    Where do you want to go today?
    ----------------
    SIP/2.0 200 OK
    From: dsimons@microsoft.com
    To: roberbr@microsoft.com
    ...
  • In yet another example, the user jbuch@microsoft.com sends another user vlade@microsoft.com an encrypted message that is encrypted using vlade's public key. In this example, the certificate for jbuch already has vlade's certificate, which may have been passed already with an earlier SIP signature or received from the network directory, etc.
    MESSAGE vlade004.ntdev.microsoft.com SIP/2.0
    From: jbuch@microsoft.com
    To: vlade@microsoft.com
    ...
    Encryption: PKCS encoding=”base64”,
      certificate=”30818902818100d00eca85fb551a00d60729c28c2a0d3da3c7fa3568e
    5906f71f0f43dfbc6eb8042eda9085fc3d1d7b0c4c6d119d87f4ea35009bfe708e71a251c2d
    2dd06f4eb8cef4ab6be140f138181c4847ff02fadbf33f20ccd3544e5ed8669ab4c08bb8addc
    8ef0576dfbd164031f2c67e9”
    WC$TMOIWC$ACMKL:CAK:LACS_)ACO:A$C$CL:T$CJT
    @#%$@#J#!$%#LM:FMJ:KLMIO{circumflex over ( )}KL{circumflex over ( )}DFMDF>){circumflex over ( )}GJD<FTL
    DFJ$#{circumflex over ( )}KL&)3jkl;4K$#K#5Krdkdgp03w45K#%jkeekl;j3etERT
    ----------------
    SIP/2.0 200 OK
    From: jbuch@microsoft.com
    To: vlade@microsoft.com
    ...
  • Instead of using a SIP header, the digital signature may be carried in the message body of the SIP request. In one embodiment, the message body of the SIP message is constructed according the Secure/Multipurpose Internet Mail Extensions (S/MIME) standard. The S/MIME standard is described in IETF RFC 2633 entitled “S/MIME Version 3 Message Specification.” It provides a method to send and receive secure MIME messages by using public-key certificates. The handling of certificates in connection with S/MIME is described in IETF RFC 2632 entitled “S/MIME Version 3 Certificate Handling.” These RFCs are hereby incorporated by reference.
  • As illustrated in FIG. 7, the S/MIME message body 190 of the SIP request message 192 includes a digital signal 200 generated using the user's private key and may optionally include a certificate 102 of the user. The S/MIME body 190 may also be encrypted. The sending SIP client 72 sends the SIP request message 192 containing the S/MIME message body 190 to the receiving SIP client 86. The receiving SIP client 86 retrieves the digital signature 200 from the message body and authenticates the sender based on the digital signature and the certificate of the sender. If the message body 192 is encrypted, the SIP client 86 uses the private key of the recipient to decrypt the encrypted data.
  • Generally, S/MIME messages are a combination of MIME bodies and Cryptographic Message Syntax (CMS) objects. The data to be secured is a canonical MIME entity. The MIME entity and other data, such as certificates and algorithm identifiers, are given to CMS processing facilities that produce a CMS object. The CMS object is then finally wrapped in MIME. The S/MIME standard defines two MIME types for signed messages: “application/pkcs7-mime” with signedData, and “multipart/signed.” The application/pkcs7-mime type is used to carry CMS objects of several types including signedData and envelopedData. The multipart/signed format, on the other hand, is a clear-signing format that contains a plain MIME entity with a “detached signature.” An S/MIME message body may include multiple blocks, each of which has a “content-type” identifying the MIME format of that block.
  • When the SIP message is to be signed, the signature covers at least the SIP method and version number, the “To” header, Call-ID, and Cseq. If the SIP message is to be encrypted, preferably all the fields that SIP proxies do not need to have access to are encrypted.
  • Several examples of SIP requests are provided below to illustrate the use of a S/MIME message body in a SIP request for carrying a digital signature and/or encrypted data. The first example uses the “multipart/signed” format, in which the regular SIP headers of the request are placed in a text/plain MIME entity, and the digital signature is in a separate part of message body.
    REGISTER sip:microsoft.com SIP/2.0
    Via: SIP/2.0/UDP amun1.ntdev.microsoft.com
    MIME-Version: 1.0
    Content-Type: application/pkcs7-mime; micalg=sha1;
      boundary=“----=_NextPart_000_0003_01C0F8A6.B926A0F0”
    Expires: 900
    Authorization: SMIME
    From: sip:jbuch@microsoft.com
    To: sip:roberbr@microsoft.com
    Call-ID: 09812389@microsoft.com
    CSeq: 1 REGISTER
    Contact: sip:jbuch@ 157.59.135.51:5060
    ------=_NextPart_000_0003_01C0F8A6.B926A0F0
    Content-Type: application/pkcs7-mime;
    smime-type=enveloped-data; name=smime.p7m
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename=smime.p7m
    ghyHhHUujhJhjH77n8HHGTrfvbnj756tbB9HG4VQpfyF467GhIGfHfYT6
    4VQpfyF467GhIGfHfYT6jH77n8HHGghyHhHUujhJh756tbB9HGTrfvbnj
    n8HHGTrfvhJhjH776tbB9HG4VQbnj7567GhIGfHfYT6ghyHhHUujpfyF4
    7GhIGfHfYT64VQbnj756------=_NextPart_000_0003_01C0F8A6.-
    B926A0F0--
  • In a second example, the application/pkcs7-mime format is used to carry the digital signature.
    REGISTER sip:microsoft.com SIP/2.0
    Via: SIP/2.0/UDP amun1.ntdev.microsoft.com
    MIME-Version: 1.0
    Content-Type: application/pkcs7-mime; micalg=sha1;
      boundary=“----=_NextPart_000_0003_01C0F8A6.B926A0F0”
    Expires: 900
    Authorization: SMIME
    From: sip:jbuch@microsoft.com
    To: sip:roberbr@microsoft.com
    Call-ID: 09812389@microsoft.com
    CSeq: 1 REGISTER
    Contact: sip:jbuch@ 157.59.135.51:5060
    ------=_NextPart_000_0003_01C0F8A6.B926A0F0
    Content-Type: application/pkcs7-mime;
      smime-type=enveloped-data; name=smime.p7m
    Content-Transfer-Encoding: base64
    Content-Disposition: attachment; filename=smime.p7m
    ghyHhHUujhJhjH77n8HHGTrfvbnj756tbB9HG4VQpfyF467GhIGfHfYT6
    4VQpfyF467GhIGfHfYT6jH77n8HHGghyHhHUujhJh756tbB9HGTrfvbnj
    n8HHGTrfvhJhjH776tbB9HG4VQbnj7567GhIGfHfYT6ghyHhHUujpfyF4
    7GhIGfHfYT64VQbnj756------=_NextPart_000_0003_01C0F8A6.-
    B926A0F0--
  • The third example of SIP with S/MIME illustrates a SIP request with encryption. The “multipart/encrypted” format is used to carry the encrypted data.
    MESSAGE sip:microsoft.com SIP/2.0
    Via: SIP/2.0/UDP amun1.ntdev.microsoft.com
    From: sip:jbuch@microsoft.com
    To: sip:roberbr@microsoft.com
    Call-ID: 09810929@microsoft.com
    CSeq: 1 MESSAGE
    MIME-Version: 1.0
    Content-Type: multipart/encrypted; protocol=”TYPE??/STYPE??”;
      boundary=“----=_NextPart_000_0003_01C0F8A6.B926A0F0”
    Authorization: SMIME
    ------=_NextPart_000_0003_01C0F8A6.B926A0F0
    Content-Type: TYPE??/STYPE??
    ------=_NextPart_000_0003_01C0F8A6.B926A0F0
    Content-Type: application/octet-stream
    Content-Type: text/plain; charset=“us-ascii”
    ghyHhHUujhJhjH77n8HHGTrfvbnj756tbB9HG4VQpfyF467GhIGfHfYT6
    4VQpfyF467GhIGfHfYT6jH77n8HHGghyHhHUujhJh756tbB9HGTrfvbnj
    n8HHGTrfvhJhjH776tbB9HG4VQbnj7567GhIGfHfYT6ghyHhHUujpfyF4
    7GhIGfHfYT64VQbnj756
    ------=_NextPart_000_0003_01C0F8A6.-
    B926A0F0--
  • In view of the many possible embodiments to which the principles of this invention may be applied, it should be recognized that the embodiments described herein with respect to the drawing figures are meant to be illustrative only and should not be taken as limiting the scope of the invention. Therefore, the invention as described herein contemplates all such embodiments as may come within the scope of the following claims and equivalents thereof.
  • In the claims:

Claims (23)

1-48. (canceled)
49. A method for transmitting information from a sending device to a receiving device using a protocol for establishing a session between the devices, the method comprising:
encrypting the information using a public key of a receiver of the receiving device;
signing the encrypted information using a private key of a sender of the sending device;
adding the signed encrypted information to a message of the protocol; and
sending from the sending device to the receiving device the message with the signed encrypted information
wherein upon receiving the message, the receiving device can verify using the public key of the sender that the encrypted information was signed by the sender and can decrypt the information using the private key of the receiver.
50. The method of claim 49 wherein the information is a symmetric key.
51. The method of claim 50 wherein the symmetric key is used to encrypt a message sent between the sending device and the receiving device.
52. The method of claim 51 wherein the encrypted message is part of a session established using the protocol for establishing a session.
53. The method of claim 52 wherein the established session is for instant messaging.
54. The method of claim 52 wherein the established session is for sending a media stream.
55. The method of claim 52 wherein the established session is for video conferencing.
56. The method of claim 52 wherein the established session is for sending audio data.
57. The method of claim 51 wherein the encrypted message is a message used in establishing the session.
58. The method of claim 50 wherein the message is a request message inviting the receiving device to participate in the session.
59. The method of claim 50 wherein the message is a response message responding to a request message of the protocol.
60. The method of claim 50 wherein the protocol is the Session Initiation Protocol.
61. The method of claim 50 wherein the receiving device obtains the public key of the sender from a certificate authority.
62. The method of claim 50 wherein the message includes a chain of certificates issued by certificate authorities.
63. The method of claim 49 wherein the information is used for secure communications using a different protocol.
64. The method of claim The method of claim 49 wherein the information is a secret to be shared between the sending device and the receiving device.
65. The method of claim 62 wherein the secret is randomly generated.
66. The method of claim 49 wherein the message is sent via a first communications network and the information of the message is used for secure communications on a second communications network.
67. A computer-readable medium containing instructions for transmitting a symmetric key between a first device and a second device using a protocol for establishing a session between the devices, comprising:
instructions for transmitting the symmetric key from the first device to the second device by encrypting the symmetric key using a public key associated with the second device, signing the encrypted symmetric key using a private key associated with the first device, adding the signed encrypted symmetric key to a message of the protocol, and sending from the first device to the second device the message with the signed encrypted symmetric key; and
instructions for receiving the symmetric key sent from the second device to the first device by receiving a message having a symmetric key encrypted using a public key associated with the first device and signed using a private key associated with the second device, verifying using a public key associated with the second device that the encrypted symmetric key of the message was signed using the private key associated with the second device, and decrypting the symmetric key of the received message using the private key associated with the first device.
68. The computer-readable medium of claim 67 wherein the first device and the second device use the symmetric key to encrypt information transmitted during an established session.
69. The computer-readable medium of claim 67 wherein the first device obtains the public key associated with the second device from a certificate authority.
70. A computing system for transmitting a symmetric key between a first device and a second device using a protocol for establishing a session between the devices, comprising:
a transmission component that transmits a symmetric key from the first device to the second device by encrypting the symmetric key using a public key of a user of the second device, encrypting at least a portion of the encrypted symmetric key using a private key of a user of the first device, adding the encrypted symmetric key to a message of the protocol, and sending from the first device to the second device the message using the encrypted symmetric key;
a receiving component that receives a symmetric key sent from the second device to the first device by receiving a message having the symmetric key encrypted with a public key of a user of the first device and at least a portion of the encrypted symmetric key encrypted with a private key of a user of the second device, decrypting the at least a portion of the encrypted symmetric key using a public key of the user of the second device to verify that the encrypted symmetric key of the message was encrypted using the private key of the user of the second device, and decrypting the symmetric key of the message using the private key of the user of the first device; and
a session component that uses the symmetric key to encrypt and decrypt information transmitted during an established session.
US11/750,306 2002-05-17 2007-05-17 End-to-end authentication of session initiation protocol messages using certificates Expired - Fee Related US8307421B2 (en)

Priority Applications (2)

Application Number Priority Date Filing Date Title
US11/750,306 US8307421B2 (en) 2002-05-17 2007-05-17 End-to-end authentication of session initiation protocol messages using certificates
US13/631,737 US8732818B2 (en) 2002-05-17 2012-09-28 End-to-end authentication of session initiation protocol messages using certificates

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US10/151,575 US7240366B2 (en) 2002-05-17 2002-05-17 End-to-end authentication of session initiation protocol messages using certificates
US11/750,306 US8307421B2 (en) 2002-05-17 2007-05-17 End-to-end authentication of session initiation protocol messages using certificates

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US10/151,575 Continuation US7240366B2 (en) 2002-05-17 2002-05-17 End-to-end authentication of session initiation protocol messages using certificates

Related Child Applications (1)

Application Number Title Priority Date Filing Date
US13/631,737 Continuation US8732818B2 (en) 2002-05-17 2012-09-28 End-to-end authentication of session initiation protocol messages using certificates

Publications (2)

Publication Number Publication Date
US20080046745A1 true US20080046745A1 (en) 2008-02-21
US8307421B2 US8307421B2 (en) 2012-11-06

Family

ID=29419458

Family Applications (3)

Application Number Title Priority Date Filing Date
US10/151,575 Expired - Fee Related US7240366B2 (en) 2002-05-17 2002-05-17 End-to-end authentication of session initiation protocol messages using certificates
US11/750,306 Expired - Fee Related US8307421B2 (en) 2002-05-17 2007-05-17 End-to-end authentication of session initiation protocol messages using certificates
US13/631,737 Expired - Fee Related US8732818B2 (en) 2002-05-17 2012-09-28 End-to-end authentication of session initiation protocol messages using certificates

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US10/151,575 Expired - Fee Related US7240366B2 (en) 2002-05-17 2002-05-17 End-to-end authentication of session initiation protocol messages using certificates

Family Applications After (1)

Application Number Title Priority Date Filing Date
US13/631,737 Expired - Fee Related US8732818B2 (en) 2002-05-17 2012-09-28 End-to-end authentication of session initiation protocol messages using certificates

Country Status (1)

Country Link
US (3) US7240366B2 (en)

Cited By (28)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050193133A1 (en) * 2002-04-08 2005-09-01 Nokia Corporation Message header for messaging service
US20060030904A1 (en) * 2004-08-09 2006-02-09 Sylvia Quiles Secure remote access for an implantable medical device
US20060123116A1 (en) * 2004-12-02 2006-06-08 Matsushita Electric Industrial Co., Ltd. Service discovery using session initiating protocol (SIP)
US20070101144A1 (en) * 2005-10-27 2007-05-03 The Go Daddy Group, Inc. Authenticating a caller initiating a communication session
US20070118750A1 (en) * 2005-10-27 2007-05-24 The Go Daddy Group, Inc. Authenticating a caller initiating a communication session
US20070118188A1 (en) * 2003-06-23 2007-05-24 Cardiac Pacemakers, Inc. Secure long-range telemetry for implantable medical device
US20070282398A1 (en) * 2004-03-15 2007-12-06 Cardiac Pacemakers, Inc. Cryptographic authentication for telemetry with an implantable medical device
US20090190577A1 (en) * 2008-01-28 2009-07-30 Research In Motion Corporation Providing Session Initiation Protocol Request Contents Method and System
US20090249081A1 (en) * 2008-03-31 2009-10-01 Kabushiki Kaisha Toshiba-1 Shibaura 1-Chomominatoku Storage device encryption and method
US20100131658A1 (en) * 2008-11-26 2010-05-27 Cavium Networks, Inc. Multiple core Session Initiation Protocol (SIP)
US20100190497A1 (en) * 2008-12-11 2010-07-29 Christopher David Pudney Telecommunications network access rejection
US20100293095A1 (en) * 2009-05-18 2010-11-18 Christopher Alan Adkins Method for Secure Identification of a Device
US20110072261A1 (en) * 2005-09-16 2011-03-24 Michael Flynn Thomas Providing security between network elements in a network
US20110289319A1 (en) * 2008-01-07 2011-11-24 John Elwell Method for authenticating key information between terminals of a communication link
US8117438B1 (en) * 2005-12-28 2012-02-14 At&T Intellectual Property Ii, L.P. Method and apparatus for providing secure messaging service certificate registration
US20120066493A1 (en) * 2010-09-14 2012-03-15 Widergren Robert D Secure Transfer and Tracking of Data Using Removable Non-Volatile Memory Devices
WO2013109556A1 (en) * 2012-01-19 2013-07-25 Microsoft Corporation Integrating server applications with multiple authentication providers
US8639339B2 (en) 2004-04-07 2014-01-28 Cardiac Pacemakers, Inc. System and method for RF wake-up of implantable medical device
US8732818B2 (en) 2002-05-17 2014-05-20 Microsoft Corporation End-to-end authentication of session initiation protocol messages using certificates
US8792983B2 (en) 2002-02-07 2014-07-29 Cardiac Pacemakers, Inc. Methods and apparatuses for implantable medical device telemetry power management
CN106031124A (en) * 2014-02-28 2016-10-12 西门子公司 Use of certificates using a positive list
CN109995535A (en) * 2017-12-29 2019-07-09 中移(杭州)信息技术有限公司 A kind of sip user authentication method and device
US20190286614A1 (en) * 2017-06-04 2019-09-19 Apple Inc. Synchronizing content
US10791196B2 (en) 2017-08-29 2020-09-29 Wickr Inc. Directory lookup for federated messaging with a user from a different secure communication network
US11063748B2 (en) 2017-06-04 2021-07-13 Apple Inc. Synchronizing content
US11095662B2 (en) 2017-08-29 2021-08-17 Amazon Technologies, Inc. Federated messaging
US11349659B2 (en) * 2017-08-29 2022-05-31 Amazon Technologies, Inc. Transmitting an encrypted communication to a user in a second secure communication network
US11368442B2 (en) 2017-08-29 2022-06-21 Amazon Technologies, Inc. Receiving an encrypted communication from a user in a second secure communication network

Families Citing this family (143)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6981023B1 (en) 1999-03-09 2005-12-27 Michael Hamilton Message routing
JP4304362B2 (en) * 2002-06-25 2009-07-29 日本電気株式会社 PKI-compliant certificate confirmation processing method and apparatus, and PKI-compliant certificate confirmation processing program
US20040003058A1 (en) * 2002-06-26 2004-01-01 Nokia, Inc. Integration of service registration and discovery in networks
CA2489529A1 (en) * 2002-07-03 2004-01-15 British Telecommunications Public Limited Company Trust establishment for multi-party communications
US8301884B2 (en) * 2002-09-16 2012-10-30 Samsung Electronics Co., Ltd. Method of managing metadata
US7330483B1 (en) * 2002-12-19 2008-02-12 At&T Corp. Session initiation protocol (SIP) message incorporating a multi-purpose internet mail extension (MIME) media type for describing the content and format of information included in the SIP message
US20040128344A1 (en) * 2002-12-30 2004-07-01 Nokia Corporation Content and service registration, query and subscription, and notification in networks
US8165113B1 (en) * 2003-01-30 2012-04-24 At&T Intellectual Property Ii, L.P. Session initiation protocol (SIP) message incorporating a number of predetermined address headers having predetermined address information
US7917620B2 (en) * 2003-02-20 2011-03-29 Nokia Corporation Communication system
DE10307403B4 (en) * 2003-02-20 2008-01-24 Siemens Ag Method for forming and distributing cryptographic keys in a mobile radio system and mobile radio system
GB0306864D0 (en) * 2003-03-25 2003-04-30 Nokia Corp Service provisioning in a communication system
US8473620B2 (en) * 2003-04-14 2013-06-25 Riverbed Technology, Inc. Interception of a cloud-based communication connection
US20040221158A1 (en) * 2003-05-02 2004-11-04 Secure Data In Motion, Inc. Digital signature and verification system for conversational messages
US7024687B2 (en) * 2003-05-21 2006-04-04 Cisco Technology, Inc. System and method for providing end to end authentication in a network environment
KR100856674B1 (en) * 2003-07-11 2008-09-04 인터내셔널 비지네스 머신즈 코포레이션 System and method for authenticating clients in a client-server environment
US7185091B2 (en) * 2003-11-20 2007-02-27 Motorola, Inc. Method and system for transmitting compressed messages at a proxy to a mobile device in a network
KR101577860B1 (en) * 2003-12-01 2015-12-16 인터디지탈 테크날러지 코포레이션 Session initiation protocol(sip) based user initiated handoff
GB2411086B (en) * 2004-02-12 2006-12-06 Vodafone Plc Secure communications between terminals
US8442227B1 (en) * 2004-02-23 2013-05-14 Rockstar Consortium Us Lp Providing additional information with session requests
EP1578080A1 (en) * 2004-03-18 2005-09-21 Hewlett-Packard Development Company, L.P. Improvements in or relating to session initiation protocol (SIP)
US20050240758A1 (en) * 2004-03-31 2005-10-27 Lord Christopher J Controlling devices on an internal network from an external network
US7535905B2 (en) * 2004-03-31 2009-05-19 Microsoft Corporation Signing and validating session initiation protocol routing headers
CN1691583B (en) * 2004-04-26 2010-04-28 华为技术有限公司 Method of secure communication based on endpoints
EP1591867A3 (en) * 2004-04-26 2005-11-23 Trek 2000 International Ltd Portable data storage device with encryption system
WO2005103912A1 (en) * 2004-04-26 2005-11-03 Trek 2000 International Ltd. Portable data storage device with encryption system
JP4806400B2 (en) * 2004-05-03 2011-11-02 ノキア コーポレイション Identity processing in trusted domains of IP networks
US20060085545A1 (en) * 2004-05-06 2006-04-20 Utstarcom, Incorporated Session initiation protocol-based routing support apparatus and method
US8024476B2 (en) * 2004-05-21 2011-09-20 Microsoft Corporation Efficient message routing when using server pools
US8903820B2 (en) 2004-06-23 2014-12-02 Nokia Corporation Method, system and computer program to enable querying of resources in a certain context by definition of SIP even package
US7725716B2 (en) * 2004-06-28 2010-05-25 Japan Communications, Inc. Methods and systems for encrypting, transmitting, and storing electronic information and files
US20060026268A1 (en) * 2004-06-28 2006-02-02 Sanda Frank S Systems and methods for enhancing and optimizing a user's experience on an electronic device
CN1716953B (en) * 2004-06-28 2010-09-15 华为技术有限公司 Method for identifying conversation initial protocol
WO2006012058A1 (en) * 2004-06-28 2006-02-02 Japan Communications, Inc. Systems and methods for mutual authentication of network
US8607334B2 (en) * 2004-07-08 2013-12-10 Research In Motion Limited System and method for secure message processing
JP4710267B2 (en) * 2004-07-12 2011-06-29 株式会社日立製作所 Network system, data relay device, session monitor system, and packet monitor relay device
US20100299736A1 (en) * 2004-09-01 2010-11-25 Nortel Networks Limited Automated session admission
US7509120B2 (en) * 2004-09-07 2009-03-24 Research In Motion Limited System and method for updating message trust status
US7822984B2 (en) * 2004-09-27 2010-10-26 International Business Machines Corporation Portal system, method and program, and associated user computer and content supplier
US20060075229A1 (en) * 2004-09-30 2006-04-06 Marek James A Method and apparatus for maintaining a communications connection while guarding against bandwidth consuming attacks
US7464267B2 (en) * 2004-11-01 2008-12-09 Innomedia Pte Ltd. System and method for secure transmission of RTP packets
US7681038B1 (en) * 2004-12-02 2010-03-16 Sprint Communications Company L.P. Method and system for facilitating packet-based communications
US20060121879A1 (en) * 2004-12-07 2006-06-08 Motorola, Inc. Method and apparatus for providing services and services usage information for a wireless subscriber unit
US7949114B2 (en) * 2005-03-15 2011-05-24 Avaya Inc. Granting privileges to a telecommunications terminal based on the relationship of a first signal to a second signal
CN1838590B (en) * 2005-03-21 2011-01-19 松下电器产业株式会社 Method and system for supporting internet key exchange in SIP signal process
JP4770227B2 (en) * 2005-03-28 2011-09-14 株式会社日立製作所 SIP message encryption method and encrypted SIP communication system
KR100643292B1 (en) * 2005-04-29 2006-11-10 삼성전자주식회사 Method for managing address information of user who uses session initiation protocol terminal and server for the same
US20060259761A1 (en) * 2005-05-11 2006-11-16 Vladimir Butenko Public Key Infrastructure (PKI) Information Encryption by a Non-Sender System
US7809940B2 (en) * 2005-06-29 2010-10-05 Microsoft Corporation Remote certificate management
US8184641B2 (en) * 2005-07-20 2012-05-22 Verizon Business Global Llc Method and system for providing secure communications between proxy servers in support of interdomain traversal
US7730309B2 (en) * 2005-07-27 2010-06-01 Zimmermann Philip R Method and system for key management in voice over internet protocol
US7653696B2 (en) * 2005-07-29 2010-01-26 Research In Motion Limited Method and apparatus for processing digitally signed messages to determine address mismatches
US8438628B2 (en) * 2005-08-10 2013-05-07 Riverbed Technology, Inc. Method and apparatus for split-terminating a secure network connection, with client authentication
US8478986B2 (en) * 2005-08-10 2013-07-02 Riverbed Technology, Inc. Reducing latency of split-terminated secure communication protocol sessions
CA2526791C (en) * 2005-11-14 2012-01-10 Bce Inc. Method and system for providing personalized service mobility
US7752315B2 (en) * 2005-12-01 2010-07-06 International Business Machines Corporation Method for extending the use of SIP (session initiated protocol) for providing debug services
US8214640B2 (en) * 2005-12-05 2012-07-03 Alcatel Lucent Method of embedding information in implementation defined SIP header fields
US20070186101A1 (en) * 2006-02-06 2007-08-09 Nokia Corporation Trust concept for the SIP reason header
US8369357B2 (en) 2006-02-28 2013-02-05 Cisco Technology, Inc. System and method for providing simultaneous handling of layer-2 and layer-3 mobility in an internet protocol network environment
CN101496387B (en) 2006-03-06 2012-09-05 思科技术公司 System and method for access authentication in a mobile wireless network
US7715562B2 (en) 2006-03-06 2010-05-11 Cisco Technology, Inc. System and method for access authentication in a mobile wireless network
US8782393B1 (en) 2006-03-23 2014-07-15 F5 Networks, Inc. Accessing SSL connection data by a third-party
DE102006025603A1 (en) * 2006-06-01 2007-12-06 T-Mobile International Ag & Co. Kg Method for securing IP connections for network operator interconnections
US7782824B2 (en) * 2006-07-20 2010-08-24 Cisco Technology, Inc. Method and system for handling a mobile endpoint in a wireless network
KR20080019362A (en) * 2006-08-28 2008-03-04 삼성전자주식회사 Substitutable local domain management system and method for substituting the system
US8181227B2 (en) * 2006-08-29 2012-05-15 Akamai Technologies, Inc. System and method for client-side authenticaton for secure internet communications
US7881297B2 (en) * 2006-09-01 2011-02-01 Avaya Inc. Providing communications including an extended protocol header
JP4222397B2 (en) * 2006-09-12 2009-02-12 村田機械株式会社 Relay server
EP2103082A2 (en) * 2006-10-03 2009-09-23 ViaSat, Inc. Multi-service provider authentication
CN101536601B (en) * 2006-10-05 2012-05-30 富士通株式会社 Call connection processing method and message transmitting and receiving proxy device
US20080092226A1 (en) * 2006-10-12 2008-04-17 Motorola, Inc. Pre-registration secure and authenticatedsession layer path establishment
US20080167888A1 (en) * 2007-01-09 2008-07-10 I4 Commerce Inc. Method and system for identification verification between at least a pair of entities
KR101336330B1 (en) * 2007-02-13 2013-12-03 삼성전자주식회사 System for establishing key and method using the same
US8200959B2 (en) * 2007-06-28 2012-06-12 Cisco Technology, Inc. Verifying cryptographic identity during media session initialization
US7591013B2 (en) * 2007-07-31 2009-09-15 Cisco Technology, Inc. System and method for client initiated authentication in a session initiation protocol environment
US7711786B2 (en) * 2007-08-06 2010-05-04 Zhu Yunzhou Systems and methods for preventing spam
CN101370026B (en) * 2007-08-17 2011-05-18 华为技术有限公司 Media stream increasing method for multimedia conversation, customer equipment and application server
US8417942B2 (en) * 2007-08-31 2013-04-09 Cisco Technology, Inc. System and method for identifying encrypted conference media traffic
US8280057B2 (en) * 2007-09-04 2012-10-02 Honeywell International Inc. Method and apparatus for providing security in wireless communication networks
US20090126001A1 (en) * 2007-11-08 2009-05-14 Microsoft Corporation Techniques to manage security certificates
ES2589112T3 (en) * 2007-11-30 2016-11-10 Telefonaktiebolaget Lm Ericsson (Publ) Key management for secure communication
WO2009082097A1 (en) * 2007-12-26 2009-07-02 Lg Electronics Inc. Method and system for providing a message including a list of recipient user devices to each recipient user device
US8837598B2 (en) * 2007-12-28 2014-09-16 Cisco Technology, Inc. System and method for securely transmitting video over a network
US20090169001A1 (en) * 2007-12-28 2009-07-02 Cisco Technology, Inc. System and Method for Encryption and Secure Transmission of Compressed Media
US20090222887A1 (en) * 2008-03-02 2009-09-03 Ram Cohen System and method for enabling digital signatures in e-mail communications using shared digital certificates
US8200819B2 (en) * 2008-03-14 2012-06-12 Industrial Technology Research Institute Method and apparatuses for network society associating
US8718042B2 (en) * 2008-05-08 2014-05-06 Microsoft Corporation Extensible and secure transmission of multiple conversation contexts
US8516259B2 (en) * 2008-09-03 2013-08-20 Alcatel Lucent Verifying authenticity of voice mail participants in telephony networks
US8131259B2 (en) * 2008-12-31 2012-03-06 Verizon Patent And Licensing Inc. Methods, systems, and apparatus for handling secure-voice-communication sessions
US8146159B2 (en) * 2009-01-20 2012-03-27 Check Point Software Technologies, Ltd. Methods for inspecting security certificates by network security devices to detect and prevent the use of invalid certificates
US8301879B2 (en) * 2009-01-26 2012-10-30 Microsoft Corporation Conversation rights management
US8707043B2 (en) * 2009-03-03 2014-04-22 Riverbed Technology, Inc. Split termination of secure communication sessions with mutual certificate-based authentication
US8621208B1 (en) * 2009-07-06 2013-12-31 Guoan Hu Secure key server based file and multimedia management system
US8458776B2 (en) * 2009-10-21 2013-06-04 Microsoft Corporation Low-latency peer session establishment
US8700892B2 (en) 2010-03-19 2014-04-15 F5 Networks, Inc. Proxy SSL authentication in split SSL for client-side proxy agent resources with content insertion
US8806190B1 (en) 2010-04-19 2014-08-12 Amaani Munshi Method of transmission of encrypted documents from an email application
WO2011145949A1 (en) * 2010-05-18 2011-11-24 Sibcom As Method, system and devices for the establishment of a secure communication session
US8627422B2 (en) * 2010-11-06 2014-01-07 Qualcomm Incorporated Authentication in secure user plane location (SUPL) systems
KR101210938B1 (en) 2011-01-28 2012-12-11 오픈스택 주식회사 Encrypted Communication Method and Encrypted Communication System Using the Same
US20120290833A1 (en) * 2011-05-12 2012-11-15 Sybase, Inc. Certificate Blobs for Single Sign On
US8832284B1 (en) * 2011-06-16 2014-09-09 Google Inc. Virtual socializing
CN102868665B (en) * 2011-07-05 2016-07-27 华为软件技术有限公司 The method of data transmission and device
US20130247160A1 (en) * 2012-03-16 2013-09-19 Peter Matthew Hillier Method and System for User Authentication Over a Communication Network
US9787669B2 (en) 2013-03-14 2017-10-10 Comcast Cable Communications, Llc Identity authentication using credentials
US9178888B2 (en) 2013-06-14 2015-11-03 Go Daddy Operating Company, LLC Method for domain control validation
US9521138B2 (en) 2013-06-14 2016-12-13 Go Daddy Operating Company, LLC System for domain control validation
EP2854331A1 (en) * 2013-09-30 2015-04-01 Siemens Aktiengesellschaft Method and System for Authenticating a User of a Device
US20150172324A1 (en) * 2013-12-13 2015-06-18 Alcatel-Lucent Usa Inc. Authorized SIP Redirection
KR101671989B1 (en) * 2014-02-10 2016-11-03 한국전자통신연구원 Apparatus for providing digital signature and method thereof
EP3223453B1 (en) * 2014-11-19 2019-03-06 Huawei Technologies Co., Ltd. Directional traffic statistics method, device and system
WO2016137277A1 (en) 2015-02-27 2016-09-01 Samsung Electronics Co., Ltd. Electronic device providing electronic payment function and operating method thereof
US10193700B2 (en) * 2015-02-27 2019-01-29 Samsung Electronics Co., Ltd. Trust-zone-based end-to-end security
US10263968B1 (en) * 2015-07-24 2019-04-16 Hologic Inc. Security measure for exchanging keys over networks
US10846696B2 (en) 2015-08-24 2020-11-24 Samsung Electronics Co., Ltd. Apparatus and method for trusted execution environment based secure payment transactions
US10699274B2 (en) 2015-08-24 2020-06-30 Samsung Electronics Co., Ltd. Apparatus and method for secure electronic payment
US9832024B2 (en) * 2015-11-13 2017-11-28 Visa International Service Association Methods and systems for PKI-based authentication
CN105376242A (en) * 2015-11-26 2016-03-02 上海斐讯数据通信技术有限公司 Cloud terminal data access authentication method, cloud terminal data access authentication system and cloud terminal management system
US10447481B2 (en) * 2016-03-14 2019-10-15 Arizona Board Of Regents On Behalf Of Arizona State University Systems and methods for authenticating caller identity and call request header information for outbound telephony communications
US10171452B2 (en) * 2016-03-31 2019-01-01 International Business Machines Corporation Server authentication using multiple authentication chains
CN107395552A (en) * 2016-05-17 2017-11-24 中兴通讯股份有限公司 A kind of data transmission method and device
FR3052618A1 (en) * 2016-06-08 2017-12-15 Orange METHOD FOR ENRICHING A SIGNALING OF A COMMUNICATION AND DEVICE
US10129229B1 (en) * 2016-08-15 2018-11-13 Wickr Inc. Peer validation
US9992679B1 (en) 2016-08-25 2018-06-05 Sprint Communications Company L.P. Integrated authentication codes for user devices and communication networks
FR3061823B1 (en) 2017-01-10 2020-04-24 Wallix METHOD FOR TRANSMITTING NUMBERED ENCRYPTED DIGITAL INFORMATION, APPLICATION OF THIS METHOD AND CONNECTED OBJECT IMPLEMENTING THIS PROCESS.
US10985915B2 (en) * 2017-04-12 2021-04-20 Blackberry Limited Encrypting data in a pre-associated state
US10749692B2 (en) 2017-05-05 2020-08-18 Honeywell International Inc. Automated certificate enrollment for devices in industrial control systems or other systems
US10966091B1 (en) * 2017-05-24 2021-03-30 Jonathan Grier Agile node isolation using packet level non-repudiation for mobile networks
JP7136903B2 (en) 2017-10-22 2022-09-13 エルジー エレクトロニクス インコーポレイティド Encryption method and system for managing digital certificates
CN111492633B (en) * 2017-12-29 2022-07-08 瑞典爱立信有限公司 Methods, systems, and entities for media delivery sessions in an IMS infrastructure
CN109104361B (en) * 2018-09-21 2021-07-13 北京达佳互联信息技术有限公司 Instant messaging method, instant messaging device, electronic equipment and storage medium
TWI711293B (en) * 2019-03-26 2020-11-21 宏碁股份有限公司 Method of identity authentication for voice over internet protocol call and related device
US11683156B2 (en) 2019-07-09 2023-06-20 International Business Machines Corporation Securely retrieving encryption keys for a storage system
CN112398798B (en) * 2019-08-19 2022-10-14 中国移动通信有限公司研究院 Network telephone processing method, device and terminal
EP4274157A3 (en) * 2019-09-26 2024-04-17 General Electric Company Communicating securely with devices in a distributed control system
US11562058B2 (en) 2020-02-05 2023-01-24 Quantum Digital Solutions Corporation Systems and methods for participating in a digital ecosystem using digital genomic data sets
CN111371797B (en) * 2020-03-12 2021-11-19 微位(深圳)网络科技有限公司 Credible identity authentication method and system in communication session
CN111770048B (en) * 2020-05-08 2023-04-07 厦门亿联网络技术股份有限公司 Method for preventing SIP equipment from being attacked, calling equipment and called equipment
IL304962A (en) 2021-02-04 2023-10-01 Quantum Digital Solutions Corp Cyphergenics-based ecosystem security platforms
US11658735B1 (en) * 2021-11-22 2023-05-23 Amazon Technologies, Inc. System for collaborative constellation management interface
KR102437480B1 (en) * 2021-11-26 2022-08-29 한국인터넷진흥원 System and method for detecting noncoding of SIP
EP4243342A1 (en) * 2022-03-10 2023-09-13 Martin Trutt Method, apparatus and computer program product for secure communication over the internet
CN114630290A (en) * 2022-04-08 2022-06-14 中国电信股份有限公司 Key agreement method, device, equipment and storage medium for voice encryption communication
CN114553422B (en) * 2022-04-26 2022-07-01 中电信量子科技有限公司 VoLTE voice encryption communication method, terminal and system
CN114844716B (en) * 2022-05-25 2023-07-25 中国联合网络通信集团有限公司 Digital signature message processing method, device, equipment and computer medium

Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6173173B1 (en) * 1998-07-02 2001-01-09 Lucent Technologies, Inc. Invalid mobile telephone call terminating system and method
US6353891B1 (en) * 2000-03-20 2002-03-05 3Com Corporation Control channel security for realm specific internet protocol
US20020029200A1 (en) * 1999-09-10 2002-03-07 Charles Dulin System and method for providing certificate validation and other services
US20020078153A1 (en) * 2000-11-02 2002-06-20 Chit Chung Providing secure, instantaneous, directory-integrated, multiparty, communications services
US20020120760A1 (en) * 2000-05-26 2002-08-29 Gur Kimchi Communications protocol
US20020141358A1 (en) * 2000-11-29 2002-10-03 Requena Jose Costa Mobile system, terminal and interface, as well as methods for providing backward compatibility to first and second generation mobile systems
US20020150226A1 (en) * 2001-03-20 2002-10-17 Worldcom, Inc. Caller treatment in a SIP network
US20020157019A1 (en) * 2001-04-19 2002-10-24 Kadyk Donald J. Negotiating secure connections through a proxy server
US20030009463A1 (en) * 2001-03-20 2003-01-09 Gallant John Kenneth XML based transaction detail records
US20030012382A1 (en) * 2000-02-08 2003-01-16 Azim Ferchichi Single sign-on process
US20030081791A1 (en) * 2001-10-26 2003-05-01 Hewlett-Packard Co., Message exchange in an information technology network
US20030217164A1 (en) * 2002-05-17 2003-11-20 Jian Cai Method and apparatus for maintaining data integrity
US20040103157A1 (en) * 2002-04-17 2004-05-27 Nokia Corporation Store-and-forward server and method for storing and forwarding for instant messaging service implemented in IP multimedia core network subsystem (IMS)
US6865681B2 (en) * 2000-12-29 2005-03-08 Nokia Mobile Phones Ltd. VoIP terminal security module, SIP stack with security manager, system and security methods
US6870848B1 (en) * 2000-06-07 2005-03-22 Nortel Networks Limited Method and apparatus for call processing in response to a call request from an originating device
US7240366B2 (en) * 2002-05-17 2007-07-03 Microsoft Corporation End-to-end authentication of session initiation protocol messages using certificates
US7243370B2 (en) * 2001-06-14 2007-07-10 Microsoft Corporation Method and system for integrating security mechanisms into session initiation protocol request messages for client-proxy authentication

Patent Citations (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6173173B1 (en) * 1998-07-02 2001-01-09 Lucent Technologies, Inc. Invalid mobile telephone call terminating system and method
US20020029200A1 (en) * 1999-09-10 2002-03-07 Charles Dulin System and method for providing certificate validation and other services
US20030012382A1 (en) * 2000-02-08 2003-01-16 Azim Ferchichi Single sign-on process
US6353891B1 (en) * 2000-03-20 2002-03-05 3Com Corporation Control channel security for realm specific internet protocol
US20020120760A1 (en) * 2000-05-26 2002-08-29 Gur Kimchi Communications protocol
US6870848B1 (en) * 2000-06-07 2005-03-22 Nortel Networks Limited Method and apparatus for call processing in response to a call request from an originating device
US20020078153A1 (en) * 2000-11-02 2002-06-20 Chit Chung Providing secure, instantaneous, directory-integrated, multiparty, communications services
US20020141358A1 (en) * 2000-11-29 2002-10-03 Requena Jose Costa Mobile system, terminal and interface, as well as methods for providing backward compatibility to first and second generation mobile systems
US6865681B2 (en) * 2000-12-29 2005-03-08 Nokia Mobile Phones Ltd. VoIP terminal security module, SIP stack with security manager, system and security methods
US20030009463A1 (en) * 2001-03-20 2003-01-09 Gallant John Kenneth XML based transaction detail records
US20020150226A1 (en) * 2001-03-20 2002-10-17 Worldcom, Inc. Caller treatment in a SIP network
US20020157019A1 (en) * 2001-04-19 2002-10-24 Kadyk Donald J. Negotiating secure connections through a proxy server
US7243370B2 (en) * 2001-06-14 2007-07-10 Microsoft Corporation Method and system for integrating security mechanisms into session initiation protocol request messages for client-proxy authentication
US20030081791A1 (en) * 2001-10-26 2003-05-01 Hewlett-Packard Co., Message exchange in an information technology network
US20040103157A1 (en) * 2002-04-17 2004-05-27 Nokia Corporation Store-and-forward server and method for storing and forwarding for instant messaging service implemented in IP multimedia core network subsystem (IMS)
US20030217164A1 (en) * 2002-05-17 2003-11-20 Jian Cai Method and apparatus for maintaining data integrity
US7240366B2 (en) * 2002-05-17 2007-07-03 Microsoft Corporation End-to-end authentication of session initiation protocol messages using certificates

Cited By (56)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8792983B2 (en) 2002-02-07 2014-07-29 Cardiac Pacemakers, Inc. Methods and apparatuses for implantable medical device telemetry power management
US20050193133A1 (en) * 2002-04-08 2005-09-01 Nokia Corporation Message header for messaging service
US8732818B2 (en) 2002-05-17 2014-05-20 Microsoft Corporation End-to-end authentication of session initiation protocol messages using certificates
US8706251B2 (en) 2003-06-23 2014-04-22 Cardiac Pacemakers Secure long-range telemetry for implantable medical device
US20070118188A1 (en) * 2003-06-23 2007-05-24 Cardiac Pacemakers, Inc. Secure long-range telemetry for implantable medical device
US7818067B2 (en) * 2004-03-15 2010-10-19 Cardiac Pacemakers, Inc. Cryptographic authentication for telemetry with an implantable medical device
US20070282398A1 (en) * 2004-03-15 2007-12-06 Cardiac Pacemakers, Inc. Cryptographic authentication for telemetry with an implantable medical device
US8639339B2 (en) 2004-04-07 2014-01-28 Cardiac Pacemakers, Inc. System and method for RF wake-up of implantable medical device
US20110098788A1 (en) * 2004-08-09 2011-04-28 Sylvia Quiles Secure remote access for an implantable medical device
US8494647B2 (en) 2004-08-09 2013-07-23 Cardiac Pacemakers, Inc. Secure remote access for an implantable medical device
US20060030904A1 (en) * 2004-08-09 2006-02-09 Sylvia Quiles Secure remote access for an implantable medical device
US7890180B2 (en) 2004-08-09 2011-02-15 Cardiac Pacemakers, Inc. Secure remote access for an implantable medical device
US20060123116A1 (en) * 2004-12-02 2006-06-08 Matsushita Electric Industrial Co., Ltd. Service discovery using session initiating protocol (SIP)
US8213408B1 (en) 2005-09-16 2012-07-03 Genband Us Llc Providing security in a multimedia network
US20110072261A1 (en) * 2005-09-16 2011-03-24 Michael Flynn Thomas Providing security between network elements in a network
US8054761B2 (en) * 2005-09-16 2011-11-08 Genband Us Llc Providing security between network elements in a network
US20070118750A1 (en) * 2005-10-27 2007-05-24 The Go Daddy Group, Inc. Authenticating a caller initiating a communication session
US20070101144A1 (en) * 2005-10-27 2007-05-03 The Go Daddy Group, Inc. Authenticating a caller initiating a communication session
US8117438B1 (en) * 2005-12-28 2012-02-14 At&T Intellectual Property Ii, L.P. Method and apparatus for providing secure messaging service certificate registration
US20110289319A1 (en) * 2008-01-07 2011-11-24 John Elwell Method for authenticating key information between terminals of a communication link
US8745400B2 (en) * 2008-01-07 2014-06-03 Siemens Enterprise Communications Gmbh & Co. Kg Method for authenticating key information between terminals of a communication link
US9621353B2 (en) 2008-01-07 2017-04-11 Unify Gmbh & Co. Kg Method for authenticating key information between terminals of a communication link
US8787371B2 (en) 2008-01-28 2014-07-22 Blackberry Limited Providing session initiation protocol request contents method and system
US11575718B2 (en) 2008-01-28 2023-02-07 Blackberry Limited Providing session initiation protocol request contents method and system
US11038930B2 (en) 2008-01-28 2021-06-15 Blackberry Limited Providing session initiation protocol request contents method and system
US8345679B2 (en) * 2008-01-28 2013-01-01 Research In Motion Limited Providing session initiation protocol request contents method and system
US10397282B2 (en) 2008-01-28 2019-08-27 Blackberry Limited Providing session initiation protocol request contents method and system
US20090190577A1 (en) * 2008-01-28 2009-07-30 Research In Motion Corporation Providing Session Initiation Protocol Request Contents Method and System
US9723029B2 (en) 2008-01-28 2017-08-01 Blackberry Limited Providing session initiation protocol request contents method and system
US9237198B2 (en) 2008-01-28 2016-01-12 Blackberry Limited Providing session initiation protocol request contents method and system
US20090249081A1 (en) * 2008-03-31 2009-10-01 Kabushiki Kaisha Toshiba-1 Shibaura 1-Chomominatoku Storage device encryption and method
US20100131658A1 (en) * 2008-11-26 2010-05-27 Cavium Networks, Inc. Multiple core Session Initiation Protocol (SIP)
US8601139B2 (en) * 2008-11-26 2013-12-03 Cavium, Inc. Multiple core session initiation protocol (SIP)
US8565764B2 (en) * 2008-12-11 2013-10-22 Vodafone Intellectual Property Licensing Limited Telecommunications network access rejection
US20100190497A1 (en) * 2008-12-11 2010-07-29 Christopher David Pudney Telecommunications network access rejection
US20100293095A1 (en) * 2009-05-18 2010-11-18 Christopher Alan Adkins Method for Secure Identification of a Device
US20120066493A1 (en) * 2010-09-14 2012-03-15 Widergren Robert D Secure Transfer and Tracking of Data Using Removable Non-Volatile Memory Devices
US20140289514A1 (en) * 2010-09-14 2014-09-25 Robert D. Widergren Secure transfer and tracking of data using removable nonvolatile memory devices
US8751795B2 (en) * 2010-09-14 2014-06-10 Mo-Dv, Inc. Secure transfer and tracking of data using removable non-volatile memory devices
US9647992B2 (en) * 2010-09-14 2017-05-09 Mo-Dv, Inc. Secure transfer and tracking of data using removable nonvolatile memory devices
US10148625B2 (en) 2010-09-14 2018-12-04 Mo-Dv, Inc. Secure transfer and tracking of data using removable nonvolatile memory devices
WO2013109556A1 (en) * 2012-01-19 2013-07-25 Microsoft Corporation Integrating server applications with multiple authentication providers
US8819794B2 (en) 2012-01-19 2014-08-26 Microsoft Corporation Integrating server applications with multiple authentication providers
US10911432B2 (en) 2014-02-28 2021-02-02 Siemens Aktiengesellschaft Use of certificates using a positive list
CN106031124A (en) * 2014-02-28 2016-10-12 西门子公司 Use of certificates using a positive list
US11847099B2 (en) 2017-06-04 2023-12-19 Apple Inc. Synchronizing content
US20190286614A1 (en) * 2017-06-04 2019-09-19 Apple Inc. Synchronizing content
US11528129B2 (en) 2017-06-04 2022-12-13 Apple Inc. Synchronizing content
US11063748B2 (en) 2017-06-04 2021-07-13 Apple Inc. Synchronizing content
US11182349B2 (en) * 2017-06-04 2021-11-23 Apple Inc. Synchronizing content
US10791196B2 (en) 2017-08-29 2020-09-29 Wickr Inc. Directory lookup for federated messaging with a user from a different secure communication network
US11368442B2 (en) 2017-08-29 2022-06-21 Amazon Technologies, Inc. Receiving an encrypted communication from a user in a second secure communication network
US11457018B1 (en) 2017-08-29 2022-09-27 Amazon Technologies, Inc. Federated messaging
US11349659B2 (en) * 2017-08-29 2022-05-31 Amazon Technologies, Inc. Transmitting an encrypted communication to a user in a second secure communication network
US11095662B2 (en) 2017-08-29 2021-08-17 Amazon Technologies, Inc. Federated messaging
CN109995535A (en) * 2017-12-29 2019-07-09 中移(杭州)信息技术有限公司 A kind of sip user authentication method and device

Also Published As

Publication number Publication date
US8307421B2 (en) 2012-11-06
US20030217165A1 (en) 2003-11-20
US20130036308A1 (en) 2013-02-07
US7240366B2 (en) 2007-07-03
US8732818B2 (en) 2014-05-20

Similar Documents

Publication Publication Date Title
US8307421B2 (en) End-to-end authentication of session initiation protocol messages using certificates
EP1267548B1 (en) Method and system for integrating security mechanisms into session initiation protocol request messages for client-proxy authentication
EP1378101B1 (en) Voip terminal security module, sip stack with security manager, system and security methods
US10313135B2 (en) Secure instant messaging system
Horn et al. Authentication protocols for mobile network environment value-added services
US20050182937A1 (en) Method and system for sending secure messages over an unsecured network
Yoon et al. Robust mutual authentication with a key agreement scheme for the session initiation protocol
US20100138660A1 (en) Secure communication session setup
JP2005517348A (en) A secure electronic messaging system that requires a key search to derive a decryption key
US7721093B2 (en) Authenticated exchange of public information using electronic mail
AU2003293134A1 (en) Key server for security and implementing processes with nonrepudiation and audit
JP4235824B2 (en) Encryption device
Palmieri et al. Providing true end-to-end security in converged voice over IP infrastructures
Gurbani et al. A survey and analysis of media keying techniques in the session initiation protocol (SIP)
Hada et al. Session authentication protocol for web services
Shin et al. A verifier-based password-authenticated key exchange using tamper-proof hardware
Berger A Scalable Architecture for Public Key Distribution Acting in Concert with Secure DNS
Rösler et al. Interoperability between messaging services secure–implementation of encryption
Lago‐Fernández et al. A new approach to authenticating and encrypting Voice over Internet Protocol communications
CN107431690B (en) Method for communication of electronic communication system in open environment
Çamtepe Kerberos based security system for session initiation protocol
Bai et al. Access revocation and prevention of false repudiation in secure email exchanges
Jiwa et al. Beacons for authentication in distributed systems
Alsmairat Securing SIP in VoIP Domain
Battistello Inter-domain and DoS-resistant call establishment protocol (IDDR-CEP) work in progress

Legal Events

Date Code Title Description
FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCF Information on status: patent grant

Free format text: PATENTED CASE

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034542/0001

Effective date: 20141014

FPAY Fee payment

Year of fee payment: 4

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362

FP Lapsed due to failure to pay maintenance fee

Effective date: 20201106