Dan Klishch
5ed7cd6e32
Everywhere: Use east const in more places
...
These changes are compatible with clang-format 16 and will be mandatory
when we eventually bump clang-format version. So, since there are no
real downsides, let's commit them now.
2024-04-19 06:31:19 -04:00
stelar7
e59137d4f6
LibTLS: Add RFC explanation of AlertDescription values
2023-04-14 12:32:04 +01:00
stelar7
9059694216
LibTLS: Show enum value instead of underlying value where possible
2023-04-14 12:32:04 +01:00
stelar7
5853d9642a
LibTLS: Move AlertDescription to Extensions.h
...
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
stelar7
e8945f15f4
LibTLS: Move CipherSuite to Extensions.h
...
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
stelar7
da8edece29
LibTLS: Move HashAlgorithm to Extensions.h
...
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
stelar7
fba7695dcc
LibTLS: Move SignatureAlgorithm to Extensions.h
...
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
stelar7
e5f81475e5
LibTLS: Move ECPointFormat to Extensions.h
...
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
stelar7
a4855aef17
LibTLS: Rename NamedCurve to SupportedGroup
...
This matches the wording used in the IANA registry and TLS 1.3
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
stelar7
6df3ffaf45
LibTLS: Move ECCurveType to Extensions.h
...
Also add missing values from the IANA registry
2023-04-14 12:32:04 +01:00
stelar7
0fea6e7f13
LibTLS: Move NameType to Extensions.h
2023-04-14 12:32:04 +01:00
stelar7
9110f26c79
LibTLS: Rename HandshakeExtension to ExtensionType
...
This matches the wording used in the TLS RFC
2023-04-14 12:32:04 +01:00
stelar7
c30ee1b89b
LibTLS: Update HandshakeType value names to match IANA registry values
2023-04-14 12:32:04 +01:00
stelar7
611a235a52
LibTLS: Rename AlertLevel Critial to FATAL
...
This matches the wording used in the TLS RFC
2023-04-14 12:32:04 +01:00
stelar7
ca6b8bfe7f
LibTLS: Rename Version to ProtocolVersion
...
This matches the wording used in the TLS RFC
Also define GREASE values as specified in RFC8701
2023-04-14 12:32:04 +01:00
stelar7
082e64e167
LibTLS: Rename MessageType to ContentType
...
This matches the wording used in the TLS RFC
2023-04-14 12:32:04 +01:00