Key agreement and transport protocol
Abstract
A key establishment protocol includes the generation of a value of cryptographic function, typically a hash, of a session key and public information. This value is transferred between correspondents together with the information necessary to generate the session key. Provided the session key has not been compromised, the value of the cryptographic function will be the same at each of the a correspondents. The value of the cryptographic function cannot be compromised or modified without access to the session key.

Term
Term ended
Expired 17 May 2024, 2.4 years ago.
- Priority
- Filed
- Granted
- Expired
- Today
18 claims: 10 independent, 8 dependent
- 1A method of symmetric key agreement between a first correspondent (10) and a second correspondent (12) in a data communication system, each of said first correspondent (10) and said second correspondent (12) having a master key K, said method comprising the steps of:said first correspondent (10) generating a first value X and providing said first value X to said second correspondent (12);said second correspondent (12) generating a second value Y and computing a shared key k by operating a keyed cryptographic function on a combination of said first value X and said second value Y, said second correspondent (12) using said master key K as an input to said keyed cryptographic function;said second correspondent (12) providing said second value Y to said first correspondent (10);and said first correspondent (10) computing said shared key k by operating said keyed cryptographic function on said combination of said first value X and said second value Y, said first correspondent (10) using said master key K as an input to said keyed cryptographic function.
- 9A method of symmetric key agreement between a first correspondent (10) and a second correspondent (12) in a data communication system, each of said first correspondent (10) and said second correspondent (12) having a master key K, said method comprising the steps of:said first correspondent (10) generating a first value X and providing said first value X to said second correspondent (12);said first correspondent (10) obtaining a second value Y that was generated by said second correspondent (12);and said first correspondent (10) computing a shared key k by operating a keyed cryptographic function on a combination of said first value X and said second value Y, said first correspondent (10) using said master key K as an input to said keyed cryptographic function;said shared key k also computable by said second correspondent (12) by said second correspondent (12) operating said keyed cryptographic function on said combination of said first value X and said second value Y using said master key K as an input to said keyed cryptographic function.
Independent claims10
49 paragraphs, as filed
0001The present invention relates to key agreement protocols for transfer and authentication of encryption keys.
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"><msubsup><mi>Z</mi><mi>p</mi><mo>*</mo></msubsup></math><img file="EP1642437B1_D0001.tif" /></maths> in a manner guaranteeing authenticity. Correspondent A selects as a long-term private key a random integer "a",1≤a≤p-2, 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"><mi mathvariant="normal">A</mi><mo mathvariant="normal">→</mo><mi mathvariant="normal">B</mi><mo mathvariant="normal">:</mo><mspace width="1em" /><msup><mi mathvariant="normal">α</mi><mi mathvariant="normal">x</mi></msup><mspace width="1em" /><mi>mod p</mi></math><img file="EP1642437B1_D0002.tif" /></maths><maths id="math0003" num="(2)"><math display="block"><mi mathvariant="normal">A</mi><mo mathvariant="normal">←</mo><mi mathvariant="normal">B</mi><mo mathvariant="normal">:</mo><mspace width="1em" /><msup><mi mathvariant="normal">α</mi><mi mathvariant="normal">y</mi></msup><mspace width="1em" /><mi>mod p</mi></math><img file="EP1642437B1_D0003.tif" /></maths> The values of x and y remain secure during such transmissions 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>
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.
0015Another example is <patcit id="pcit0001" dnum="EP739106A1"><text>EP 739 106 A1</text></patcit> that discloses a key establishment protocol including the generation of a value of cryptographic function, typically a hash, a session key and public information. This value is transferred between correspondents together with the information necessary to generate the session key. Provided the session key has not been compromised, the value of the cryptographic function will be the same at each of the correspondents.
0016It is therefore an object of the present invention to provide a protocol in which the above disadvantages are obviated or mitigated.
0017In one aspect there is provided in the following a method of symmetric key agreement between a first correspondent and a second correspondent in a data communication system, each of said first correspondent and said second correspondent having a master key K, said method comprising the steps of: <ul id="ul0001" list-style="none" compact="compact"><li>said first correspondent generating a first value X and providing said first value X to said second correspondent;</li><li>said second correspondent generating a second value Y and computing a shared key k by operating a keyed cryptographic function on a combination of said first value X and said second value Y, said second correspondent using said master key K as an input to said keyed cryptographic function;</li><li>said second correspondent providing said second value Y to said first correspondent; and</li><li>said first correspondent computing said shared key <i>k</i> by operating said keyed cryptographic function on said combination of said first value X and said second value Y, said first correspondent using said master key K as an input to said keyed cryptographic function.</li></ul>
0018There is also provided a system comprising a first correspondent and a second correspondent, both configured to perform the method described above.
0019In another aspect there is provided a method of symmetric key agreement between a first correspondent and a second correspondent in a data communication system, each of said first correspondent and said second correspondent having a master key K, said method comprising the steps of: <ul id="ul0002" list-style="none" compact="compact"><li>said first correspondent generating a first value X and providing said first value X to said second correspondent;</li><li>said first correspondent obtaining a second value Y that was generated by said second correspondent; and</li><li>said first correspondent computing a shared key <i>k</i> by operating a keyed cryptographic function on a combination of said first value X and said second value Y, said first correspondent using said master key K as an input to said keyed cryptographic function; said shared key <i>k</i> also computable by said second correspondent by said second correspondent operating said keyed cryptographic function on said combination of said first value X and said second value Y using said master key K as an input to said keyed cryptographic function.</li></ul>
0020There is also provided a correspondent having a cryptographic unit configured to perform the method of the foregoing paragraph.
0021of said cryptographic function F[ð,K];
0022As the session key K can only be generated using information that is private to either A or B, the binding of K with ð with the cryptographic function h prevents E from extracting K or interjecting a new value function that will correspond to that obtained by A.
0023Embodiments of the invention will now be described by way of example only with reference to the accompanying drawings in which. <ul id="ul0003" list-style="none" compact="compact"><li><figref idref="f0001">Figure 1</figref> is a schematic representation of a data communication system.</li><li><figref idref="f0002 f0003 f0004 f0005 f0006 f0007 f0008">Figures 2 through 8</figref> are schematic representations of implementations of different protocols.</li></ul>
0024Referring 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.
0025In 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.
0026The 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.
0027In 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. Implementations are shown schematically in <figref idref="f0002 f0003 f0004 f0005 f0006 f0007">figures 2 through 7</figref>.
0028Referring to <figref idref="f0002">figure 2</figref>, a mutual public key authenticated key agreement protocol is complemented between a correspondent A shown on the left hand side of the figure and a correspondent B shown on the right hand side. Correspondent A has a public-private key pair P<sub>A</sub>,S<sub>A</sub> respectively and similarly correspondent B has a public private Key pair P<sub>B</sub>,S<sub>B</sub>.
0029As a first step, correspondent A generates a session private key as a random number RND<sub>A</sub> and computes a corresponding public session key G<sub>A</sub> =F<sub>A</sub> (RND<sub>A</sub>). The function F<sub>A</sub> is a cryptographic one way function, typically an exponention by the group generator, such as a point multiplication in an elliptic curve cryptosystem.
0030The public session key G<sub>A</sub> is forwarded to correspondent B who generates corresponding parameters of a session private key RND<sub>B</sub> and a public session key G<sub>B</sub>.
0031The correspondent B computes a session key K as a function of A's public information G<sub>A</sub>,P<sub>A</sub> AND B's private information RND<sub>B</sub>,S<sub>B</sub>. A corresponding key K' can be computed by A using the private information of A and the public information of B namely f(RND<sub>A</sub>,G<sub>B</sub>,S<sub>A</sub>,P<sub>B</sub>).
0032After correspondent B has generated the key K, he compiles a string (G<sub>A</sub> ∥G<sub>B</sub> ∥ IdA) where Id<sub>A</sub> is a string that identifies A. The concatenated string is hashed with a cryptographic function h<sub>k</sub> which is a keyed hash function that uses the key K to yield a string <i>hash<sub>B</sub>,</i>
0033The string <i>hash<sub>B</sub> is</i> forwarded to correspondent A together with Id<sub>A</sub> and G<sub>B</sub>.
0034Upon receipt of the message from B, correspondent A computes the key K' as described above. Correspondent A also computes a hash, <i>hashverify<sub>B</sub></i> from the string (G<sub>B</sub><i>∥</i>G<sub>A</sub><i>∥</i>Id<sub>A</sub>) using the hash function keyed by the key K'. Correspondent A checks that the hashes verify to confirm the identity of the keys K,K'.
0035Correspondent A then computes a hash h<sub>K</sub>, using the key K' on the string (G<sub>A</sub><i>∥</i>G<sub>B</sub><i>∥</i>Id<sub>B</sub>) and forwards that together with Id<sub>B</sub> of correspondent B. Correspondent B similarly computes a <i>hashverify<sub>A</sub></i> using the keyed hash function h<sub>K</sub> using the key K on the same string and verifies that <i>hash<sub>A</sub></i> =<i>hashverify<sub>A</sub>.</i>
0036A similar protocol is shown in <figref idref="f0003">figure 3</figref> to implement a mutual entity authentication protocol. In this protocol the correspondents share a key K obtained over a secure channel. The correspondents A.B, each generate a random integer which is used as the session public key of A and B respectively. Thereafter the exchange of information and verification proceeds as above with respect to <figref idref="f0002">figure 2</figref> with the shared secret key being utilised in the keyed hash functions.
0037A full mutual public key authenticated key exchange protocol is shown in <figref idref="f0004">figure 4</figref>. An initial exchange of the public keys P<sub>A</sub>,P<sub>B</sub> is performed over an authenticated channel followed by the exchange of information as shown in the protocol of <figref idref="f0004">figure 4</figref>. In this case the correspondent A sends G<sub>A</sub> computed as described above with respect to <figref idref="f0002">figure 2</figref>, together with a string x<sub>2</sub> that A wants confirmation of receipt by B. Correspondent B computes the key K as in <figref idref="f0002">figure 2</figref> and also generates a pair of strings y<sub>1</sub>,y<sub>2</sub> which B wants to have authenticated by A and receipt confirmed by A respectively. The strings are sent to A with the hash <i>hash<sub>B</sub></i> and identity Id<sub>A</sub>. The hash <i>hash<sub>B</sub></i> is performed on a string including the message x<sub>2</sub> and the string y<sub>1</sub> to be authenticated.
0038Correspondent A computes the key K and verifies the hash as before. This also confirms receipt of x<sub>2</sub> by B.
0039Correspondent A in turn generates strings z<sub>1,</sub> z<sub>2</sub> where z<sub>1</sub> is a string that A wants authenticated by B and z<sub>2</sub> is a string that may be used in a subsequent execution of the protocol described below. The strings, z<sub>1</sub> and y<sub>2</sub> together with the identifying information of B, Id<sub>B</sub>, are included in the string that is hashed with the key K to provide the string <i>hash<sub>A</sub>.</i> This is sent together with the identity of B and the strings z<sub>1</sub>,z<sub>2</sub> to the correspondent B who can verify the hashes as before, thereby confirming receipt of y<sub>2</sub> and authentication of z<sub>1</sub> by the correspondent A.
0040Thus information is exchanged in an authenticated manner and a common key obtained that allows subsequent exchange of correspondence on a secure channel.
0041With the protocol described in <figref idref="f0004">figure 4</figref> it is possible to implement a mutual public key authenticated key agreement protocol by letting the strings x<sub>2</sub>,y<sub>1</sub>,y<sub>2</sub>,z<sub>1</sub>,z<sub>2</sub> all be empty strings. Alternatively, a mutual public key authenticated key agreement protocol with implicit key agreement can be implemented by using x<sub>2</sub> as a string that is assumed to represent E<sub>K</sub>(k), the result of applying an encryption function E with key K on the value of k. Correspondent B can compute the value of K and hence retrieve the notional value of k from the string. He can use this as his shared session key with the correspondent A. The value of y<sub>1</sub> may be used to represent E<sub>K</sub>(k<sub>21</sub>) and z<sub>1</sub> as E<sub>K</sub>(k<sub>12</sub>) where k<sub>21</sub> and k<sub>12</sub> are different keys for communication or other secret information to be shared between the correspondents. In this case y<sub>2</sub> and z<sub>2</sub> are empty strings. In this way there is a key agreement on a shared key K<sub>AB</sub> together with authenticated key transport of the keys k<sub>2</sub> and k<sub>12</sub> between the correspondents and authenticated key agreement on k. Moreover, if additional information is provided in the strings x<sub>2</sub> and y<sub>2</sub> then confirmation of proper receipt is also obtained.
0042The protocol of <figref idref="f0004">figure 4</figref> may also be used to increase efficiency in successive sessions by using the string z<sub>2</sub> to pass the information exchanged in the first pass of the next session. Thus as shown in <figref idref="f0005">figure 5</figref>, the string G<sub>A</sub>,x<sub>2</sub> is sent as z<sub>2</sub> in the previous session. The protocol then proceeds from correspondent B as before. As seen in <figref idref="f0005">Figure 5</figref>, the third transmission may be optionally omitted. Correspondent B may also take advantage of this facility by including the information G<sub>B</sub>,y<sub>1</sub> for the next session in the exchange as y<sub>2</sub>.
0043The mutual public key authenticated key agreement protocol may also be adapted for entity authentication implementations as shown in <figref idref="f0006">figure 6</figref>. In this case, as in <figref idref="f0003">figure 3</figref> above, the key generation is omitted as the correspondents have a shared key obtained over a secure channel.
0044Similarly, the protocol of <figref idref="f0006">figure 6</figref> may be modified as illustrated in <figref idref="f0007">figure 7</figref> to take advantage of the exchange of information in a previous session, similar to that of <figref idref="f0005">figure 5</figref>.
0045It will be seen therefore that a number of versatile and flexible protocols can be developed from the general protocol to meet particular needs. These protocols may implement elliptic curve cryptography or operate in Z<sub>p</sub> as preferred.
0046It can be readily seen that the message flows of the public-key authenticated key agreement protocol depicted in <figref idref="f0003">Figure 3</figref> and those of the entity authentication protocol depicted in <figref idref="f0002">Figure 2</figref> have identical structure. Moreover, the computation of the hash values hashA and hashB by correspondent A and B respectively, as well as the verification thereof, take strings with an identical structure as input. In fact, both protocols only differ in the way the key K used in the protocol is derived. Thus, a combined implementation of both protocols may take advantage of a common handling of telecommunication flows, including messaging, error handling and the-like, and may take advantage of a common handling of the key confirmation steps (i.e., generation and processing of hash values).
0047A similar reasoning holds for the message flows and processing steps of the public-key authenticated key agreement protocol depicted in <figref idref="f0004">Figure 4</figref> and the version thereof depicted in <figref idref="f0005">Figure 5</figref>. It will be appreciated that the latter consists of executing only part of the former. A similar remark holds for the entity authentication protocol depicted in <figref idref="f0006">Figure 6</figref> and the one depicted in <figref idref="f0007">Figure 7</figref>. It shouls also be noted that the augmented public-key authenticated key agreement protocol depicted in <figref idref="f0004">Figure 4</figref> can be used to implement the one depicted in <figref idref="f0003">Figure 3</figref> and that, similarly, the augmented entity authentication protocol depicted in <figref idref="f0006">Figure 6</figref> can be used to implement the one depicted in <figref idref="f0002">Figure 2</figref>. Thus, all the protocols described can be implemented with largely common routines to handle telecommunication and message flows and with a large degree of commonality of the implementation of the protocol steps of each and every one of the protocols.
0048It will be appreciated that although the invention has been described with reference public key based agreement protocols and entity authentication protocols, it may equally be utilized on symmetric key agreement protocols. In such an embodiment, the computation of the shared key K may be performed using a master key K<sub>m</sub> as one input to a keyed hash function. A concatenation of the ephemeral keys G<sub>A</sub>, G<sub>B</sub>, is used as the other input and the resultant output is used as the shared key K.
0049Such an arrangement is shown in <figref idref="f0008">figure 8</figref>.
11 sheets
Sheet 1 Sheet 2 Sheet 3 Sheet 4 Sheet 5 Sheet 6 Sheet 7 Sheet 8 Sheet 9 Sheet 10 Sheet 11
Every citation, both ways
| Document | Relation | Office | Cited during |
|---|---|---|---|
| CN110999270A | Cited by | China | Search report |
| EP0739106A | Cites | European Patent Office (EPO) | – |
| EP1282260A | Cites | European Patent Office (EPO) | – |
| MENEZES A J ET AL: "Handbook of applied cryptography, PASSAGE" HANDBOOK OF APPLIED CRYPTOGRAPHY, CRC PRESS SERIES ON DISCRETE MATHEMATICES AND ITS APPLICATIONS, BOCA RATON, FL, CRC PRESS, US, 1997, page 402,499, XP002247693 ISBN: 0-8493-8523-7 | Non-patent | – | – |
41 members in 8 offices
Priority claims3
| Document | Office | Kind | Date |
|---|---|---|---|
| 440486 | United States of America | – | |
| 44048603 | United States of America | A | |
| 2004000727 | Canada | W |
Members41
| Document | Office | Kind | |
|---|---|---|---|
| CA2174260A1 | Canada | A1 | |
| CA2581119A1 | Canada | A1 | |
| EP0739106A1 | European Patent Office (EPO) | A1 | |
| WO9633566A1 | World Intellectual Property Organization (WIPO) | A1 | |
| AU5266696A | Australia | A | |
| US2001042205A1 | United States of America | A1 | |
| US6487661B2 | United States of America | B2 | |
| US2003044019A1 | United States of America | A1 | |
| CA2487903A1 | Canada | A1 | |
| WO03077469A1 | World Intellectual Property Organization (WIPO) | A1 | |
| AU2003209877A1 | Australia | A1 | |
| EP0739106B1 | European Patent Office (EPO) | B1 | |
| DE69630331D1 | Germany | D1 | |
| US2004081321A1 | United States of America | A1 | |
| DE69630331T2 | Germany | T2 | |
| CA2525894A1 | Canada | A1 | |
| WO2004102918A2 | World Intellectual Property Organization (WIPO) | A2 | |
| EP1488569A1 | European Patent Office (EPO) | A1 | |
| WO2004102918A3 | World Intellectual Property Organization (WIPO) | A3 | |
| EP1642437A2 | European Patent Office (EPO) | A2 | |
| JP2006529064A | Japan | A | |
| CA2174260C | Canada | C | |
| US7243232B2 | United States of America | B2 | |
| US7334127B2 | United States of America | B2 | |
| US2008162938A1 | United States of America | A1 | |
| CA2581119C | Canada | C | |
| EP1642437B1This record | European Patent Office (EPO) | B1 | |
| AT523017T | Austria | T | |
| ATE523017T1 | Austria | T1 | |
| JP2011182454A | Japan | A | |
| JP4781269B2 | Japan | B2 | |
| US2012137133A1 | United States of America | A1 | |
| US8209533B2 | United States of America | B2 | |
| JP5171991B2 | Japan | B2 | |
| CA2525894C | Canada | C | |
| US8578165B2 | United States of America | B2 | |
| US2014032911A1 | United States of America | A1 | |
| US8892890B2 | United States of America | B2 | |
| CA2487903C | Canada | C | |
| EP1488569B1 | European Patent Office (EPO) | B1 | |
| EP3573283A1 | European Patent Office (EPO) | A1 |
79 legal events, as 9 offices reported them to INPADOC
Over the term
Point at a mark for the eventEvents
| Event | Code | Office | |
|---|---|---|---|
| Amendments to the register in respect of changes of name or changes affecting rights (sect. 32/1977)REGISTERED BETWEEN 20220407 AND 20220413732E | 732E | GB | |
| Revoked following oppositionRevokedMGE | MGE | FI | |
| Patent revokedRevoked27W | 27W | EP | |
| Gb: patent revoked under art. 102 of the ep convention designating the uk as contracting stateRevokedGBPR | GBPR | EP | |
| Patent revokedRevokedORIGINAL CODE: 0009271RDAG | RDAG | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: PATENT REVOKEDSTAA | STAA | EP | |
| Communication despatched that patent is revokedRevokedORIGINAL CODE: EPIDOSNREV1RDAF | RDAF | EP | |
| Information on the status of an ep patent application or granted ep patentGrantedSTATUS: PATENT REVOKEDSTAA | STAA | EP | |
| Opposition filed (corrected)OppositionR26 | R26 | EP | |
| 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 | |
| Opposition data, opponent's data or that of the opponent's representative modifiedOppositionORIGINAL CODE: 0009299OPPOPLAB | PLAB | 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 | |
| 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 | |
| Change of ownershipPD | PD | NL | |
| Change of applicant/patenteeR081 | R081 | DE | |
| Change of representativeR082 | R082 | DE | |
| Fee paymentPLFP | PLFP | FR | |
| Fee paymentPLFP | PLFP | FR | |
| 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 | |
| Fee paymentPLFP | PLFP | FR | |
| 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 | |
| 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 | |
| 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 | |
| Patent lapsedLapsedMM4A | MM4A | IE | |
| 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 | |
| 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 | |
| Patent ceasedCeasedPL | PL | CH | |
| Information modified related to communication of a notice of opposition and request to file observations + time limitOppositionORIGINAL CODE: EPIDOSCOBS2PLAF | PLAF | EP | |
| Opposition filed against patentOppositionR026 | R026 | DE | |
| Opposition filedOpposition26 | 26 | EP | |
| Notice of opposition and request to file observation + time limit sentOppositionORIGINAL CODE: EPIDOSNOBS2PLAX | PLAX | EP | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Opposition filedOppositionORIGINAL CODE: 0009260PLBI | PLBI | 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| Deletion acc. to par. 5 (withdrawal of the translation of the ep patent)MK05 | MK05 | AT | |
| Lapsed in a contracting state [announced via postgrant information from national office to epo]LapsedPG25 | PG25 | EP | |
| Translation filed for an european patent granted for nl, confirming art. 52 par. 1 or 6 of the patents act 1995GrantedT3 | T3 | NL | |
| Dpma publication of mentioned ep patent grantGrantedR096 | R096 | DE | |
| Party data changed (patent owner data changed or rights of a patent transferred)RAP2 | RAP2 | EP | |
| European patents granted designating irelandGrantedFG4D | FG4D | IE | |
| Designated contracting statesAK | AK | EP | |
| European patent takes effect as a national patent in ch/liEP | EP | CH | |
| European patent grantedGrantedFG4D | FG4D | GB | |
| (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 | |
| First examination report despatched17Q | 17Q | EP | |
| Request for extension of the european patent (deleted)DAX | DAX | EP | |
| Request for examination filed17P | 17P | EP | |
| Designated contracting statesAK | AK | 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
- 1642437
- Application
- 47332838
Titles3
- German
- SCHLÜSSELVEREINBARUNGS- UND TRANSPORTPROTOKOLL
- English
- KEY AGREEMENT AND TRANSPORT PROTOCOL
- French
- ACCORD SUR DES CLEFS, ET PROTOCOLE DE TRANSFERT
Classification
- CPC, 4
- H04L63/126
- G06F7/725
- H04L9/0844
- H04L9/3242
- IPC, 4
- H04L29 06
- H04L9 06
- G06F7 72
- H04L9 08
Designated states28
- Contracting states, 28
- Austria
- Belgium
- Bulgaria
- Switzerland
- Cyprus
- Czechia
- Germany
- Denmark
- Estonia
- Spain
- Finland
- France
- United Kingdom
- Greece
- Hungary
- Ireland
- Italy
- Liechtenstein
- Luxembourg
- Monaco
- Netherlands (Kingdom of the)
- Poland
- Portugal
- Romania
and 4 moreShow fewer
- Sweden
- Slovenia
- Slovakia
- Türkiye