You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crypto/tls: add new X25519Kyber768Draft00 code point
* Point tls.X25519Kyber768Draft00 to the new 0x6399 identifier while the
old 0xfe31 identifier is available as tls.X25519Kyber768Draft00Old.
* Make sure that the kem.PrivateKey can always be mapped to the CurveID
that was linked to it. This is needed since we now have two ID
aliasing to the same scheme, and clients need to be able to detect
whether the key share presented by the server actually matches the key
share that the client originally sent.
* Update tests, add the new identifier and remove unnecessary code.
Link: https://mailarchive.ietf.org/arch/msg/tls/HAWpNpgptl--UZNSYuvsjB-Pc2k/
Link: https://datatracker.ietf.org/doc/draft-tls-westerbaan-xyber768d00/02/
0 commit comments