Key agreement and transport protocol with implicit signatures
Abstract
A key establishment protocol between a pair of correspondents includes the generation by each correspondent of respective signatures. The signatures are derived from information that is private to the correspondent and information that is public. After exchange of signatures, the integrity of exchange messages can be verified by extracting the public information contained in the signature and comparing it with information used to generate the signature. A common session key may then be generated from the public and private information of respective ones of the correspondents.

Term
Term ended
Projected expiry passed 18 October 2016, 9.9 years ago.
- Priority and filed
- Published
- Projected expiry
- Today
24 claims: 9 independent, 15 dependent
- 1A method of authenticating a key established at a correspondent A in a public key data communication system to permit exchange of information over a communication channel, said correspondent A having a private key and a public key, wherein said public key is derived from a generator and said private key, said method comprisingg the steps of:said correspondent A selecting a random integer k and exponentiating a first function including said generator to a power to provide a first exponentiated function r a ;said correspondent A generating a signature s A from said random integer k and an integer r a derived from said first exponentiated function r a ;said correspondent A forwarding to a correspondent B a message derived from said first exponentiated function r a , wherein said correspondent B can utilize information made public by said correspondent A and information private to said correspondent B to construct a session key K;said correspondent A receiving from said correspondent B a message derived from a second exponentiated function r b , wherein r b can be obtained by exponentiating a second function including said generator to a power by said correspondent B;and said correspondent A constructing said session key K by exponentiating information made public by said correspondent B with information that is private to said correspondent A.
- 21A method according to any of claims 14 to 20 wherein said correspondent A computes the session key from said signature s A , said second exponentiated function r b , a second integer r b derived from said second exponentiating function r b and a public key Q b of said correspondent B as K = s A ( r b + r b Q b ).
Independent claims9
90 paragraphs in 4 sections, as filed
0001The present invention relates generally to key agreement protocols for transfer and authentication of encryption keys.
BACKGROUND
0002To retain privacy during the exchange of information it is well known to encrypt data using a key. The key must be chosen so that the correspondents are able to encrypt and decrypt messages but such that an interceptor cannot determine the contents of the message.
0003In a secret key cryptographic protocol, the correspondents share a common key that is secret to them. This requires the key to be agreed upon between the correspondents and for provision to be made to maintain the secrecy of the key and provide for change of the key should the underlying security be compromised.
0004Public key cryptographic protocols were first proposed in 1976 by Diffie-Hellman and utilized a public key made available to all potential correspondents and a private key known only to the intended recipient. The public and private keys are related such that a message encrypted with the public key of a recipient can be readily decrypted with the private key but the private key cannot be derived from the knowledge of the plaintext, ciphertext and public key.
0005Key establishment is the process by which two (or more) parties establish a shared secret key, called the session key. The session key is subsequently used to achieve some cryptographic goal, such as privacy. There are two kinds of key agreement protocol; key transport protocols in which a key is created by one party and securely transmitted to the second party; and key agreement protocols, in which both parties contribute information which jointly establish the shared secret key. The number of message exchanges required between the parties is called the number of passes. A key establishment protocol is said to provide implicit key authentication (or simply key authentication) if one party is assured that no other party aside from a specially identified second party may learn the value of the session key. The property of implicit key authentication does not necessarily mean that the second party actually possesses the session key. A key establishment protocol is said to provide key confirmation if one party is assured that a specially identified second party actually has possession of a particular session key. If the authentication is provided to both parties involved in the protocol, then the key authentication is said to be mutual; if provided to only one party, the authentication is said to be unilateral.
0006There are various prior proposals which claim to provide implicit key authentication.
0007Examples include the Nyberg-Rueppel one-pass protocol and the Matsumoto-Takashima-Imai (MTI) and the Goss and Yacobi two-pass protocols for key agreement.
0008The prior proposals ensure that transmissions between correspondents to establish a common key are secure and that an interloper cannot retrieve the session key and decrypt the ciphertext. In this way security for sensitive transactions such as transfer of funds is provided.
0009For example, the MTI/A0 key agreement protocol establishes a shared secret K, known to the two correspondents, in the following manner: <ol id="ol0001" compact="compact"><li>1. During initial, one-time setup, key generation and publication is undertaken by selecting and publishing an appropriate system prime p and generator <maths id="math0001"><math display="inline"><mi>α</mi><mo>∈</mo><msubsup><mi>Z</mi><mi>p</mi><mo>*</mo></msubsup></math><img file="EP2315390A2_D0001.tif" /></maths> in a manner guaranteeing authenticity. Correspondent A selects as a long-term private key a random integer "a", l <a<p-l, and computes a long-term public key z<sub>A</sub> = α<sup>a</sup> mod p. B generates analogous keys b, z<sub>B</sub>. A and B have access to authenticated copies of each other's long-term public key.</li><li>2. The protocol requires the exchange of the following messages. <ul id="ul0001" list-style="none" compact="compact"><li>A → B: α<sup>x</sup> mod p (1)</li><li>A ← B: α<sup>y</sup> mod p (2)</li></ul> The values of x and y remain secure during such transmission as it is impractical to determine the exponent even when the value of α and the exponentiation is known provided of course that p is chosen sufficiently large.</li><li>3. To implement the protocol the following steps are performed each time a shared key is required. <ol id="ol0002" compact="compact"><li>(a) A chooses a random integer x, l ≤x≤p-2, and sends B message (1) i.e. α<sup>x</sup> mod p.</li><li>(b) B chooses a random integer y, 1≤y≤p≤2, and sends A message (2) i.e. α<sup>y</sup> mod p.</li><li>(c) A computes the key K = (α<sup>y</sup>)<sup>a</sup>z<sub>B</sub><sup>x</sup> mod p</li><li>(d) B computes the key K = (α<sup>x</sup>)<sup>b</sup>z<sub>A</sub><sup>Y</sup> mod p</li><li>(e) Both share the key K - α<sup>bx+ay</sup></li></ol></li></ol>
0010In order to compute the key K, A must use his secret key a and the random integer x, both of which are known only to him. Similarly, B must use her secret key b and random integer y to compute the session key K. Provided the secret keys a, b remain uncompromised, an interloper cannot generate a session key identical to the other correspondent. Accordingly, any ciphertext will not be decipherable by both correspondents.
0011As such this and related protocols have been considered satisfactory for key establishment and resistant to conventional eavesdropping or man-in-the middle attacks.
0012In some circumstances, it may be advantageous for an adversary to mislead one correspondent as to the true identity of the other correspondent.
0013In such an attack an active adversary or interloper E modifies messages exchanged between A and B, with the result that B believes that he shares a key K with E while A believes that she shares the same key K with B. Even though E does not learn the value of K the misinformation as to the identity of the correspondents may be useful.
0014A practical scenario where such an attack may be launched successfully is the following. Suppose that B is a bank branch and A is an account holder. Certificates are issued by the bank headquarters and within the certificate is the account information of the holder. Suppose that the protocol for electronic deposit of funds is to exchange a key with a bank branch via a mutually authenticated key agreement. Once B has authenticated the transmitting entity, encrypted funds are deposited to the account number in the certificate. If no further authentication is done in the encrypted deposit message (which might be the case to save bandwidth) then the deposit will be made to E's account.
GENERAL
0015In one aspect the present invention may provide a protocol in which the above disadvantages are obviated or mitigated.
0016According to one aspect there may be provided a method of authenticating a pair of correspondents A,B to permit exchange of information therebetween, each of said correspondents having a respective private key a,b and a public key P<sub>A</sub>, P<sub>B</sub> derived from a generator α and a respective ones of said private keys a,b, said method including the steps of: <ul id="ul0002" list-style="none" compact="compact"><li>i) a first of said correspondents A selecting a first random integer x and exponentiating a function f(α) including said generator to a power g<sup>(x)</sup> to provide a first exponentiated function f(α)<sup>g(x)</sup>;</li><li>ii) said first correspondent A generating a first signature s<sub>A</sub> from said random integer x and said first exponentiated function f(α)<sup>g(x)</sup>;</li><li>iii) said first correspondent A forwarding to a second correspondent B a message including said first exponentiated function f(α)<sup>g(x)</sup> and the signature s<sub>A</sub>;</li><li>iv) said correspondent B selecting a second random integer y and exponentiating a function f'(α) including said generator to a power g<sup>(y)</sup> to provide a second exponentiated function f'(α)<sup>g(y)</sup> and a signature s<sub>B</sub> obtained from said second integer y and said second exponentiated function f(α)<sup>g(y)</sup>;</li><li>v) said second correspondent B forwarding a message to said first correspondent A including said second exponentiated function f'(α)<sup>g(y)</sup> and said signature s<sub>B</sub>;</li><li>vi) each of said correspondents verifying the integrity of messages received by them by computing from said signature and said exponentiated function in such a received message a value equivalent to said exponentiated function and comparing said computed value and said transmitted value;</li><li>vii) each of said correspondents A and B constructing a session key K by exponentiating information made public by said other correspondent with said random integer that is private to themselves.</li></ul>
0017According to another aspect there may be provided a method of authenticating a pair of correspondents A,B to permit exchange of information therebetween, each of said correspondents having a respective private key a,b and a public key p<sub>A</sub>, p<sub>B</sub> derived from a generator α and respective ones of said private keys a,b, said method including the steps of: <ul id="ul0003" list-style="none" compact="compact"><li>i) a first of said correspondents A selecting a first random integer x and exponentiating a function f(α) including said generator to a power g<sup>(x)</sup> to provide a first exponentiated function f(α)<sup>g(x)</sup>;</li><li>ii) said first correspondent A generating a first signature s<sub>A</sub> from said random integer x and said exponentiated function f(α)<sup>g(x)</sup>;</li><li>iii) said first correspondent A forwarding to a second correspondent B a message including said first exponentiated function f(α)<sup>g(x)</sup>;</li><li>iv) said correspondent B selecting a second random integer y and exponentiating a function f'(α) including said generator to a power g<sup>(y)</sup> to provide a second exponentiated function f'(α)<sup>g(y)</sup> and generating a signature s<sub>B</sub> obtained from said second integer y and said second exponentiated function f'(α)<sup>g(y)</sup>;</li><li>v) said second correspondent B forwarding a message to said first correspondent A including said second exponential function f(α)<sup>g(y)</sup>;</li><li>vi) each of said correspondents constructing a session key K by exponentiating information made public by another correspondent with information that is private to themselves.</li></ul> preferably wherein said message forwarded by said first correspondent includes an identification of the first correspondent; preferably wherein said message forwarded by said second correspondent includes an identification of said second correspondent, more preferably wherein said message forwarded by said first correspondent includes an identification of the first correspondent; preferably wherein said first function including said generator f(α) is said generator itself; preferably wherein said second function f(α) including said generator is said generator itself, more preferably wherein said first function f(α) including said generator is said generator itself; preferably wherein said first function including said generator f(α) includes the public key p<sub>B</sub> of said second correspondent; preferably wherein said second function including said generator f'α includes the public key p<sub>A</sub> of said first correspondent; preferably wherein said signature generated by a respective one of the correspondents combine the random integer, exponentiated function and private key of that one correspondent, more preferably wherein said signature of correspondent A is of the form x-r<sub>A</sub>aα<sup>a</sup> mod (p-1), or wherein said signature of correspondent A is of the form x + aα<sup>a</sup>(p<sub>B</sub>)<sup>x</sup> mod (p-1), or wherein said signature of correspondent A is of the form x<i>r</i><sub><i>x</i><sub2>1</sub2></sub> - (<i>r<sub>A</sub></i>)<i><sup>r</sup></i><sub><i>x</i><sub2>1</sub2></sub><i>α</i> mod (p-1) where x<sub>1</sub>, is a second random integer selected by A and <i>r</i><sub><i>x</i><sub2>1</sub2></sub> = α<i><sup>x<sub2>1</sub2></sup></i>, or, wherein said signature of correspondent B is of the form y<sub>B</sub> - r<sub>B</sub>bα<sup>b</sup> mod (p-1), or, wherein said signature of correspondent B is of the form y + bα<sup>b</sup> (p<sub>A</sub>)<sup>y</sup> mod (p-1), or wherein said signature of correspondent B is of the form <i>yr</i><sub><i>y</i>1</sub><i>-</i> (<i>r<sub>B</sub></i>)<i><sup>r</sup></i><sub><i>y</i>1</sub><i>b</i> mod (p-1) whereby y<sub>1</sub> is a second integer selected by correspondent B and r<i><sub>y1</sub></i> = α<sup>y1</sup>, preferably wherein said correspondent A selects a second integer x<sub>1</sub>, and forwards <i>r</i><sub>A1</sub>, to correspondent B where <i>r</i><sub><i>A</i>1</sub> = α<sup>x1</sup> and said correspondent B selects a second random integer y<sub>1</sub> and sends r<sub>B1</sub> to correspondent A, where <i>r<sub>B1</sub></i> = α<sup>y1</sup> each of said correspondents computing a pair of keys k<sub>1</sub>, k<sub>2</sub> equivalent to α<sup>xy</sup> and α<sup>x1y1</sup> respectively, said session key K being generated by XORing k<sub>1</sub> and k<sub>2</sub>.
0018Thus although the interloper E can substitute her public key p<sub>E</sub> = α<sup>ae</sup> in the transmission as part of the message, B will use p<sub>E</sub> rather than p<sub>A</sub> when authenticating the message. Accordingly, the computed and transmitted values of the exponential functions will not correspond.
0019According to another aspect there may be provided a method of establishing a session key K at a correspondent A in a public key data communication system, said correspondent A having a private key a and a public key p<sub>A</sub> derived from a generator α and said private key a, said method including the steps of: <ul id="ul0004" list-style="none" compact="compact"><li>i) said correspondent A selecting a random integer x and exponentiating a first function f(α) including said generator to a power g(x) to provide a first exponentiated function f(α)<sup>g(x)</sup>;</li><li>ii) said correspondent A generating a signature s<sub>A</sub> from said random integer x, said exponentiated function f(α)<sup>g(x)</sup>, and said private key a to bind said integer x and said private key a;</li><li>iii) said correspondent A forwarding to a second correspondent B a message including said first exponentiated function f(α)<sup>g(x)</sup>, whereby said second correspondent B can utilize information in said message and information private to itself to compute said session key K.</li><li>iv) said correspondent A receiving from said correspondent B a message including a second exponentiated function f'(α)<sup>g(y)</sup>, wherein y is a random integer selected by said correspondent B, g(y) is a function of said random integer y, and f'(α) is a second function of said generator; and</li><li>vi) said correspondent A constructing a session key K by exponentiating information made public by said correspondent B with information that is private to said correspondent A.</li></ul>
0020The first correspondent A may maintain said signature s<sub>A</sub> private to itself.
0021According to another aspect there may be provided a method of establishing a session key K at a correspondent B in a public key data communication system, said correspondent B having a private key b and a public key p<sub>B</sub> derived from a generator α and said private key b, said method including the steps of: <ul id="ul0005" list-style="none" compact="compact"><li>i) said correspondent B selecting a random integer y and exponentiating a first function f'(α) including said generator to a power g(y) to provide a first exponentiated function f'(α)<sup>g(y)</sup>;</li><li>ii) said correspondent B generating a signature s<sub>B</sub> from said random integer y, said exponentiated function f'(α)<sup>g(y)</sup>, and said private key b to bind said integer y and said private key b;</li><li>iii) said correspondent B forwarding to another correspondent A a message including said first exponentiated function f'(α)<sup>g(y)</sup>, whereby said correspondent A can utilize information in said message and information private to itself to compute said session key K.</li><li>iv) said correspondent B receiving from said correspondent A a message including a second exponentiated function f(α)<sup>g(x)</sup>, wherein x is a random integer selected by said correspondent A, g(x) is a function of said random integer x, and f(α) is a second function of said generator; and</li><li>vi) said correspondent B constructing a session key K by exponentiating information made public by said correspondent A with information that is private to said correspondent B.</li></ul>
0022The first correspondent B may maintain said signature s<sub>B</sub> private to itself.
0023According to another aspect there may be provided a method of transporting a session key K from a first correspondent A to a second correspondent B in a public key data communication system to establish a common key to permit exchange of information therebetween over a communication channel, said correspondent A having a private key a and a public key p<sub>A</sub> derived from a generator α and said private key a, said method including the steps of: <ul id="ul0006" list-style="none" compact="compact"><li>i) said correspondent A selecting a first random integer x and exponentiating a first function f(α) including said generator to a power g(x) to provide a first exponentiated function f(α)<sup>g(x)</sup>;</li><li>ii) said first correspondent A generating a signature s<sub>A</sub> from said random integer x, said exponentiated function f(α)<sup>g(x)</sup>, and said private key a to bind said integer x and said private key a;</li><li>iii) said first correspondent A forwarding to said second correspondent B a message including said first exponentiated function f(α)<sup>g(x)</sup>, whereby said second correspondent B can utilize information in said message to compute said session key K; and</li><li>iv) said first correspondent computing said session key K from a public key p<sub>B</sub> of said second correspondent B and said signature s<sub>A</sub>.,</li></ul>
0024The first correspondent A may maintains said signature s<sub>A</sub> private to itself.
0025According to another aspect there may be provided a method of establishing a session key K at a correspondent B in a public key data communication system to establish a common key with a correspondent A to permit exchange of information therebetween over a communication channel, said correspondent B having a private key b and a public key p<sub>B</sub> derived from a generator α and said private key b, said method including the steps of: <ul id="ul0007" list-style="none" compact="compact"><li>i) said correspondent B receiving from said correspondent A a message including an exponentiated function f(α)<sup>g(x)</sup>, wherein x is a random integer selected by said correspondent A, g(x) is a function of said random integer x, and f(α) is a function of said generator; and</li><li>ii) said correspondent B utilizing a public key p<sub>A</sub> of said correspondent A and information in said message to compute a session key K, said session key K corresponding to a session key computable by said correspondent A.</li></ul>
0026According to another aspect there may be provided a method of establishing a session key K at a correspondent A in a public key data communication system to permit exchange of information with a correspondent B over a communication channel, said correspondent A having a respective private key and a public key derived from a generator α and said private key, said method including the steps of: <ul id="ul0008" list-style="none" compact="compact"><li>i) said correspondent A selecting a first random integer and exponentiating a function including said generator to a power to provide a first exponentiated function r<sub>a</sub>;</li><li>ii) said correspondent A generating a first signature <i>s<sub>A</sub></i> from said random integer and an integer <i><o ostyle="single">r<sub>a</sub></o></i> derived from said exponentiated function r<sub>a</sub>;</li><li>iii) said correspondent A forwarding to a second correspondent B a message derived from said first exponentiated function r<sub>a</sub>, whereby said correspondent B can use information in said message along with information private to itself to construct said session key K;</li><li>iv) said correspondent A receiving from said second correspondent B a message derived from a second exponential function r<sub>b</sub>, wherein r<sub>b</sub> is a function derived from said generator and a random integer selected by said correspondent B; and</li><li>v) said correspondent A constructing said session key K by exponentiating information made public by said correspondent B with information that is private to said correspondent A.</li></ul>
0027According to another aspect there may be provided a method of establishing a session key K at a correspondent B in a public key data communication system to permit exchange of information with a correspondent A over a communication channel, said correspondent B having a respective private key and a public key derived from a generator α and said private key, said method including the steps of: <ul id="ul0009" list-style="none" compact="compact"><li>i) said correspondent B selecting a first random integer and exponentiating a function including said generator to a power to provide a first exponentiated function r<sub>b</sub>;</li><li>ii) said correspondent B generating a signature <i>s<sub>B</sub></i> from said random integer and an integer <i><o ostyle="single">r<sub>b</sub></o></i> derived from said exponentiated function r<sub>b</sub>;</li><li>iii) said correspondent B forwarding to a second correspondent A a message derived from said first exponentiated function r<sub>b</sub>, whereby said correspondent A can use information in said message along with information private to itself to construct said session key K;</li><li>iv) said correspondent B receiving from said second correspondent A a message derived from a second exponential function r<sub>a</sub>, wherein r<sub>a</sub> is a function derived from said generator and a random integer selected by said correspondent A; and</li><li>v) said correspondent B constructing said session key K by exponentiating information made public by said correspondent A with information that is private to said correspondent B.</li></ul>
0028The first signature <i>s<sub>A</sub></i> may be computed as <i>s<sub>A</sub></i> = <i>x</i> + <i><o ostyle="single">r<sub>a</sub></o>a</i> mod(<i>p</i>-1), wherein <i>x</i> is said first random integer and <i>a</i> is said private key of said correspondent A.
0029The signature s<sub>A</sub> may be computed as <i>s<sub>A</sub></i> = <i>x</i> + <i>r<sub>A</sub>a</i>α<i><sup>a</sup></i> mod(<i>p</i>-1).
0030The signature s<sub>A</sub> may be of the form <i>s<sub>A</sub></i> = <i>x - r<sub>A</sub>a</i>α<i><sup>a</sup></i> mod(<i>p</i>-1).
0031According to another aspect f(α) = α.
0032According to another aspect there may be provided a system for performing the method described herein.
0033According to another aspect there may be provided a computer readable medium having stored thereon computer readable instructions for performing the method described herein.
BRIEF DESCRIPTION OF DRAWING
0034Embodiments of the invention will now be described by way of example only with reference to the accompanying drawings in which: <ul id="ul0010" list-style="none" compact="compact"><li><figref idref="f0001">Figure 1</figref> is a schematic representation of a data communication system.</li></ul>
DETAILED DESCRIPTION
0035Referring therefore to <figref idref="f0001">Figure 1</figref>, a pair of correspondents, 10,12, denoted as correspondent A and correspondent B, exchange information over a communication channel 14. A cryptographic unit 16,18 is interposed between each of the correspondents 10, 12 and the channel 14. A key 20 is associated with each of the cryptographic units 16,18 to convert plaintext carried between each unit 16,18 and its respective correspondent 10,12 into ciphertext carried on the channel 14.
0036In operation, a message generated by correspondent A, 10, is encrypted by the unit 16 with the key 20 and transmitted and transmitted as ciphertext over channel 14 to the unit 18.
0037The key 20 operates upon the ciphertext in the unit 18 to generate a plaintext message for the correspondent B, 12. Provided the keys 20 correspond, the message received by correspondent 12 will be that sent by the correspondent 10.
0038In order for the system shown in <figref idref="f0001">Figure 1</figref> to operate, it is necessary for the keys 20 to be identical and therefore a key agreement protocol is established that allows the transfer of information in a public manner to establish the identical keys. A number of protocols are available for such key generation and are variants of the Diffie-Hellman key exchange. Their purpose is for parties A and B to establish a secret session key K.
0039The system parameters for these protocols are a prime number p and a generator α of the multiplicative group Z<sup>*</sup>p. Correspondent A has private key a and public key p<sub>A</sub> = α<sup>a</sup>. Correspondent B has private key b and public key p<sub>B</sub> = α<sup>b</sup>. In the protocol exemplified below, text<sub>A</sub> refers to a string of information that identifies party A. If the other correspondent B possesses and authentic copy of correspondent A's public key, then text<sub>A</sub> will contain A's public-key certificate, issued by a trusted center; correspondent B can use his authentic copy of the trusted center's public key to verify correspondent A's certificate, hence obtaining an authentic copy of correspondent A's public key.
0040In each example below it is assumed that, an interloper E wishes to have messages from A identified as having originated from E herself. To accomplish this, E selects a random integer e, 1≤e≤p-2, computes p<sub>E</sub>=(p<sub>A</sub>)<sup>e</sup>=α<sup>ae</sup> mod p, and gets this certified as her public key. E does not know the exponent ae, although she knows e. By substituting text<sub>E</sub> for text<sub>A</sub>, the correspondent B will assume that the message originates from E rather than A and use E's public key to generate the session key K. E also intercepts the message from B and uses his secret random integer e to modify its contents. A will then use that information to generate the same session key allowing A to communicate with B.
0041To avoid interloper E convincing B that he is communicating with E, the following protocol is adapted.
0042The purpose of the protocol is for parties A and B to establish a session key K. The protocols exemplified are role-symmetric and non-interactive.
0043The system parameters for this protocol are a prime number p and a generator α of the multiplicative group Z<sup>*</sup><sub>p</sub>. User A has private key a and public key p<sub>A</sub> = α<sup>a</sup>. User B has private key b and public key p<sub>B</sub> = α<sup>b</sup>.
First Protocol
0044<ol id="ol0003" compact="compact"><li>1. A picks a random integer x, 1≤x≤p-2, and computes r<sub>A</sub> = α<sup>x</sup> and a signature s<sub>A</sub> = x - r<sub>A</sub>aα<sup>a</sup> mod (p-1). A sends {r<sub>A</sub>, s<sub>A</sub>, text<sub>A</sub>} to B.</li><li>2. B picks a random integer y, 1 ≤y≤p-2, and computes r<sub>B</sub> = α<sup>y</sup> and a signature S<sub>B</sub> = y - r<sub>b</sub>bα<sup>b</sup> mod (p-1). B sends {r<sub>B</sub>, S<sub>B</sub>, text<sub>B</sub>} to A.</li><li>3. A computes α<i><sup>s<sub2>B</sub2></sup></i>(<i>p<sub>B</sub></i>)<sup><i>r<sub>B</sub></i><sub2>αb</sub2></sup> and verifies that this is equal to r<sub>B</sub>. A computes the session key K = (r<sub>B</sub>)<sup>x</sup> = α<sup>x<sub2>y</sub2></sup></li><li>4. B computes α<i><sup>s<sub2>A</sub2></sup></i>(<i>p<sub>A</sub></i>)<sup><i>r<sub>A</sub></i>α<sup2>a</sup2></sup> and verifies that this is equal to r<sub>A</sub>. B computes the session key K = (r<sub>A</sub>)<sup>y</sup>= α<sup>x<sub2>y</sub2></sup>.</li></ol>
0045Should E replace text<sub>A</sub> with text <sub>E</sub>, B will compute α<i><sup>s<sub2>A</sub2></sup></i>(<i>P<sub>E</sub></i>)<sup><i>r<sub>A</sub></i>α<sub2>a</sub2></sup> which will not correspond with the transmitted value of r<sub>A</sub>. B will thus be alerted to the interloper E and will proceed to initiate another session key.
0046One drawback of the first protocol is that it does not offer perfect forward secrecy. That is, if an adversary learns the long-term private key a of party A, then the adversary can deduce all of A's past session keys. The property of perfect forward secrecy can be achieved by modifying Protocol 1 in the following way.
Modified First Protocol
0047In step l, A also sends α<sup><i>x</i><sub2>1</sub2></sup> to B, where x<sub>1</sub> is a second random integer generated by A Similarly, in step 2, B also sends α<sup><i>y</i><sub2>1</sub2></sup> to A, where y<sub>1</sub> is a random integer. A and B now compute the key <i>K</i> = α<sup>xy</sup>⊕ α<sup><i>x</i><sub2>1</sub2><i>y</i><sub2>1</sub2></sup>.
0048Another drawback of the first protocol is that if an adversary learns the private random integer x of A, then the adversary can deduce the long-term private key a of party A from the equation s<sub>A</sub> = x - r<sub>A</sub>aα<sup>a</sup> mod p-1. This drawback is primarily theoretical in nature since a well designed implementation of the protocol will prevent the private integers from being disclosed.
Second Protocol
0049A second protocol set out below addresses these two drawbacks. <ol id="ol0004" compact="compact"><li>1. A picks a random integer x, 1≤x≤p-2, and computes (<i>p<sub>B</sub></i>)<i><sup>x</sup></i>, α<sup>x</sup> and a signature <i>s<sub>A</sub></i> = <i>x</i> + <i>α</i>α<i><sup>a</sup></i>(<i>p<sub>B</sub></i>)<i><sup>x</sup></i> mod(<i>p-1</i>)<i>.</i> A sends {α<sup>x</sup>, s<sub>A</sub>, text<sub>A</sub>} to B.</li><li>2. B picks a random integer y, 1≤y≤p-2, and computes (<i>p<sub>A</sub></i>)<sup>y</sup>, α<sup>y</sup> and a signature <i>s<sub>B</sub></i> = <i>y</i> + <i>b</i>α<i><sup>b</sup></i>(<i>p<sub>A</sub></i>)<i><sup>y</sup></i> mod(<i>p</i>-1). B sends {α<sup>y</sup>, s<sub>B</sub>, text<sub>B</sub> } to A.</li><li>3. A computes (α<sup>y</sup>)<sup>a</sup> and verifies that α<i><sup>s<sub2>B</sub2></sup></i> (<i>p<sub>B</sub></i>)<sup>-α<sub2>b</sub2><i>α<sub>ay</sub></i></sup> = α<i><sup>y</sup>.</i> A then computes session key <i>K</i> = α<i><sup>ay</sup></i>(<i>p<sub>B</sub></i>)<i><sup>x</sup></i>.</li><li>4. B computes (α<sup>x</sup>)<sup>b</sup> and verifies that <i>α<sup>s<sub2>A</sub2></sup></i>(<i>p<sub>A</sub></i>)<sup>-α<sub2>a</sub2> α<sup2>bx</sup2></sup>= α<i><sup>x</sup>.</i> A then computes session key <i>K</i> = α<i><sup>bx</sup></i>(<i>p<sub>A</sub></i>)<i><sup>y</sup>.</i></li></ol>
0050The second protocol improves upon the first protocol in the sense that it offers perfect forward secrecy. While it is still the case that disclosure of a private random integer x allows an adversary to learn the private key a, this will not be a problem in practice because A can destroy x as soon as she uses it in step 1 of the protocol.
0051If A does not have an authenticated copy of B's public key then B has to transmit a certified copy of his key to B at the beginning of the protocol. In this case, the second protocol is a three-pass protocol.
0052The quantity s<sub>A</sub> serves as A's signature on the value α<sup>x</sup>. This signature has the novel property that it can only be verified by party B. This idea can be generalized to all ElGamal-like signatures schemes.
0053The first and second protocols above can be modified to improve the bandwidth requirements and computational efficiency of the key agreement. The modified protocols are described below as Protocol 1' and Protocol 2'. In each case, A and B will share the common key α<i><sup>s<sub2>A</sub2>s<sub2>B</sub2></sup>.</i>
Protocol 1'
0054<ol id="ol0005" compact="compact"><li>1. A picks a random integer x, 1≤x≤p-2, and computes r<sub>A</sub> = α<sup>a</sup> and s<sub>A</sub> = x + r<sub>A</sub>aα<sup>a</sup> mod (p-1). A sends {r<sub>A</sub>, text<sub>A</sub>} to B.</li><li>2. B picks a random integer y, 1≤y≤p-2, and computes r<sub>B</sub> = α<sup>y</sup> and s<sub>B</sub> = y + r<sub>B</sub>bα<sup>b</sup> mod (p-1). B sends {r<sub>B</sub>, text<sub>B</sub>} to A.</li><li>3. A computes <i>K</i> = (<i>r<sub>B</sub></i>(<i>p<sub>B</sub></i>)<sup><i>r<sub>B</sub></i><sub2>αb</sub2></sup>)<i><sup><sub2>sA</sub2></sup></i> which is equivalent to α<i><sup>s<sub2>A</sub2>s<sub2>B</sub2></sup></i>.</li><li>4. B computes <i>K</i> = (<i>r<sub>A</sub></i>(<i>p<sub>A</sub></i>)<i><sup>r<sub2>A</sub2>α<sup2>a</sup2></sup></i>)<i><sup>s<sub2>B</sub2></sup></i> which is also equivalent to α<i><sup>s<sub2>A</sub2>s<sub2>B</sub2></sup></i>.</li></ol>
0055A and B thus share the common key but it will be noted that the signatures s<sub>A</sub> and s<sub>B</sub> need not be transmitted.
Protocol 2'
0056<ol id="ol0006" compact="compact"><li>1. A picks a random integer x, 1≤x≤p-2, and computes (p<sub>B</sub>)<sup>x</sup>, α<sup>x</sup> and s<sub>A</sub> = x + a(p<sub>B</sub>)<sup>x</sup> mod (p-1). A sends {α<sup>x</sup>, text<sub>A</sub>} to B.</li><li>2. B picks a random integer y, 1≤y≤p-2, and computes (p<sub>A</sub>)<sup>y</sup>, α<sup>y</sup> and s<sub>B</sub> = y + b(p<sub>A</sub>)<sup>y</sup> mod (p-1). B sends {a<sup>y</sup>, text <sub>B</sub>} to A.</li><li>3. A computes (α<sup>y</sup>)<sup>a</sup> and <i>K</i> = (α<i><sup>y</sup></i>(<i>p<sub>B</sub></i>)<sup>α<i><sup>b</sup></i>α<sup2>αy</sup2></sup>)<i><sup>s<sub2>A</sub2></sup></i>, i.e. <i>α<sup>s<sub2>A</sub2>s<sub2>B</sub2></sup></i>.</li><li>4. B computes (α<sup>x</sup>)<sup>b</sup> and <i>K</i> = (α<sup>x</sup>(<i>p<sub>A</sub></i>)<sup>α<sup2>a</sup2>α<sub2>ay</sub2></sup>)<i><sup>s<sub2>B</sub2></sup></i> i.e. <i>α<sup>s<sub2>A</sub2>s<sub2>B</sub2></sup></i>.</li></ol>
0057Again therefore the transmission of s<sub>A</sub> and s<sub>B</sub> is avoided.
0058A further protocol is available for parties A and B to establish a session key K.
Third Protocol
0059The system parameters for this protocol are a prime number p and a generator α for the multiplicative group Z<sup>*</sup><i><sub>p</sub></i>. User A has private key a and public key p<sub>A</sub> = α<sup>a</sup>. User B has private key b and public key p<sub>B</sub> = α<sup>b</sup>. <ol id="ol0007" compact="compact"><li>1. A picks two random integers x, X<sub>1</sub>, 1≤x,x<sub>1</sub>≤p-2, and computes r<sub>x1</sub> = α<sup>x1</sup>, r<sub>A</sub> = α<sup>x</sup> and (<i>r<sub>A</sub></i>)<sup><i>r</i><sub2><i>x</i>1</sub2></sup>, then computes a signature s<sub>A</sub> = xr<sub>x1</sub>-(r<sub>A</sub>)<sup>rx1</sup>aα<sup>a</sup> mod (p-1). A sends {r<sub>A</sub>, s<sub>A</sub>, α<sup>x1</sup>, text<sub>A</sub>} to B.</li><li>2. B picks two random integers y, y<sub>1</sub> 1≤5y,y1≤p-2, and computes ry<sub>1</sub> = α<sup>y1</sup>, r<sub>B</sub>= α<sup>y</sup> and (<i>r<sub>B</sub></i>)<sup><i>r</i><sub2><i>y</i>1</sub2></sup>, then computes a signature s<sub>B</sub>= yr<sub>y1</sub> - (r<sub>B</sub>)<sup>ry1</sup>b mod (p-1). A sends {r<sub>B</sub>, s<sub>B</sub>, α<sup>y1</sup>, text<sub>B</sub>} to A.</li><li>3. A computes <maths id="math0002"><math display="inline"><msup><mi>α</mi><msub><mi>S</mi><mi>B</mi></msub></msup><mo></mo><msup><mfenced><msub><mi>p</mi><mi>B</mi></msub></mfenced><msup><mfenced><msub><mi>r</mi><mi>B</mi></msub></mfenced><msub><mi>r</mi><mrow><mi>y</mi><mo></mo><mn>1</mn></mrow></msub></msup></msup></math><img file="EP2315390A2_D0002.tif" /></maths> and verifies that this is equal to (<i>r<sub>B</sub></i>)<sup><i>r</i><sub2><i>y</i>1</sub2></sup>. A computes session key <i>K</i> = <i>(</i>α<sup><i>y</i>1</sup><i>)</i><sup><i>x</i>1</sup> = α<sup><i>x</i>1.<i>y</i>1</sup></li><li>4. B computes <maths id="math0003"><math display="inline"><msup><mi>α</mi><msub><mi>S</mi><mi>A</mi></msub></msup><mo></mo><msup><mfenced><msub><mi>p</mi><mi>A</mi></msub></mfenced><msup><mfenced><msub><mi>r</mi><mi>A</mi></msub></mfenced><msub><mi>r</mi><mrow><mi>x</mi><mo></mo><mn>1</mn></mrow></msub></msup></msup></math><img file="EP2315390A2_D0003.tif" /></maths> and verifies that this is equal to (<i>r<sub>A</sub></i>)<sup><i>r</i><sub2><i>x</i>1</sub2></sup>. B computes session key <i>K</i> = <i>(</i>α<i><sup>x1</sup>)<sup>y1</sup></i> = α<i><sup>x1y1</sup></i></li></ol>
0060In these protocols, (r<sub>A</sub>, s<sub>A</sub>) can be thought of as the signature of r<sub>x1</sub> with the property that only A can sign the message r<sub>x1</sub>.
Key Transport Protocol
0061The protocols described above permit the establishment and authentication of a session key K. It is also desirable to establish a protocol in which permits A to transport a session key K to party B. Such a protocol is exemplified below. <ol id="ol0008" compact="compact"><li>1. A picks a random integer x, 1≤x≤p-2 and computes r<sub>A</sub> = α<sup>x</sup> and a signature s<sub>A</sub> = x-r<sub>A</sub>aα<sup>a</sup> mod (p-1). A computes session key K = (p<sub>B</sub>)<sup>x</sup> and sends {r<sub>A</sub>, s<sub>A</sub>, text<sub>A</sub>} to B.</li><li>2. B computes <i>α<sup>s<sub2>A</sub2></sup></i> (<i>p<sub>A</sub></i>)<sup><i>r<sub>A</sub></i><sub2>αa</sub2></sup> and verifies that this quantity is equal to r<sub>A</sub>. B computes session key K = (r<sub>A</sub>)<sup>b</sup>.</li></ol>
Modified Key Transport Protocol
0062The above protocol may be modified to reduce the bandwidth by avoiding the need to transmit the signature s<sub>A</sub> as follows: <ul id="ul0011" list-style="none" compact="compact"><li>1. A picks a random integer x, 1≤x≤p-2, and computes r<sub>A</sub> = α<sup>x</sup> and s<sub>A</sub> = x - r<sub>A</sub>aα<sup>a</sup> mod (p-1). A computes <i>K</i> = <i>(p</i><sub>B</sub>)<sup>sA</sup> and sends (r<sub>A</sub>, text<sub>A</sub>) to B.</li><li>2. B computes <i>K</i> = (α<i><sup>x</sup></i>(<i>p<sub>A</sub></i>)<sup>-r<sub2>Aαa</sub2></sup>)<i><sup>b</sup></i> = α<i><sup>bs</sup>A</i></li></ul>
0063All one-pass key transport protocols have the following problem of replay. Suppose that a one-pass key transport protocol is used to transmit a session key K from A to B as well as some text encrypted with the session key K. Suppose that E records the transmission from A to B. If E can at a later time gain access to B's decryption machine (but not the internal contents of the machine, such as B's private key), then, by replaying the transmission to the machine, E can recover the original text. (In this scenario, E does not learn the session key K).
0064This replay attack can be foiled by usual methods, such as the use of timestamps. There are, however, some practical situations when B has limited computational resources, in which it is more suitable at the beginning of each session, for B to transmit a random bit string k to A. The session key that is used to encrypt the text is then k ⊕ K, i.e. k XOR' d with K.
0065The signing equation s<sub>A</sub> = x - r<sub>A</sub>aα<sup>a</sup> where r<sub>a</sub> = α<sup>x</sup> in protocol 1, and the key transportation protocols; r<sub>A</sub> = α<sup>xb</sup> in protocol 2, can be replaced with several variants. Some of them are: <ul id="ul0012" list-style="none" compact="compact"><li>r<sub>A</sub> = s<sub>A</sub>x+z</li><li>s<sub>A</sub> = xα<sup>a</sup> + ar<sub>A</sub></li><li>s<sub>A</sub> = xr<sub>A</sub> + aα<sup>a</sup></li><li>1 = ar<sub>A</sub> + xs<sub>A</sub></li></ul>
0066All the protocols discussed above have been described in the setting of the multiplicative group Z<sup>*</sup><i><sub>p</sub></i>. However, they can all be easily modified to work in any finite group in which the discrete logarithm problem appears intractable. Suitable choices include the multiplicative group of a finite filed (in particular the finite field GF(2<sup>n</sup>), subgroups of Z<sup>*</sup><i><sub>p</sub></i> of order q, and the group of points on an elliptic curve defined over a finite field. In each case, an appropriate generator a will be used to define the public keys.
0067The protocols discussed above can also be modified in a straightforward way to handle the situation when each user picks their own system parameters p and α (or analogous parameters if a group other than Z<sup>*</sup><i><sub>p</sub></i> is used).
0068In the above protocols, a signature component of the general form s<sub>A</sub> = x + r<sub>a</sub>.a.α<sup>a</sup> has been used.
0069The protocols may be modified to use a simpler signature component of the general form s<sub>A</sub> = x + r<sub>a</sub>.a without jeopardizing the security.
0070Examples of such protocols will be described below using the same notation although it will be understood that the protocols could be expressed in alternative notation if preferred.
Protocol 1"
0071This protocol will be described using an implementation in the multiplicative group Z<sup>*</sup><i>p</i> with the following notation: <ul id="ul0013" list-style="none" compact="compact"><li>p is a prime number,</li><li>α is a generator of Z<sup>*</sup><i><sub>p</sub></i>,</li><li>a and b are party A's and B's respective long-term private key,</li><li>α<sup>a</sup> mod p is party A's long-term private key,</li><li>α<sup>b</sup> mod p is party B's long-term private key,</li><li>x is a random integer selected by A as a short-term private key,</li><li>r<sub>a</sub> = α<sup>x</sup> mod p is party A's short-term public key,</li><li>y is a random integer selected by B as a short-term private key,</li><li>r<sub>b</sub> = α<sup>y</sup> mod p is party B's short-term public key,</li><li><i><o ostyle="single">r<sub>a</sub></o></i> is an integer derived from r<sub>a</sub> and is typically the 80 least significant bits of r<sub>a</sub>,</li><li><i><o ostyle="single">r<sub>b</sub></o></i> is an integer derived from r<sub>b</sub> and is typically the 80 least significant bits of r<sub>b</sub>.</li></ul>
0072To implement the protocol, <ol id="ol0009"><li>1. A sends r<sub>a</sub> to B.</li><li>2. B sends r<sub>B</sub> to A.</li><li>3. A computes s<sub>A</sub> = x + <i><o ostyle="single">r<sub>a</sub></o></i> .a mod (p-1).</li><li>4. A computes the session key K where <i>K</i> = (α<i><sup>y</sup></i>(α<i><sup>b</sup></i>)<o ostyle="single"><sup>r</sup>b</o>)<i><sup>s</sup>A</i> mod p.</li><li>5. B computes s<sub>B</sub> = y + <o ostyle="single">r<i><sub>b</sub></i></o> .b mod (p-1).</li><li>6. B computes the session key K where <i>K</i> = (α<i><sup>x</sup></i>(α<i><sup>a</sup></i>)<i><o ostyle="single"><sup>r</sup>a</o></i>)<i><sup>s<sub2>B</sub2></sup></i> mod p.</li><li>7. The shared secret is α<i><sup>s<sub2>B</sub2>s<sub2>A</sub2></sup></i> mod p.</li></ol>
0073In this protocol, the bandwidth requirements are again reduced by the signature components combine the short and long-term keys of the correspondent to inhibit an attack by an interloper.
0074The above protocol may also be implemented using a subgroup of Z<sup>*</sup><i><sub>p</sub></i> . In this case, q will be a prime divisor of (p- 1) and g will be an element of order p in Z<sup>*</sup><i><sub>p</sub></i>.
0075A's and B's public keys will be of the form g<sup>a</sup>, g<sup>b</sup> respectively and the short-term keys r<sub>a</sub>, r<sub>b</sub> will be of the form g<sup>x</sup>, g<sup>y</sup>.
0076The signature components s<sub>A</sub>, s<sub>B</sub> are computed mod q and the session key K computed mod q as before. The shared secret is then <i>g<sup>s<sub2>B</sub2>s<sub2>A</sub2></sup></i> od p.
0077As noted above, the protocols may be implemented in groups other than Z<sup>*</sup><i><sub>p</sub></i> and a particularly robust group is the group of points on an elliptic curve over a finite field. An example of such an implementation is set out below as protocol 1"'.
Protocol 1"'
0078The following notation is used: <ul id="ul0014" list-style="none" compact="compact"><li>E is an elliptic curve defined over Fq,</li><li>P is a point of prime order n in E(Fq),</li><li>da (1<da<n-1) is party A's long-term private key,</li><li>d<sub>b</sub> (1<d<sub>b</sub><n-1) is party B's long-term private key,</li><li>Q<sub>a</sub> = daP is party A's long-term public key,</li><li>Q<sub>b</sub> = d<sub>b</sub>P is party B's long-term public key,</li><li>k(1<k<n-1) is party A's short-term private key,</li><li>r<sub>a</sub> = kP is party A's short-term public key,</li><li>m (1<m<n-1) is party B's short-term private key,</li><li>r<sub>b</sub> = mP is party B's short-term public key,</li><li><i><o ostyle="single">r<sub>a</sub></o></i> and <i><o ostyle="single">r<sub>b</sub></o></i> respectively are bit strings, for example the 80 least significant bits of the x co-ordinate of r<sub>a</sub> and r<sub>b</sub>.</li></ul>
0079To implement the protocol: <ol id="ol0010"><li>1. A sends r<sub>a</sub> to B.</li><li>2. B sends r<sub>b</sub> to A.</li><li>3. A computes s<sub>A</sub> = (k + <i><o ostyle="single">r<sub>a</sub></o></i> .d<sub>a</sub>) mod n.</li><li>4. A computes the session key K where <i>K</i>=<i>s</i><sub>b</sub><i>(r</i><sub>b</sub> + <i><o ostyle="single">r<sub>b</sub></o> Q</i><sub>b</sub><i>)</i></li><li>5. B computes s<sub>b</sub> = (m + <i><o ostyle="single">r<sub>b</sub></o></i> d<sub>b</sub>) mod n.</li><li>6. B computes the session key K where <i>K=s<sub>b</sub>(r<sub>a</sub></i>+<i><o ostyle="single">r<sub>a</sub></o> Q<sub>α</sub>).</i></li><li>7. The shared secret is s<sub>a</sub>s<sub>b</sub>P.</li></ol>
0080Again, it will be noted that it is not necessary to send the signature components s<sub>A</sub>, s<sub>B</sub> between the correspondent but the short and long-term keys of the correspondents are combined by the form of the components. (It will be appreciated that the notation m has been substituted for x,y in the previous examples to avoid confusion with the co-ordinate (x,y) of the points on the curve).
Contents4
5 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| EP0393806A2 | Cites | European Patent Office (EPO) | Search report |
| EP0639907A1 | Cites | European Patent Office (EPO) | Search report |
| EP0739105A1 | Cites | European Patent Office (EPO) | Search report |
| DE3915262A1 | Cites | Germany | Search report |
| None | Non-patent | – | Applicant |
53 members in 8 offices
Priority claims3
| Document | Office | Kind | Date |
|---|---|---|---|
| 09162881 | European Patent Office (EPO) | A | |
| 07000020 | European Patent Office (EPO) | A | |
| 96944186 | European Patent Office (EPO) | A |
Members53
| Document | Office | Kind | |
|---|---|---|---|
| CA2174261A1 | Canada | A1 | |
| CA2579259A1 | Canada | A1 | |
| EP0739105A1 | European Patent Office (EPO) | A1 | |
| WO9633565A1 | World Intellectual Property Organization (WIPO) | A1 | |
| AU5266596A | Australia | A | |
| CA2176972A1 | Canada | A1 | |
| CA2237688A1 | Canada | A1 | |
| WO9818234A1 | World Intellectual Property Organization (WIPO) | A1 | |
| AU1405797A | Australia | A | |
| US5761305A | United States of America | A | |
| EP0873617A1 | European Patent Office (EPO) | A1 | |
| US5889865A | United States of America | A | |
| US5896455A | United States of America | A | |
| JP2000502553A | Japan | A | |
| US6122736A | United States of America | A | |
| US6785813B1 | United States of America | B1 | |
| EP0739105B1 | European Patent Office (EPO) | B1 | |
| DE69633590D1 | Germany | D1 | |
| EP1496644A2 | European Patent Office (EPO) | A2 | |
| EP1496644A3 | European Patent Office (EPO) | A3 | |
| US2005182936A1 | United States of America | A1 | |
| DE69633590T2 | Germany | T2 | |
| EP0873617B1 | European Patent Office (EPO) | B1 | |
| DE69636815D1 | Germany | D1 | |
| EP1768300A1 | European Patent Office (EPO) | A1 | |
| CA2174261C | Canada | C | |
| CA2237688C | Canada | C | |
| DE69636815T2 | Germany | T2 | |
| US2008162940A1 | United States of America | A1 | |
| CA2176972C | Canada | C | |
| EP1768300B1 | European Patent Office (EPO) | B1 | |
| DE69637956D1 | Germany | D1 | |
| EP2104268A2 | European Patent Office (EPO) | A2 | |
| JP4384728B2 | Japan | B2 | |
| CA2579259C | Canada | C | |
| US7779259B2 | United States of America | B2 | |
| US2010281259A1 | United States of America | A1 | |
| EP2315389A2 | European Patent Office (EPO) | A2 | |
| EP2315390A2This record | European Patent Office (EPO) | A2 | |
| EP2315391A2 | European Patent Office (EPO) | A2 | |
| EP2104268A3 | European Patent Office (EPO) | A3 | |
| EP2315390A3 | European Patent Office (EPO) | A3 | |
| EP2315389A3 | European Patent Office (EPO) | A3 | |
| EP2315391A3 | European Patent Office (EPO) | A3 | |
| US8090947B2 | United States of America | B2 | |
| US2012079274A1 | United States of America | A1 | |
| HK1157524A | Hong Kong, China | A | |
| HK1157528A | Hong Kong, China | A | |
| HK1157529A | Hong Kong, China | A | |
| EP2104268B1 | European Patent Office (EPO) | B1 | |
| EP2315391B1 | European Patent Office (EPO) | B1 | |
| EP2315389B1 | European Patent Office (EPO) | B1 | |
| EP2315390B1 | European Patent Office (EPO) | B1 |
45 legal events, as 6 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Patent expired after termination of 20 yearsExpiredPE20 | PE20 | GB | |
| Expiry of rightR071 | R071 | DE | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Fee paymentPLFP | PLFP | FR | |
| No opposition filedOpposition26N | 26N | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: NO OPPOSITION FILED WITHIN TIME LIMITSTAA | STAA | EP | |
| No opposition filed against granted patent, or epo opposition proceedings concluded without decisionGrantedR097 | R097 | DE | |
| Patent ceasedCeasedPL | PL | CH | |
| Standard patents granted in hong kongGrantedGR | GR | HK | |
| Dpma publication of mentioned ep patent grantGrantedR096 | R096 | DE | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Designated contracting statesAK | AK | EP | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Intention to grant announcedINTG | INTG | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| Amendment of ipc main classPREVIOUS MAIN CLASS: H04L0009320000R079 | R079 | DE | |
| First examination report despatched17Q | 17Q | EP | |
| Requests to designate patent in hong kongDE | DE | HK | |
| Party data changed (applicant data changed or rights of an application transferred)RAP1 | RAP1 | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAX | AX | EP | |
| Information provided on ipc code assigned before grantRIC1 | RIC1 | EP | |
| Information on inventor provided before grant (corrected)RIN1 | RIN1 | EP | |
| Information on inventor provided before grant (corrected)RIN1 | RIN1 | EP | |
| Information on inventor provided before grant (corrected)RIN1 | RIN1 | EP | |
| Request for examination filed17P | 17P | EP | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAX | AX | EP | |
| Search report despatchedORIGINAL CODE: 0009013PUAL | PUAL | EP | |
| Public reference made under article 153(3) epc to a published international application that has entered the european phaseORIGINAL CODE: 0009012PUAI | PUAI | EP |
Numbers
- Publication
- 2315390
- Application
- 101863181
Titles3
- German
- Schlüsselvereinbarungs- und Transportprotokoll mit impliziten Signaturen
- English
- Key agreement and transport protocol with implicit signatures
- French
- Accord-clé et protocole de transport avec signatures implicites
Classification
- CPC, 3
- H04L9/3013
- H04L9/0844
- Y04S40/20
- IPC, 3
- H04L9 32
- H04L9 08
- H04L9 30
Designated states10
- Contracting states, 5
- Switzerland
- Germany
- France
- United Kingdom
- Liechtenstein
- Extension states, 5
- Albania
- Lithuania
- Latvia
- Romania
- Slovenia