mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-09 09:34:57 +09:00
LibTLS+LibWeb: Decouple EC parameters from TLS::SupportedGroup
This is in preparation of the next commits to split the changes.
This commit is contained in:
parent
32a90a7fd1
commit
fcdcba51f5
Notes:
github-actions[bot]
2024-11-25 13:12:18 +00:00
Author: https://github.com/devgianlu
Commit: fcdcba51f5
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2563
Reviewed-by: https://github.com/alimpfard ✅
6 changed files with 36 additions and 21 deletions
|
@ -139,6 +139,8 @@ constexpr CipherAlgorithm get_cipher_algorithm(CipherSuite suite)
|
|||
}
|
||||
}
|
||||
|
||||
ErrorOr<SupportedGroup> oid_to_curve(Vector<int> curve);
|
||||
|
||||
struct Options {
|
||||
static Vector<CipherSuite> default_usable_cipher_suites()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue