From 398964b87d93ee5c379f2b21a7304a7683e3cd61 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Tue, 18 Dec 2018 17:53:39 -0500 Subject: Add curve ids for x25519, ed25519, x448 and ed448 Also see https://tools.ietf.org/html/draft-ietf-curdle-pkix --- oids.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'oids.h') diff --git a/oids.h b/oids.h index 09d689aa..e21fe786 100644 --- a/oids.h +++ b/oids.h @@ -83,6 +83,12 @@ DEFINE_OID(1, iso) DEFINE_OID(teletrust_ellipticCurve()+1+9, brainpoolP320r1) DEFINE_OID(teletrust_ellipticCurve()+1+11, brainpoolP384r1) DEFINE_OID(teletrust_ellipticCurve()+1+13, brainpoolP512r1) + // https://tools.ietf.org/html/draft-ietf-curdle-pkix-07 + DEFINE_OID(identified_organization()+101, thawte) + DEFINE_OID(thawte()+110, X25519) + DEFINE_OID(thawte()+111, X448) + DEFINE_OID(thawte()+112, Ed25519) + DEFINE_OID(thawte()+113, Ed448) DEFINE_OID(identified_organization()+132, certicom) DEFINE_OID(certicom()+0, certicom_ellipticCurve) // these are sorted by curve type and then by OID -- cgit v1.2.1