提交 b8523696 编写于 作者: D Dr. Stephen Henson

Add ED25519 as signature OID

Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3503)
上级 1e8c4a9b
...@@ -73,6 +73,7 @@ static const nid_triple sigoid_srt[] = { ...@@ -73,6 +73,7 @@ static const nid_triple sigoid_srt[] = {
NID_id_GostR3410_2012_256}, NID_id_GostR3410_2012_256},
{NID_id_tc26_signwithdigest_gost3410_2012_512, NID_id_GostR3411_2012_512, {NID_id_tc26_signwithdigest_gost3410_2012_512, NID_id_GostR3411_2012_512,
NID_id_GostR3410_2012_512}, NID_id_GostR3410_2012_512},
{NID_ED25519, NID_undef, NID_ED25519},
}; };
static const nid_triple *const sigoid_srt_xref[] = { static const nid_triple *const sigoid_srt_xref[] = {
......
...@@ -17,6 +17,7 @@ ripemd160WithRSA ripemd160 rsaEncryption ...@@ -17,6 +17,7 @@ ripemd160WithRSA ripemd160 rsaEncryption
# AlgorithmIdentifier. The digest "undef" indicates the public key # AlgorithmIdentifier. The digest "undef" indicates the public key
# method should handle this explicitly. # method should handle this explicitly.
rsassaPss undef rsaEncryption rsassaPss undef rsaEncryption
ED25519 undef ED25519
# Alternative deprecated OIDs. By using the older "rsa" OID this # Alternative deprecated OIDs. By using the older "rsa" OID this
# type will be recognized by not normally used. # type will be recognized by not normally used.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册