From b85236966b8518a23fe87d0d0f7c6cf435cc3878 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Fri, 7 Apr 2017 03:34:09 +0100 Subject: [PATCH] Add ED25519 as signature OID Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3503) --- crypto/objects/obj_xref.h | 1 + crypto/objects/obj_xref.txt | 1 + 2 files changed, 2 insertions(+) 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. -- 2.25.1