Merge branch 'master' of i2pgit.org:i2p-hackers/i2p.www

This commit is contained in:
eyedeekay
2024-01-05 12:26:11 -05:00
3 changed files with 9 additions and 10 deletions

View File

@ -3,8 +3,8 @@ Common structures Specification
===============================
.. meta::
:category: Design
:lastupdated: 2023-01
:accuratefor: 0.9.57
:lastupdated: 2024-01
:accuratefor: 0.9.61
.. contents::
@ -623,11 +623,10 @@ A PublicKey_ followed by a SigningPublicKey_ and then a Certificate_.
padding :: random data
length -> 0 bytes or as specified in key certificate
padding length + signing_key length == 128 bytes
public_key length + padding length + signing_key length == 384 bytes
signing__key :: `SigningPublicKey` (partial or full)
length -> 128 bytes or as specified in key certificate
padding length + signing_key length == 128 bytes
certificate :: `Certificate`
length -> >= 3 bytes

View File

@ -5,8 +5,8 @@ SSU2
:author: eyedeekay, orignal, zlatinb, zzz
:created: 2021-09-12
:thread: http://zzz.i2p/topics/2612
:lastupdated: 2022-12-19
:status: Open
:lastupdated: 2024-01-05
:status: Closed
:target: 0.9.56
.. contents::
@ -39,7 +39,7 @@ Connection Migration 0.9.55+ dev 0.9.56 2022-11
Immediate ACK flag 0.9.55+ dev 0.9.56 2022-11
Key Rotation 0.9.57 2023-02 0.9.58 2023-05
Disable SSU 1 (i2pd) 0.9.56 2022-11
Disable SSU 1 (Java I2P) 0.9.58 2023-05 0.9.59 2023-08
Disable SSU 1 (Java I2P) 0.9.58 2023-05 0.9.61 2023-12
========================== ===================== ====================
Basic Session includes the handshake and data phase.

View File

@ -3,8 +3,8 @@ SSU2
======
.. meta::
:category: Transports
:lastupdated: 2023-01
:accuratefor: 0.9.57
:lastupdated: 2024-01
:accuratefor: 0.9.61
.. contents::
@ -40,7 +40,7 @@ Connection Migration 0.9.55+ dev 0.9.56 2022-11
Immediate ACK flag 0.9.55+ dev 0.9.56 2022-11
Key Rotation 0.9.57 2023-02 0.9.58 2023-05
Disable SSU 1 (i2pd) 0.9.56 2022-11
Disable SSU 1 (Java I2P) 0.9.58 2023-05 0.9.59 2023-08
Disable SSU 1 (Java I2P) 0.9.58 2023-05 0.9.61 2023-12
========================== ===================== ====================
Basic Session includes the handshake and data phase.