From 268d273e069f95e00f3103b4a6f70f8406d80b0a Mon Sep 17 00:00:00 2001 From: tb <> Date: Thu, 15 Jun 2023 16:58:38 +0000 Subject: Add Ed25519 to the obj_xref table. Also move part of for RSA-PSS to the top since it doesn't only apply to RSA-PSS. --- src/lib/libcrypto/objects/obj_xref.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/lib/libcrypto/objects/obj_xref.txt b/src/lib/libcrypto/objects/obj_xref.txt index e874611a44..955977fc21 100644 --- a/src/lib/libcrypto/objects/obj_xref.txt +++ b/src/lib/libcrypto/objects/obj_xref.txt @@ -1,6 +1,8 @@ # OID cross reference table. # Links signatures OIDs to their corresponding public key algorithms -# and digests. +# and digests. The digest "undef" indicates the public key's ASN.1 +# method should handle AlgorithmIdentifiers and (at least part of) the +# message digest explicitly. md2WithRSAEncryption md2 rsaEncryption md5WithRSAEncryption md5 rsaEncryption @@ -14,10 +16,11 @@ sha224WithRSAEncryption sha224 rsaEncryption mdc2WithRSA mdc2 rsaEncryption ripemd160WithRSA ripemd160 rsaEncryption # For PSS the digest algorithm can vary and depends on the included -# AlgorithmIdentifier. The digest "undef" indicates the public key -# method should handle this explicitly. +# AlgorithmIdentifier. rsassaPss undef rsaEncryption +Ed25519 undef Ed25519 + # Alternative deprecated OIDs. By using the older "rsa" OID this # type will be recognized by not normally used. -- cgit v1.2.3-55-g6feb