diff options
author | Uros Majstorovic <majstor@majstor.org> | 2024-04-01 13:47:00 +0200 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2024-04-01 13:47:00 +0200 |
commit | 84fdf2eb3a6ad5257344c0a06b3d3399ed5f27ed (patch) | |
tree | 717d18b909330323e2b3acfd542ccf50dcbe1127 /ecp/doc/protocol.md | |
parent | 6e2cdee6c397933d2925efdcca939ae2339bc76a (diff) |
fixed init reply message key identifier
Diffstat (limited to 'ecp/doc/protocol.md')
-rw-r--r-- | ecp/doc/protocol.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ecp/doc/protocol.md b/ecp/doc/protocol.md index a386c21..12378a6 100644 --- a/ecp/doc/protocol.md +++ b/ecp/doc/protocol.md @@ -48,6 +48,7 @@ Key identifier (KEYID) contains information about keys used to encrypt and authe - b0000 if 'even' servers's short-term key is used; - b0001 if 'odd' server's short-term key is used; - KEYID[3:0]: + - b1000 if 'even' client's short-term key is used but client's short-term key is not present in packet header (init reply packet only); - b0000 if 'even' client's short-term key is used; - b0001 if 'odd' client's short-term key is used. |