| author | |
| committer | |
| log | 29b9e24df7a2b07e36a4851102ba114f35a05290 |
| tree | 657596bf7af307056d97e2c5c559480a58e38436 |
| parent | ac64c758761108ef7e07efea0936d7efc3eb2eca |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/crypto/tls.zig+2| ... | ... | @@ -133,6 +133,8 @@ pub const ExtensionType = enum(u16) { |
| 133 | 133 | signature_algorithms_cert = 50, |
| 134 | 134 | /// RFC 8446 |
| 135 | 135 | key_share = 51, |
| 136 | /// RFC 9000 | |
| 137 | quic_transport_parameters = 57, | |
| 136 | 138 | |
| 137 | 139 | _, |
| 138 | 140 | }; |