Ver Fonte

LibTLS: Fix typo in ecdsa_sha512 OID

stelar7 há 2 anos atrás
pai
commit
0fc73679f1
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Userland/Libraries/LibTLS/Certificate.h

+ 1 - 1
Userland/Libraries/LibTLS/Certificate.h

@@ -30,7 +30,7 @@ constexpr static Array<int, 7>
     ecdsa_with_sha224_encryption_oid { 1, 2, 840, 10045, 4, 3, 1 },
     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_sha256_encryption_oid { 1, 2, 840, 10045, 4, 3, 2 },
     ecdsa_with_sha384_encryption_oid { 1, 2, 840, 10045, 4, 3, 3 },
     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 };
     ec_public_key_encryption_oid { 1, 2, 840, 10045, 2, 1 };
 
 
 constexpr static Array<Array<int, 7>, 9> known_algorithm_identifiers {
 constexpr static Array<Array<int, 7>, 9> known_algorithm_identifiers {