mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
LibTLS: Move ECPointFormat to Extensions.h
Also add missing values from the IANA registry
This commit is contained in:
parent
a4855aef17
commit
e5f81475e5
3 changed files with 11 additions and 5 deletions
|
@ -189,8 +189,4 @@ constexpr size_t cipher_key_size(CipherAlgorithm algorithm)
|
|||
}
|
||||
}
|
||||
|
||||
enum class ECPointFormat : u8 {
|
||||
Uncompressed = 0,
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue