mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibCrypto: Add secpxxxr1
OIDs
Added the following OIDs: - secp256r1_oid - secp384r1_oid - secp521r1_oid
This commit is contained in:
parent
f897af36c2
commit
6e54baadea
Notes:
github-actions[bot]
2024-11-27 10:01:48 +00:00
Author: https://github.com/devgianlu
Commit: 6e54baadea
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2598
Reviewed-by: https://github.com/stelar7
1 changed files with 4 additions and 1 deletions
|
@ -34,7 +34,10 @@ constexpr static Array<int, 7>
|
|||
x25519_oid { 1, 3, 101, 110 },
|
||||
x448_oid { 1, 3, 101, 111 },
|
||||
ed25519_oid { 1, 3, 101, 112 },
|
||||
ed448_oid { 1, 3, 101, 113 };
|
||||
ed448_oid { 1, 3, 101, 113 },
|
||||
secp256r1_oid { 1, 2, 840, 10045, 3, 1, 7 },
|
||||
secp384r1_oid { 1, 3, 132, 0, 34 },
|
||||
secp521r1_oid { 1, 3, 132, 0, 35 };
|
||||
|
||||
constexpr static Array<Array<int, 7>, 12> known_algorithm_identifiers {
|
||||
rsa_encryption_oid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue