Add ED25519 as signature OID

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3503)
This commit is contained in:
Dr. Stephen Henson 2017-04-07 03:34:09 +01:00
parent 1e8c4a9b7a
commit b85236966b
2 changed files with 2 additions and 0 deletions

View file

@ -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[] = {

View file

@ -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.