summaryrefslogtreecommitdiffstats
path: root/providers/common/der/ECX.asn1
blob: 72d1b451ae5cf73d1acffd29d9fd790cf6328fc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- -------------------------------------------------------------------
-- 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 }