Key agreement and transport protocol with implicit signatures
21 claims: 3 independent, 18 dependent
- 1A method of establishing a session key between a pair of correspondents A,B in a public key data communication system to permit exchange of information therebetween over a communication channel, each of said correspondents having a respective private key a,b and a public key p A , p B derived from a generator α and respective ones of said private keys a,b, said method including the steps of:i) a first of said correspondents 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(α) g(x) ;ii) said first correspondent A generating a first signature S A from said random integer x said exponentiated function f(α) g(x) and said private key a to bind said integer x and said private key a, said first correspondent A maintaining said first signature private to itself;iii) said first correspondent A forwarding to a second correspondent B a message including said first exponentiated function f(α) g(x) ;iv) said correspondent B selecting a second random integer y and exponentiating a second function f(α) including said generator to a power g(y) to provide a second exponentiated function f(α) g(y) and generating a signature S B obtained from said second integer y said second exponentiated function f(α) g(y) and said private key b to bind said integer y and said private key b, said second correspondent B maintaining said second signature S B private to itself;v) said second correspondent B forwarding a message to said first correspondent A including said second exponentiated function f(α) g(y) ;and vi) each of said correspondents constructing a session key K by exponentiating information made public by the other correspondent with information that is private to themselves whereby subsequent decryption of information confirms establishment of a common key and thereby the identity of said correspondents.
- 7A method according to any one of claims I to 4 wherein said first function f(α) including said generator includes the public key p B of said second correspondent.
- 17A method of transporting a session key K between a pair of correspondents A,B in a public key data communication system to establish a common key to permit exchange of information therebetween over a communication channel, each of said correspondents having a respective private key a,b and a public key p A , p B derived from a generator α and respective ones of said private keys a,b, said method including the steps of:i) a first of said correspondents 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(α) g(x) ;ii) said first correspondent A generating a first signature S A from said random integer x and said exponentiated function f(α) g(x) and said private key a to bind said integer and said private key a, said first correspondent A maintaining said first signature private to itself;iii) said first correspondent A forwarding to a second correspondent B a message including said first exponentiated function f(α) g(x) ;iv) said first correspondent computing said session key K from said public key p B of said second correspondent B and said signature S A ;v) said second correspondent B utilizing the public key p A of said first correspondent and information in said message to compute a session key K' corresponding to said session key K.
Independent claims6
74 paragraphs in 5 sections, as filed
TECHNICAL FIELD
0001The present invention relates to key agreement protocols for transfer and authentication of encryption keys.
BACKGROUND ART
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 Nyberg-Rueppel protocol and the MTI protocol are described in <patcit id="pcit0001" dnum="EP0639907A"><text>EP0639907</text></patcit> and <nplcit id="ncit0001" npl-type="s"><text>MATSUMOTO, T., TAKASHIMA, Y., and IMAI, H.: "On Seeking Smart Public-Key-Distribution Systems", The Transactions of the IECE of Japan, E69: p. 99-106, 1986</text></nplcit>.
0009The 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.
0010For 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 mathvariant="italic">αϵ</mi><mo></mo><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo>*</mo></msubsup></math><img file="EP1768300B1_D0001.tif" /></maths> in a manner guaranteeing authenticity. Correspondent A selects as a long-term private key a random integer "a", 1<a<p-1, 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. <maths id="math0002" num="(1)"><math display="block"><mtable><mtr><mtd><mi mathvariant="normal">A</mi><mo mathvariant="normal">→</mo><mi mathvariant="normal">B</mi><mo mathvariant="normal">:</mo><msup><mi>α</mi><mi mathvariant="normal">x</mi></msup><mspace width="1em" /><mi>mod p</mi></mtd></mtr></mtable></math><img file="EP1768300B1_D0002.tif" /></maths><maths id="math0003" num="(2)"><math display="block"><mtable><mtr><mtd><mi mathvariant="normal">A</mi><mo>←</mo><mi mathvariant="normal">B</mi><mo mathvariant="normal">:</mo><msup><mi>α</mi><mi mathvariant="normal">y</mi></msup><mspace width="1em" /><mi>mod p</mi></mtd></mtr></mtable></math><img file="EP1768300B1_D0003.tif" /></maths> 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, 1≤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>
0011In 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.
0012As such this and related protocols have been considered satisfactory for key establishment and resistant to conventional eavesdropping or man-in-the middle attacks.
0013In some circumstances, it may be advantageous for an adversary to mislead one correspondent as to the true identity of the other correspondent.
0014In 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. Event though E does not learn the value of K the misinformation as to the identity of the correspondents may be useful.
0015A 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.
DISCLOSURE OF INVENTION
0016It is therefore an object of the present invention to provide a protocol in which the above disadvantages are obviated or mitigated.
0017This is achieved by means of the methods claimed in the set of claims appended hereto.
BRIEF DESCRIPTION OF DRAWING
0018Embodiments of the invention will now be described by way of example only with reference to the accompanying drawings in which: <ul id="ul0001" list-style="none" compact="compact"><li><figref idref="f0001">Figure 1</figref> is a schematic representation of a data communication system.</li></ul>
BEST MODE FOR CARRYING OUT THE INVENTION
0019Referring 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.
0020In operation, a message generated by correspondent A, 10, is encrypted by the unit 16 with the key 20 and transmitted as ciphertext over channel 14 to the unit 18.
0021The 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 the correspondent 12 will be that sent by the correspondent 10.
0022In 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.
0023The system parameters for these protocols are a prime number p and a generator α of the multiplicative group <maths id="math0004"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup><mn>.</mn></math><img file="EP1768300B1_D0004.tif" /></maths> 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.
0024In 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.
0025To avoid interloper E convincing B that he is communicating with E, the following protocol is adapted.
0026The 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.
0027The system parameters for this protocol are a prime number p and a generator α of the multiplicative group <maths id="math0005"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup><mn>.</mn></math><img file="EP1768300B1_D0005.tif" /></maths> 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 (Example)
0028<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>α<i>b</i></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>xy</sup>.</li><li>4. B computes α<i><sup>s<sub2>A</sub2></sup></i>(<i>p</i><sub>A</sub>)<sup><i>r<sub>A</sub></i>α<i>a</i></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>xy</sup>.</li></ol>
0029Should 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>α<i>a</i></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.
0030One 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 (Example)
0031In step 1, 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>=α<i><sup>xy</sup></i> ⊕ α<sup><i>x</i><sub2>1</sub2><i>y</i><sub2>1</sub2></sup>.
0032Another 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 (Example)
0033A 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 (p<sub>B</sub>)<sup>x</sup>, α<sup>x</sup> and a signature s<sub>A</sub> = x + aα<sup>a</sup>(p<sub>B</sub>)<sup>x</sup> mod (p-1). 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 (p<i><sub>A</sub></i>)<i><sup>y</sup></i>, α<i><sup>y</sup></i> and a signature s<sub>B</sub> = y + bα<sup>b</sup>(p<sub>A</sub>)<sup>y</sup> mod (p-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>-α<i><sub>b</sub></i>α<i>ay</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>-α<i>a</i></sup>α<i><sup>bx</sup></i>=α<sup>x</sup>. 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>
0034The 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.
0035If 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.
0036The 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.
0037The 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' and Protocol 2' are embodiments of the claimed invention.
Protocol 1'
0038<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>α<i>b</i></sup>)<i><sup>s<sub2>A</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>)<sup><i>r<sub>A</sub></i>α<i>a</i></sup>)<i><sup>s<sub2>B</sub2></sup></i> which is also equivalent to α<sup><i>s<sub>A</sub>s<sub>B</sub></i>.</sup></li></ol>
0039A 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'
0040<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 {α<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>b</i></sup>α<i><sup>ay</sup></i>)<sup>sA</sup>. i.e. α<i><sup>s<sub2>A</sub2>s<sub2>B</sub2></sup></i>.</li><li>4. B computes (a<sup>x</sup>)<sup>b</sup> and <i>K</i>=(α<i><sup>x</sup></i>(<i>p<sub>A</sub></i>)<sup>α<i>a</i></sup>α<i><sup>bx</sup></i>)<sup>s<i>B</i></sup>. i.e. α<i><sup>s<sub2>A</sub2>s<sub2>B</sub2></sup></i>.</li></ol>
0041Again therefore the transmission of S<sub>A</sub> and S<sub>B</sub> is avoided.
0042A further protocol is available for parties A and B to establish a session key K.
Third Protocol (Example)
0043The system parameters for this protocol are a prime number p and a generator α for the multiplicative group <maths id="math0006"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup><mn>.</mn></math><img file="EP1768300B1_D0006.tif" /></maths> 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 <i>r</i><sub><i>x</i><sub2>1</sub2></sub>=α<sup><i>x</i><sub2>1</sub2></sup>, <i>r<sub>A</sub></i>=α<i><sup>x</sup></i> and <maths id="math0007"><math display="inline"><msup><mfenced><msup><mi>r</mi><mi>A</mi></msup></mfenced><msub><mi>r</mi><msub><mi>x</mi><mn>1</mn></msub></msub></msup><mo>,</mo></math><img file="EP1768300B1_D0007.tif" /></maths> then computes a signature <maths id="math0008"><math display="inline"><msub><mi mathvariant="italic">S</mi><mi mathvariant="italic">A</mi></msub><mo mathvariant="italic">=</mo><msub><mi mathvariant="italic">xr</mi><msub><mi mathvariant="italic">x</mi><mn mathvariant="normal">1</mn></msub></msub><mo mathvariant="italic">-</mo><msup><mfenced><msub><mi mathvariant="italic">r</mi><mi mathvariant="italic">A</mi></msub></mfenced><msub><mi mathvariant="italic">r</mi><msub><mi mathvariant="italic">x</mi><mn mathvariant="normal">1</mn></msub></msub></msup><mo></mo><msup><mi mathvariant="italic">aα</mi><mi mathvariant="italic">a</mi></msup></math><img file="EP1768300B1_D0008.tif" /></maths> mod (p-1). A sends {<i>r<sub>A</sub></i>, <i>s<sub>A</sub></i>, α<sup><i>x</i><sub2>1</sub2></sup>, <i>text<sub>A</sub></i>} to B.</li><li>2. B picks two random integers y, y<sub>1</sub>, 1≤y,y<sub>1</sub>≤p-2, and computes <i>r</i><sub><i>y</i><sub2>1</sub2></sub> =α<sup><i>y</i><sub2>1</sub2></sup>, <i>r<sub>B</sub></i>=α<i><sup>y</sup></i> and <maths id="math0009"><math display="inline"><msup><mfenced><msup><mi>r</mi><mi>B</mi></msup></mfenced><msub><mi>r</mi><msub><mi>y</mi><mn>1</mn></msub></msub></msup><mo>,</mo></math><img file="EP1768300B1_D0009.tif" /></maths> then computes a signature <maths id="math0010"><math display="inline"><msub><mi mathvariant="italic">S</mi><mi mathvariant="italic">B</mi></msub><mo mathvariant="italic">=</mo><msub><mi mathvariant="italic">yr</mi><msub><mi mathvariant="italic">y</mi><mn mathvariant="normal">1</mn></msub></msub><mo mathvariant="italic">-</mo><msup><mfenced><msub><mi mathvariant="italic">r</mi><mi mathvariant="italic">B</mi></msub></mfenced><msub><mi mathvariant="italic">r</mi><msub><mi mathvariant="italic">y</mi><mn mathvariant="normal">1</mn></msub></msub></msup><mo></mo><mi>b</mi></math><img file="EP1768300B1_D0010.tif" /></maths> mod (p-1). A sends {<i>r<sub>B</sub></i>, <i>s<sub>B</sub></i>, α<sup><i>Y</i><sub2>1</sub2></sup>, <i>text<sub>B</sub></i>} to A.</li><li>3. A computes <maths id="math0011"><math display="inline"><msup><mi mathvariant="italic">α</mi><msub><mi>s</mi><mi>B</mi></msub></msup><mrow><mo>(</mo><msub><mi>p</mi><mi>B</mi></msub><mo></mo><msup><mrow><mo>)</mo></mrow><msup><mfenced><msub><mi>r</mi><mi>B</mi></msub></mfenced><msub><mi>r</mi><msub><mi>y</mi><mn>1</mn></msub></msub></msup></msup></mrow></math><img file="EP1768300B1_D0011.tif" /></maths> and verifies that this is equal to <maths id="math0012"><math display="inline"><msup><mfenced><msub><mi>r</mi><mi>B</mi></msub></mfenced><msub><mi>r</mi><msub><mi>y</mi><mn>1</mn></msub></msub></msup><mn>.</mn></math><img file="EP1768300B1_D0012.tif" /></maths> A computes session key <i>K</i>=(α<sup><i>y</i><sub2>1</sub2></sup>)<sup><i>x</i><sub2>1</sub2></sup>=α<sup><i>x</i><sub2>1</sub2><i>y</i><sub2>1</sub2></sup>.</li><li>4. B computes <maths id="math0013"><math display="inline"><msup><mi mathvariant="italic">α</mi><msub><mi>s</mi><mi>A</mi></msub></msup><mrow><mo>(</mo><msub><mi>p</mi><mi>A</mi></msub><mo></mo><msup><mrow><mo>)</mo></mrow><msup><mfenced><msub><mi>r</mi><mi>A</mi></msub></mfenced><msub><mi>r</mi><msub><mi>x</mi><mn>1</mn></msub></msub></msup></msup></mrow></math><img file="EP1768300B1_D0013.tif" /></maths> and verifies that this is equal to <maths id="math0014"><math display="inline"><msup><mfenced><msub><mi>r</mi><mi>A</mi></msub></mfenced><msub><mi>r</mi><msub><mi>x</mi><mn>1</mn></msub></msub></msup><mn>.</mn></math><img file="EP1768300B1_D0014.tif" /></maths> B computes session key <i>K</i>=(α<sup><i>x</i><sub2>1</sub2></sup>)<sup><i>y</i><sub2>1</sub2></sup>=α<sup><i>x</i><sub2>1</sub2><i>y</i><sub2>1</sub2></sup><i>.</i></li></ol>
0044In these protocols, (r<sub>A</sub>, s<sub>A</sub>) can be thought of as the signature of <i>r</i><sub><i>x</i><sub2>1</sub2></sub> with the property that only A can sign the message <i>r</i><sub><i>x</i><sub2>1</sub2></sub>.
Kev Transport Protocol (Example)
0045The 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>α<i>a</i></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
0046The above protocol is modified according to the invention to reduce the bandwidth by avoiding the need to transmit the signature S<sub>A</sub> as follows: <ol id="ol0009" 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<sub>B</sub></i>)<i><sup>s<sub2>A</sub2></sup></i> and sends {r<sub>A</sub>, text<sub>A</sub>} to B.</li><li>2. B computes <i>K</i>=α<sup>x</sup>(<i>p<sub>A</sub></i>)<sup>-<i>r<sub>A</sub></i>α<i>a</i></sup>)<i><sup>b</sup></i>=α<sup>bs<i><sub>A</sub></i></sup>.</li></ol>
0047All 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).
0048This 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.
0049The 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: <maths id="math0015"><math display="block"><msub><mi mathvariant="normal">r</mi><mi mathvariant="normal">A</mi></msub><mo mathvariant="normal">=</mo><msub><mi mathvariant="normal">s</mi><mi mathvariant="normal">A</mi></msub><mo></mo><mi mathvariant="normal">x</mi><mo mathvariant="normal">+</mo><mi mathvariant="normal">z</mi></math><img file="EP1768300B1_D0015.tif" /></maths><maths id="math0016"><math display="block"><msub><mi mathvariant="normal">s</mi><mi mathvariant="normal">A</mi></msub><mo mathvariant="normal">=</mo><msup><mi mathvariant="normal">xα</mi><mi mathvariant="normal">a</mi></msup><mo mathvariant="normal">+</mo><msub><mi>ar</mi><mi mathvariant="normal">A</mi></msub></math><img file="EP1768300B1_D0016.tif" /></maths><maths id="math0017"><math display="block"><msub><mi mathvariant="normal">s</mi><mi mathvariant="normal">A</mi></msub><mo mathvariant="normal">=</mo><msub><mi>xr</mi><mi mathvariant="normal">A</mi></msub><mo>+</mo><msup><mi mathvariant="normal">aα</mi><mi mathvariant="normal">a</mi></msup></math><img file="EP1768300B1_D0017.tif" /></maths><maths id="math0018"><math display="block"><mn mathvariant="normal">1</mn><mo mathvariant="normal">=</mo><msub><mi>ar</mi><mi mathvariant="normal">Λ</mi></msub><mo mathvariant="normal">+</mo><msub><mi>xs</mi><mi mathvariant="normal">A</mi></msub></math><img file="EP1768300B1_D0018.tif" /></maths>
0050All the protocols discussed above have been described in the setting of the multiplicative group <maths id="math0019"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup><mn>.</mn></math><img file="EP1768300B1_D0019.tif" /></maths> 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 filed GF(2<sup>n</sup>), subgroups of <maths id="math0020"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup></math><img file="EP1768300B1_D0020.tif" /></maths> of order q, and the group of points on an elliptic curve defined over a finite field. In each case, an appropriate generator α will be used to define the public keys.
0051The 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 <maths id="math0021"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup></math><img file="EP1768300B1_D0021.tif" /></maths> is used).
0052In 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.
0053The 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.
0054Examples 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''
0055This protocol will be described using an implementation in the multiplicative group <maths id="math0022"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup></math><img file="EP1768300B1_D0022.tif" /></maths> with the following notation: <ul id="ul0002" list-style="none" compact="compact"><li>p is a prime number,</li><li>α is a generator of <maths id="math0023"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup><mo>,</mo></math><img file="EP1768300B1_D0023.tif" /></maths></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><maths id="math0024"><math display="inline"><mover><msub><mi>r</mi><mi>a</mi></msub><mo>‾</mo></mover></math><img file="EP1768300B1_D0024.tif" /></maths> is an integer derived from r<sub>a</sub> and is typically the 80 least significant bits of r<sub>a</sub>,</li><li><maths id="math0025"><math display="inline"><mover><msub><mi>r</mi><mi>b</mi></msub><mo>‾</mo></mover></math><img file="EP1768300B1_D0025.tif" /></maths> is an integer derived from r<sub>b</sub> and is typically the 80 least significant bits of r<sub>b</sub>.</li></ul>
0056To implement the protocol, <ol id="ol0010" compact="compact"><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 <maths id="math0026"><math display="inline"><msub><mi mathvariant="normal">s</mi><mi mathvariant="normal">A</mi></msub><mo mathvariant="normal">=</mo><mi mathvariant="normal">x</mi><mo mathvariant="normal">+</mo><mover><msub><mi mathvariant="italic">r</mi><mi mathvariant="italic">a</mi></msub><mo mathvariant="normal">‾</mo></mover><mn mathvariant="normal">.</mn><mi mathvariant="normal">a</mi></math><img file="EP1768300B1_D0026.tif" /></maths> mod (p-1).</li><li>4. A computes the session key K where <maths id="math0027"><math display="inline"><mi mathvariant="italic">K</mi><mo mathvariant="italic">=</mo><msup><mfenced><msup><mi mathvariant="italic">α</mi><mi mathvariant="italic">y</mi></msup><mo></mo><msup><mfenced><msup><mi mathvariant="italic">α</mi><mi mathvariant="italic">b</mi></msup></mfenced><mover><msub><mi mathvariant="italic">r</mi><mi mathvariant="italic">b</mi></msub><mo mathvariant="italic">‾</mo></mover></msup></mfenced><msub><mi mathvariant="italic">s</mi><mi mathvariant="italic">A</mi></msub></msup></math><img file="EP1768300B1_D0027.tif" /></maths> mod p.</li><li>5. B computes <maths id="math0028"><math display="inline"><msub><mi mathvariant="normal">s</mi><mi mathvariant="normal">B</mi></msub><mo mathvariant="normal">=</mo><mi mathvariant="normal">y</mi><mo mathvariant="normal">+</mo><mover><msub><mi mathvariant="italic">r</mi><mi mathvariant="italic">b</mi></msub><mo mathvariant="normal">‾</mo></mover><mn mathvariant="normal">.</mn><mi mathvariant="normal">b</mi></math><img file="EP1768300B1_D0028.tif" /></maths> mod (p-1).</li><li>6. B computes the session key K where <maths id="math0029"><math display="inline"><mi mathvariant="italic">K</mi><mo mathvariant="italic">=</mo><msup><mfenced><msup><mi mathvariant="italic">α</mi><mi>x</mi></msup><mo></mo><msup><mfenced><msup><mi mathvariant="italic">α</mi><mi>a</mi></msup></mfenced><mover><msub><mi mathvariant="italic">r</mi><mi mathvariant="italic">a</mi></msub><mo mathvariant="italic">‾</mo></mover></msup></mfenced><msub><mi mathvariant="italic">s</mi><mi>B</mi></msub></msup></math><img file="EP1768300B1_D0029.tif" /></maths> 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>
0057In 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.
0058The above protocol may also be implemented using a subgroup of <maths id="math0030"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup><mn>.</mn></math><img file="EP1768300B1_D0030.tif" /></maths> In this case, q will be a prime divisor of (p-1) and g will be an element of order p in <maths id="math0031"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup><mn>.</mn></math><img file="EP1768300B1_D0031.tif" /></maths>
0059A'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>.
0060The 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>A</sub2>s<sub2>B</sub2></sup></i> mod p.
0061As noted above, the protocols may be implemented in groups other than <maths id="math0032"><math display="inline"><msubsup><mi mathvariant="italic">Z</mi><mi mathvariant="italic">p</mi><mo mathvariant="italic">*</mo></msubsup></math><img file="EP1768300B1_D0032.tif" /></maths> 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'''
0062The following notation is used: <ul id="ul0003" 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><maths id="math0033"><math display="inline"><mover><msub><mi>r</mi><mi>a</mi></msub><mo>‾</mo></mover></math><img file="EP1768300B1_D0033.tif" /></maths> and <maths id="math0034"><math display="inline"><mover><msub><mi>r</mi><mi>b</mi></msub><mo>‾</mo></mover></math><img file="EP1768300B1_D0034.tif" /></maths> 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>
0063To implement the protocol: <ol id="ol0011" compact="compact"><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 <maths id="math0035"><math display="inline"><msub><mi mathvariant="normal">s</mi><mi mathvariant="normal">A</mi></msub><mo mathvariant="normal">=</mo><mfenced><mi mathvariant="normal">k</mi><mo mathvariant="normal">+</mo><mover><msub><mi mathvariant="italic">r</mi><mi mathvariant="italic">a</mi></msub><mo mathvariant="normal">‾</mo></mover><mn mathvariant="normal">.</mn><msub><mi mathvariant="normal">d</mi><mi mathvariant="normal">a</mi></msub></mfenced></math><img file="EP1768300B1_D0035.tif" /></maths> mod n.</li><li>4. A computes the session key K where <maths id="math0036"><math display="inline"><mi>K</mi><mo>=</mo><msub><mi>s</mi><mi>a</mi></msub><mo></mo><mfenced><msub><mi>r</mi><mi>b</mi></msub><mo>+</mo><mover><msub><mi>r</mi><mi>b</mi></msub><mo>‾</mo></mover><mo></mo><msub><mi>Q</mi><mi>b</mi></msub></mfenced></math><img file="EP1768300B1_D0036.tif" /></maths></li><li>5. B computes <maths id="math0037"><math display="inline"><msub><mi mathvariant="normal">s</mi><mi mathvariant="normal">B</mi></msub><mo mathvariant="normal">=</mo><mfenced><mi mathvariant="normal">m</mi><mo mathvariant="normal">+</mo><mover><msub><mi mathvariant="italic">r</mi><mi mathvariant="italic">b</mi></msub><mo mathvariant="normal">‾</mo></mover><mn mathvariant="normal">.</mn><msub><mi mathvariant="normal">d</mi><mi mathvariant="normal">b</mi></msub></mfenced></math><img file="EP1768300B1_D0037.tif" /></maths> mod n.</li><li>6. B computes the session key K where <maths id="math0038"><math display="inline"><mi>K</mi><mo>=</mo><msub><mi>s</mi><mi>b</mi></msub><mo></mo><mfenced><msub><mi>r</mi><mi>a</mi></msub><mo>+</mo><mover><msub><mi>r</mi><mi>a</mi></msub><mo>‾</mo></mover><mo></mo><msub><mi>Q</mi><mi>a</mi></msub></mfenced><mn>.</mn></math><img file="EP1768300B1_D0038.tif" /></maths></li><li>7. The shared secret is S<sub>a</sub>S<sub>b</sub>P.</li></ol>
0064Again, 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).
Contents5
39 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11 Sheet 12 Sheet 13 Sheet 14 Sheet 15 Sheet 16 Sheet 17 Sheet 18 Sheet 19 Sheet 20 Sheet 21 Sheet 22 Sheet 23 Sheet 24 Sheet 25 Sheet 26 Sheet 27 Sheet 28 Sheet 29 Sheet 30 Sheet 31 Sheet 32 Sheet 33 Sheet 34 Sheet 35 Sheet 36 Sheet 37 Sheet 38 Sheet 39
Every citation, both ways
| Document | Relation | Office |
|---|---|---|
| EP0393806A | Cites | European Patent Office (EPO) |
| EP0639907A1 | Cites | European Patent Office (EPO) |
| DE3915262A1 | Cites | Germany |
| MATSUMOTO T ET AL: "ON SEEKING SMART PUBLIC-KEY-DISTRIBUTION SYSTEMS" TRANSACTIONS OF THE INSTITUTE OF ELECTRONICS AND COMMUNICATION ENGINEERS OF JAPAN, SECTION E, INST. OF ELECTRONICS & COMMUNIC. ENGINEERS OF JAPAN. TOKYO, JP, vol. E69, no. 2, February 1986 (1986-02), pages 99-105, XP002056002 | Non-patent | – |
| BOYD C ET AL PIEPRZYK J ET AL: "DESIGN AND ANALYSIS OF KEY EXCHANGE PROTOCOLS VIA SECURE CHANNEL IDENTIFICATION" ADVANCES IN CRYPTOLOGY - ASIACRYPT '94. 4TH. INTERNATIONAL CONFERENCE ON THE THEORY AND APPLICATIONS OF CRYPTOLOGY, WOLLONGONG, AUSTRALIA, NOV. 28 - DEC. 1, 1994. PROCEEDINGS, PROCEEDINGS OF THE CONFERENCE ON THE THEORY AND APPLICATIONS OF CRYPTOLOGY, vol. CONF. 4, 28 November 1994 (1994-11-28), pages 171-181, XP000527595 ISBN: 3-540-59339-X | Non-patent | – |
53 members in 8 offices; this record represents the family
Priority claims1
| Document | Office | Kind | Date |
|---|---|---|---|
| 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 | |
| EP1768300B1This record | 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 | |
| EP2315390A2 | 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 |
53 legal events, as 6 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Information modified related to despatch of communication that patent is revokedRevokedORIGINAL CODE: EPIDOSCREV1RDAD | RDAD | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: PATENT REVOKEDSTAA | STAA | EP | |
| Patent revokedRevoked27W | 27W | EP | |
| Gb: patent revoked under art. 102 of the ep convention designating the uk as contracting stateRevokedGBPR | GBPR | 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 | |
| Annual fee paid to national office [announced via postgrant information from national office to epo]GrantedPGFP | PGFP | EP | |
| Patent revokedRevokedORIGINAL CODE: 0009271RDAG | RDAG | EP | |
| Communication despatched that patent is revokedRevokedORIGINAL CODE: EPIDOSNREV1RDAF | RDAF | EP | |
| Fee paymentPLFP | PLFP | FR | |
| Appeal procedure closedAppealORIGINAL CODE: EPIDOSNNOA9OAPBU | APBU | EP | |
| Epo's revocation decision now finalR064 | R064 | DE | |
| Patent revoked by epoRevokedR103 | R103 | DE | |
| Party data changed (patent owner data changed or rights of a patent transferred)RAP2 | RAP2 | EP | |
| Date of receipt of statement of grounds of appeal recordedAppealORIGINAL CODE: EPIDOSNNOA3OAPBQ | APBQ | EP | |
| Date of receipt of statement of grounds of appeal recordedAppealORIGINAL CODE: EPIDOSNNOA3OAPBQ | APBQ | EP | |
| Appeal reference recordedAppealORIGINAL CODE: EPIDOSNREFNOAPBM | APBM | EP | |
| Date of receipt of notice of appeal recordedAppealORIGINAL CODE: EPIDOSNNOA2OAPBP | APBP | EP | |
| Appeal reference modifiedAppealORIGINAL CODE: EPIDOSCREFNOAPAH | APAH | EP | |
| Appeal reference recordedAppealORIGINAL CODE: EPIDOSNREFNOAPBM | APBM | EP | |
| Date of receipt of notice of appeal recordedAppealORIGINAL CODE: EPIDOSNNOA2OAPBP | APBP | EP | |
| Opposition filed (corrected)OppositionR26 | R26 | EP | |
| Opposition data, opponent's data or that of the opponent's representative modifiedOppositionORIGINAL CODE: 0009299OPPOPLAB | PLAB | EP | |
| Reply of patent proprietor to notice(s) of opposition receivedOppositionORIGINAL CODE: EPIDOSNOBS3PLBB | PLBB | 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 modified related to communication of a notice of opposition and request to file observations + time limitOppositionORIGINAL CODE: EPIDOSCOBS2PLAF | PLAF | EP | |
| Opposition filed (corrected)OppositionR26 | R26 | EP | |
| Patent ceasedCeasedPL | PL | CH | |
| Notice of opposition and request to file observation + time limit sentOppositionORIGINAL CODE: EPIDOSNOBS2PLAX | PLAX | EP | |
| Opposition filedOpposition26 | 26 | EP | |
| Opposition data, opponent's data or that of the opponent's representative modifiedOppositionORIGINAL CODE: 0009299OPPOPLAB | PLAB | EP | |
| Opposition filedOppositionORIGINAL CODE: 0009260PLBI | PLBI | EP | |
| Standard patents granted in hong kongGrantedGR | GR | HK | |
| Corresponds to:REF | REF | EP | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Designated contracting statesAK | AK | EP | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| Party data changed (applicant data changed or rights of an application transferred)RAP1 | RAP1 | EP | |
| (expected) grantORIGINAL CODE: 0009210GRAA | GRAA | EP | |
| Grant fee paidORIGINAL CODE: EPIDOSNIGR3GRAS | GRAS | EP | |
| Despatch of communication of intention to grant a patentORIGINAL CODE: EPIDOSNIGR1GRAP | GRAP | EP | |
| Designation fees paidAKX | AKX | EP | |
| Requests to designate patent in hong kongDE | DE | HK | |
| Request for examination filed17P | 17P | 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 | |
| Divisional application: reference to earlier applicationAC | AC | EP | |
| Designated contracting statesAK | AK | EP | |
| Request for extension of the european patentAX | AX | 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
- 1768300
- Application
- 70000203
Titles3
- German
- Verfahren zur Sitzungsschlüsselerzeugung mit impliziten Unterschriften
- English
- Key agreement and transport protocol with implicit signatures
- French
- Protocole d'accord de clé et de transport avec signatures implicites
Classification
- CPC, 3
- H04L9/3013
- H04L9/0844
- Y04S40/20
- IPC, 1
- H04L9 08
Designated states5
- Contracting states, 5
- Switzerland
- Germany
- France
- United Kingdom
- Liechtenstein
