mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
LibTLS: Rename HandshakeExtension to ExtensionType
This matches the wording used in the TLS RFC
This commit is contained in:
parent
c30ee1b89b
commit
9110f26c79
4 changed files with 75 additions and 17 deletions
|
@ -113,14 +113,6 @@ enum class Error : i8 {
|
|||
OutOfMemory = -23,
|
||||
};
|
||||
|
||||
enum class HandshakeExtension : u16 {
|
||||
ServerName = 0x00,
|
||||
EllipticCurves = 0x0a,
|
||||
ECPointFormats = 0x0b,
|
||||
SignatureAlgorithms = 0x0d,
|
||||
ApplicationLayerProtocolNegotiation = 0x10,
|
||||
};
|
||||
|
||||
enum class NameType : u8 {
|
||||
HostName = 0x00,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue