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
No projected expiry on record.
- Priority and filed
- Published
- Today
17 claims: 1 independent, 16 dependent
- 1CLAIMS 1. 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 A ,p B derived from a generator a 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 function f(α) including said generator to a power g ( ) 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(α) (x) ;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 function f'(α) including said generator to a power g ( ) to provide a second exponentiated function f'(α) B(y) and generating a signature s B obtained from said second integer y and said second exponentiated function f(α) 8(y) ;v) said second correspondent B forwarding a message to said first correspondent A including said second exponential function f'(α) E(y) ;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.
105 paragraphs in 5 sections, as filed
KEY AGREEMENT AND TRANSPORT PROTOCOL WITH IMPLICIT SIGNATURES
TECHNICAL FIELD
0003The present invention relates to key agreement protocols for transfer and authentication of encryption keys.
0004BACKGROUND ART To 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.
0005In 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.
0006Public 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.
0007Key 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.
0008There are various prior proposals which claim to provide implicit key authentication.
0009Examples include the Nyberg-Rueppel one-pass protocol and the Matsumoto- Takashima-Imai (MTI) and the Goss and Yacobi two-pass protocols for key agreement.
0010The 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.
0011For example, the MTI/AO key agreement protocol establishes a shared secret K, known to the two correspondents, in the following manner: -
00121. During initial, one-time setup, key generation and publication is undertaken by selecting and publishing an appropriate system prime p and generator aeZ <sup>*</sup> 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.
00132. The protocol requires the exchange of the following messages.
0014A → B: α<sup>x</sup> mod p (1) A <— B: α<sup>y</sup> mod p (2) 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. 3. To implement the protocol the following steps are performed each time a shared key is required.
0015(a) A chooses a random integer x, l≤x<p-2, and sends B message (1) i.e. a mod p. (b) B chooses a random integer y, l<y<p-2, and sends A message (2) i.e. <sup>y</sup> mod p.
0016(c) A computes the key K = (α<sup>y</sup>)<sup>a</sup>z<sub>B</sub><sup>x</sup> mod p.
0017(d) B computes the key K = (α<sup>x</sup>)<sup>b</sup>z<sub>A</sub><sup>y</sup> mod p.
0018(e) Both share the key K - <sup>bx+ay</sup>. In 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.
0019As such this and related protocols have been considered satisfactory for key establishment and resistant to conventional eavesdropping or man-in-the middle attacks. In some circumstances, it may be advantageous for an adversary to mislead one correspondent as to the true identity of the other correspondent. In 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. A 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
0021It is therefore an object of the present invention to provide a protocol in which the above disadvantages are obviated or mitigated.
0022According therefore to the present invention there is 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: 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>ε( )</sup>; 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>ε(x)</sup>; iii) said first correspondent A forwarding to a second correspondent B a message including said first exponentiated function f(α)<sup>e( )</sup> and the signature s<sub>A</sub>; 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>(y)</sup> and a signature s<sub>B</sub> obtained from said second integer y and said second exponentiated function f(α)<sup>8(x></sup>; v) said second correspondent B forwarding a message to said first correspondent A including said second exponentiated function f <sup>'</sup>(α)<sup>B(y)</sup> and said signature
0023<sup>S</sup>B> 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; 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.
0024Thus 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.
BRIEF DESCRIPTION OF DRAWING
0026Embodiments of the invention will now be described by way of example only with reference to the accompanying drawings in which:
0027Figure 1 is a schematic representation of a data communication system.
BEST MODE FOR CARRYING OUT THE INVENTION
0029Referring therefore to Figure 1, 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.
0030In 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.
0031The 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.
0032In order for the system shown in Figure 1 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. The system parameters for these protocols are a prime number p and a generator a of the multiplicative group Z <sup>*</sup> . Correspondent A has private key a and public key p<sub>A</sub> = <sup>3</sup>. Correspondent B has private key b and public key p<sub>B</sub> = a<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. In 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, l≤e≤p-2, computes p<sub>E</sub>=(p<sub>A</sub>)<sup>e</sup>=α<sup>a</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.
0033E 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.
0034To avoid interloper E convincing B that he is communicating with E, the following protocol is adapted.
0035The 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.
0036The system parameters for this protocol are a prime number p and a generator of the multiplicative group Z <sup>*</sup> . User A has private key a and public key p<sub>A</sub> = of. User B has private key b and public key p<sub>B</sub> = <sup>b</sup>.
0037First Protocol
00381. A picks a random integer x, l<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.
00392. B picks a random integer y, l<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. 3. A computes <sup>B</sup>(p<sub>B</sub>)<sup>rB</sup> and verifies that this is equal to r<sub>B</sub>. A computes the session key K = (r<sub>B</sub>)<sup>λ</sup> = of .
00404. B computes a <sup>A</sup>(p<sub>A</sub>)<sup>rA<x</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>. Should E replace text<sub>A</sub> with text<sub>E</sub>, B will compute a <sup>A</sup>(p<sub>E</sub>)<sup>rA</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.
0041One 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.
0042Modified First Protocol
0043In step 1, A also sends a <sup>1</sup> to B, where x, is a second random integer generated by A. Similarly, in step 2, B also sends to A, where y, is a random integer. A and B now compute the key K=o?<sup>y</sup>® <sup>lV></sup> .
0044Another 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.
0045Second Protocol
0046A second protocol set out below addresses these two drawbacks. 1. A picks a random integer x, l<x<p-2, and computes (p<sub>B</sub>)\ α<sup>x</sup> and a signature s<sub>A</sub> = x + aα<sup>a</sup>(p<sub>B</sub>) mod (p-1). A sends {α\ s<sub>A</sub>. text<sub>A</sub>} to B. 2. B picks a random integer y, l≤y≤p-2, and computes (p<sub>A</sub>)<sup>y</sup>, α<sup>></sup> and a signature s<sub>B</sub> = y + bα<sup>b</sup>(p<sub>A</sub>)<sup>y</sup> mod (p-1). B sends { s<sub>B</sub>. text<sub>B</sub>} to A. 3. A computes (α<sup>y</sup>)'<sup>1</sup> and verifies that <sup>B</sup>(p<sub>B</sub>)<sup>'af'€</sup> = A then computes session key K=a<sup>ay</sup>(p<sub>B</sub>Y . 4. B computes (α<sup>x</sup>)<sup>b</sup> and verifies that <sup>A</sup>(p<sub>A</sub>)<sup>~ά</sup>'^<sup>x</sup>=a<sup>x</sup> . A then computes session key K=a<sup>bx</sup>(p<sub>A</sub>)<sup>Y</sup> . The 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.
0047If 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. The 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.
0048The 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 a <sup>ASβ</sup>.
0049Protocol 1 '
00501. A picks a random integer x, l<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. 2. B picks a random integer y, l<y<p-2, and computes r<sub>B</sub> = - and
0051<sup>S</sup><sub>B</sub><sup>=</sup> y + <sup>r</sup>βbo;<sup>b</sup> mod (p-1). B sends {r<sub>B</sub>, text<sub>B</sub>} to A.
00523. A computes K=(r<sub>B</sub>(p<sub>B</sub>)<sup>"B</sup> f<sup>A</sup> which is equivalent to a <sup>5</sup>".
00534. B computes K=(r<sub>A</sub>(p<sub>A</sub>)'<sup>A B</sup> which is also equivalent to α<sup>!A</sup> .
0054A and B thus share the common key but it will be noted that the signatures s 'A and s<sub>B</sub> need not be transmitted.
0055Protocol 2 '
00561. A picks a random integer x, l<x≤p-2, and computes (p<sub>B</sub>) , <sup>x</sup> and s<sub>A</sub> = x + a(p<sub>B</sub>)<sup>x</sup> mod (p-1). A sends {α , text<sub>A</sub>} to B. 2. B picks a random integer y, l<y<p-2, and computes (p<sub>A</sub>)<sup>y</sup>, a<sup>γ</sup> and s<sub>B</sub> = y + b(p<sub>A</sub>) mod (p-1). B sends { text<sub>B</sub>} to A.
00573. A computes (α )<sup>a</sup> and <img file="WO9818234A1_D0001.tif" /> . i.e. α -
00584. B computes (α<sup>x</sup>)<sup>b</sup> and K=(a<sup>x</sup>(p<sub>A</sub>)^)<sup>SB</sup> . i.e. a - ,<sup>S</sup>A- <sup>S</sup>B Again therefore the transmission of s<sub>A</sub> and s<sub>B</sub> is avoided.
0059A further protocol is available for parties A and B to establish a session key K.
0060Third Protocol
0061The system parameters for this protocol are a prime number p and a generator for the multiplicative group Z<sub>p</sub><sup>*</sup> . User A has private key a and public key p<sub>A</sub> = a". User B has private key b and public key p<sub>B</sub> = a<sup>h</sup>.
00621. A picks two random integers x, x,, l<x,x,≤p-2, and computes r<sub>x</sub> =a r<sub>A</sub>=a? and (r <sup>Δ</sup>)<sup>X</sup> , then computes a signature s<sub>A</sub>=xr -(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.
00632. B picks two random integers y, y,, l<y,y,≤p-2, and computes r =o? r<sub>B</sub>= <sup>y</sup> and (r<sup>B</sup>) , then computes a signature s<sub>B</sub>=yr -(r<sub>B</sub>) <sup>V]</sup>b mod γ
0064(p-1). A sends {r<sub>B</sub>, s<sub>B</sub>, a ', text<sub>B</sub>) to A.
00653. A computes a <sup>B</sup>(p<sub>B</sub>) <sup>B</sup> and verifies that this is equal to (r<sub>B</sub>) . A computes session key K=(a'<sup>i</sup>)<sup>Xi</sup>=a <sup>ύ</sup>' .
0066( I'<sup>1</sup>' r
00674. B computes <sup>A</sup>(p<sub>A</sub>) '<sup>A</sup> and verifies that this is equal to (r<sub>A</sub>) <sup>*</sup>' . B computes session key K=( ')<sup>V</sup> = <sup>x>y[</sup> .
0068In these protocols, (r<sub>A</sub>, s<sub>A</sub>) can be thought of as the signature of r<sub>x</sub> with the property that only A can sign the message r<sub>x</sub> .
0069Kev Transport Protocol
0070The 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.
00711. A picks a random integer x, l<x<p-2 and computes r<sub>A</sub> = a* and a signature s<sub>A</sub> = x-r<sub>A</sub>aα 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. 2. B computes a <sup>A</sup>(p<sub>A</sub>) <sup>Aά</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>.
0072Modified Key Transport Protocol
0073The above protocol may be modified to reduce the bandwidth by avoiding the need to transmit the signature s<sub>A</sub> as follows:
00741. A picks a random integer x, l<x<p-2, and computes r<sub>A</sub> = <sup>κ</sup> and s<sub>A</sub> = x - r<sub>A</sub>aα<sup>a</sup> mod (p-1). A computes K=(p<sub>B</sub>)<sup>SA</sup> and sends {r<sub>A</sub>, text<sub>A</sub>) to B.
00752. B computes K=(a<sup>x</sup>(p<sub>A</sub>)<sup>~rA</sup>^)<sup>b</sup>=a <sup>SA</sup> . All one-pass key transport protocols have the following problem of replay.
0076Suppose 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).
0077This replay attack can be foiled by usual methods, such as the use of timestamps.
0078There 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 Θ
0079K, i.e. k XOR'd with K.
0080The 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: r<sub>A</sub> = s<sub>A</sub>x + z s<sub>A</sub> = xce<sup>a</sup> + ar<sub>A</sub> s<sub>A</sub> = xr<sub>A</sub> + ao;<sup>a</sup> 1 = ar<sub>A</sub> + xs<sub>A</sub> All the protocols discussed above have been described in the setting of the multiplicative group Z <sup>*</sup> . 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 Z <sup>*</sup> 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.
0081The 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<sub>p</sub><sup>*</sup> is used).
0082In 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.
0083The 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.
0084Examples 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.
0085Protocol 1 ' '
0086This protocol will be described using an implementation in the multiplicative group Z <sup>*</sup> with the following notation: p is a prime number, is a generator of Z <sup>*</sup> , a and b are party A's and B's respective long-term private key, c mod p is party A's long-term private key, cx<sup>b</sup> mod p is party B's long-term private key, x is a random integer selected by A as a short-term private key, r<sub>a</sub> = α<sup>x</sup> mod p is party A's short-term public key, y is a random integer selected by B as a short-term private key, r<sub>b</sub> = <sup>y</sup> mod p is party B's short-term public key, r<sub>a</sub> is an integer derived from r<sub>a</sub> and is typically the 80 least significant bits of r<sub>a</sub>, r<sub>b</sub> is an integer derived from r<sub>b</sub> and is typically the 80 least significant bits of r<sub>b</sub>. To implement the protocol,
00871. A sends r<sub>a</sub> to B.
00882. B sends r<sub>B</sub> to A.
00893. A computes s<sub>A</sub> = x + r<sub>a</sub>.a mod (p-1). 4. A computes the session key K where K=(α<sup>y</sup>(α<sup>b</sup>)<sup>rh</sup>)<sup>SA</sup> mod p.
00905. B computes s<sub>B</sub> = y + r<sub>b</sub>.b mod (p-1).
00916. B computes the session key K where K=(o^(α<sup>α</sup>)<sup>r</sup>")<sup>SB</sup> mod p.
00927. The shared secret is c *<sup>5</sup>-<sup>4</sup> mod p.
0093In 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.
0094The above protocol may also be implemented using a subgroup of Z <sup>*</sup> . 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> .
0095A'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>.
0096The 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 g<sup>S/<SB</sup> mod p.
0097As noted above, the protocols may be implemented in groups other than Z <sup>*</sup> 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'".
0098Protocol 1 " '
0099The following notation is used:
0100E is an elliptic curve defined over Fq,
0101P is a point of prime order n in E(Fq), da (l<da<n-l) is party A's long-term private key, d<sub>b</sub> (l<d<sub>b</sub><n-l) is party B's long-term private key,
0102Q<sub>a</sub> = daP is party A's long-term public key,
0103Q<sub>b</sub> = d<sub>b</sub>P is party B's long-term public key, k(l<k<n-l) is party A's short-term private key, r<sub>a</sub> = kP is party A's short-term public key, m (l<m<n-l) is party B's short-term private key, r<sub>b</sub> = mP is party B's short-term public key, r<sub>a</sub> and r<sub>b</sub> 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>. To implement the protocol:
01041. A sends r<sub>a</sub> to B.
01052. B sends r<sub>b</sub> to A.
01063. A computes s<sub>A</sub> = (k + r<sub>a</sub>.d<sub>a</sub>) mod n.
01074. A computes the session key K where K=s<sub>a</sub>(r<sub>b</sub>+r<sub>b</sub>Q<sub>b</sub>) 5. B computes s<sub>B</sub> = (m + r<sub>b</sub>d<sub>b</sub>) mod n.
01086. B computes the session key K where K=s<sub>b</sub>(r<sub>a</sub>+r<sub>a</sub>Q<sub>a</sub>) .
01091. The shared secret is s<sub>a</sub>s<sub>b</sub>P.
0110Again, 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
2 sheets
Sheet 1 Sheet 2
Every citation, both ways
| Document | Relation | Office | Category | Cited during | Relevant claims |
|---|---|---|---|---|---|
| US8520847B2 | Cited by | United States of America | – | Applicant | – |
| US8615086B2 | Cited by | United States of America | – | Applicant | – |
| EP1735945A1 | Cited by | European Patent Office (EPO) | – | Search report | – |
| US8238558B2 | Cited by | United States of America | – | Applicant | – |
| US8892890B2 | Cited by | United States of America | – | Applicant | – |
| US9538355B2 | Cited by | United States of America | – | Applicant | – |
| US7840004B2 | Cited by | United States of America | – | Applicant | – |
| US10419407B2 | Cited by | United States of America | – | Applicant | – |
| US7885411B2 | Cited by | United States of America | – | Applicant | – |
| US8090107B2 | Cited by | United States of America | – | Applicant | – |
| US8170207B2 | Cited by | United States of America | – | Applicant | – |
| US10003580B2 | Cited by | United States of America | – | Search report | – |
| US2013003970A1 | Cited by | United States of America | – | Pre-grant | – |
| US8209533B2 | Cited by | United States of America | – | Applicant | – |
| US7779259B2 | Cited by | United States of America | – | Applicant | – |
| US9148423B2 | Cited by | United States of America | – | Applicant | – |
| US8693695B2 | Cited by | United States of America | – | Applicant | – |
| US7334127B2 | Cited by | United States of America | – | Applicant | – |
| US8904172B2 | Cited by | United States of America | – | Applicant | – |
| JP2022037089A | Cited by | Japan | – | Search report | – |
| US9794083B2 | Cited by | United States of America | – | Applicant | – |
| EP1735945A4 | Cited by | European Patent Office (EPO) | – | Search report | – |
| US9209980B2 | Cited by | United States of America | – | Applicant | – |
| EP2538606A1 | Cited by | European Patent Office (EPO) | – | Search report | – |
| US8218773B2 | Cited by | United States of America | – | Applicant | – |
| US8578165B2 | Cited by | United States of America | – | Applicant | – |
| EP2382735A4 | Cited by | European Patent Office (EPO) | – | Search report | – |
| EP0393806A2 | Cites | European Patent Office (EPO) | A | International search | 1,11 |
| EP0393806A2 | Cites | European Patent Office (EPO) | A | International search | 1,11 |
| EP0639907A1 | Cites | European Patent Office (EPO) | A | International search | 1,11 |
| DE3915262A1 | Cites | Germany | A | International search | 1,11 |
| DE3915262A1 | Cites | Germany | A | International search | 1,11 |
| BOYD C 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 (AUS), ISBN 3-540-59339-X, 1995, BERLIN, GERMANY, SPRINGER-VERLAG, GERMANY, pages 171 - 181, XP000527595 | Non-patent | – | – | International search | – |
53 members in 8 offices; this record represents the family
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 | |
| WO9818234A1This record | 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 | |
| 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 |
11 legal events, as 4 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Wipo information: grant in national officeWWG | WWG | WO | |
| Procedure relating to pct application: ceased to have effect for deCeased8642 | 8642 | DE | |
| Wipo information: published in national officeWWP | WWP | WO | |
| Corrected version of a pamphlet front pageADD INID NUMBER (63) "RELATED BY CONTINUATION (CON) OR CONTINUATION-IN-PART (CIP) TO EARLIER APPLICATION" WHICH WAS INADVERTENTLY OMITTED FROM THE FRONT PAGECFP | CFP | WO | |
| Ep: the epo has been informed by wipo that ep was designated in this application121 | 121 | WO | |
| Entry into the national phaseENP | ENP | JP | |
| Wipo information: entry into national phaseWWE | WWE | WO | |
| Entry into the national phaseENP | ENP | CA | |
| Entry into the national phaseENP | ENP | CA | |
| Designated statesAK | AK | WO | |
| Designated countries for regional patentsAL | AL | WO |
Numbers
- Publication
- 98/18234
- Application
- 9616608
Titles2
- English
- KEY AGREEMENT AND TRANSPORT PROTOCOL WITH IMPLICIT SIGNATURES
- French
- PROTOCOLE D'ACCORD DE CLE ET DE TRANSPORT AVEC SIGNATURES IMPLICITES
Classification
- CPC, 4
- H04L9/0844
- G06F7/725
- H04L9/3247
- Y04S40/20
- IPC, 4
- G06F7 72
- H04L9 08
- H04L9 28
- H04L9 32
Designated states76
- Regional, 27
- Kenya
- Lesotho
- Malawi
- Sudan
- Eswatini
- Uganda
- Austria
- Belgium
- Switzerland
- Germany
- Denmark
- Spain
- Finland
- France
- United Kingdom
- Greece
- Ireland
- Italy
- Luxembourg
- Monaco
- Netherlands (Kingdom of the)
- Portugal
- Sweden
- Burkina Faso
and 3 moreShow fewer
- Benin
- Central African Republic
- Congo
- National, 49
- Albania
- Armenia
- Australia
- Azerbaijan
- Bosnia and Herzegovina
- Barbados
- Bulgaria
- Brazil
- Belarus
- Canada
- China
- Cuba
- Czechia
- Estonia
- Georgia
- Hungary
- Israel
- Iceland
- Japan
- Kyrgyzstan
- Democratic People’s Republic of Korea
- Republic of Korea
- Kazakhstan
- Saint Lucia
and 25 moreShow fewer
- Sri Lanka
- Liberia
- Lithuania
- Latvia
- Republic of Moldova
- Madagascar
- North Macedonia
- Mongolia
- Mexico
- Norway
- New Zealand
- Poland
- Romania
- Russian Federation
- Singapore
- Slovenia
- Slovakia
- Tajikistan
- Turkmenistan
- Türkiye
- Trinidad and Tobago
- Ukraine
- United States of America
- Uzbekistan
- Viet Nam