mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
crypto/tls: switch X25519Kyber768Draft00 to new codepoint (#15821)
The tls wg preferred a codepoint outside of the reserved range. This new codepoint has been assigned by IANA. See - https://datatracker.ietf.org/doc/draft-tls-westerbaan-xyber768d00-02/ - https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#table-tls-parameters-8
This commit is contained in:
parent
4ce1ae71a5
commit
7cb3a67507
@ -217,7 +217,7 @@ pub const NamedGroup = enum(u16) {
|
||||
|
||||
// Hybrid post-quantum key agreements
|
||||
x25519_kyber512d00 = 0xFE30,
|
||||
x25519_kyber768d00 = 0xFE31,
|
||||
x25519_kyber768d00 = 0x6399,
|
||||
|
||||
_,
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user