LibTLS: Fix typo in ecdsa_sha512 OID

This commit is contained in:
stelar7 2023-05-10 20:36:07 +02:00 committed by Jelle Raaijmakers
parent 77080fbade
commit 0fc73679f1
Notes: sideshowbarker 2024-07-17 08:43:11 +09:00

View file

@ -30,7 +30,7 @@ constexpr static Array<int, 7>
ecdsa_with_sha224_encryption_oid { 1, 2, 840, 10045, 4, 3, 1 },
ecdsa_with_sha256_encryption_oid { 1, 2, 840, 10045, 4, 3, 2 },
ecdsa_with_sha384_encryption_oid { 1, 2, 840, 10045, 4, 3, 3 },
ecdsa_with_sha512_encryption_oid { 1, 2, 840, 10045, 4, 3, 3 },
ecdsa_with_sha512_encryption_oid { 1, 2, 840, 10045, 4, 3, 4 },
ec_public_key_encryption_oid { 1, 2, 840, 10045, 2, 1 };
constexpr static Array<Array<int, 7>, 9> known_algorithm_identifiers {