mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
d12a2fe4e7
The other signature algorithms know how to create their own AlgorithmIdentifiers, but the EdDSA algorithms missed this. Fixes #11875 Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/12884)
12 lines
497 B
Groff
12 lines
497 B
Groff
|
|
-- -------------------------------------------------------------------
|
|
-- Taken from RFC 8410, 9 ASN.1 Module
|
|
-- (https://tools.ietf.org/html/rfc8410#section-9)
|
|
|
|
id-edwards-curve-algs OBJECT IDENTIFIER ::= { 1 3 101 }
|
|
|
|
id-X25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 110 }
|
|
id-X448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 111 }
|
|
id-Ed25519 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 112 }
|
|
id-Ed448 OBJECT IDENTIFIER ::= { id-edwards-curve-algs 113 }
|