From: Dr. Stephen Henson Date: Fri, 7 Apr 2017 02:34:09 +0000 (+0100) Subject: Add ED25519 as signature OID X-Git-Tag: OpenSSL_1_1_1-pre1~1415 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b85236966b8518a23fe87d0d0f7c6cf435cc3878;p=oweals%2Fopenssl.git Add ED25519 as signature OID Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3503) --- diff --git a/crypto/objects/obj_xref.h b/crypto/objects/obj_xref.h index d09aa71f4e..075907bf44 100644 --- a/crypto/objects/obj_xref.h +++ b/crypto/objects/obj_xref.h @@ -73,6 +73,7 @@ static const nid_triple sigoid_srt[] = { NID_id_GostR3410_2012_256}, {NID_id_tc26_signwithdigest_gost3410_2012_512, NID_id_GostR3411_2012_512, NID_id_GostR3410_2012_512}, + {NID_ED25519, NID_undef, NID_ED25519}, }; static const nid_triple *const sigoid_srt_xref[] = { diff --git a/crypto/objects/obj_xref.txt b/crypto/objects/obj_xref.txt index 981103b36d..c36695c9ab 100644 --- a/crypto/objects/obj_xref.txt +++ b/crypto/objects/obj_xref.txt @@ -17,6 +17,7 @@ ripemd160WithRSA ripemd160 rsaEncryption # AlgorithmIdentifier. The digest "undef" indicates the public key # method should handle this explicitly. rsassaPss undef rsaEncryption +ED25519 undef ED25519 # Alternative deprecated OIDs. By using the older "rsa" OID this # type will be recognized by not normally used.