summaryrefslogtreecommitdiff
path: root/oids.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-12-18 17:53:39 -0500
committerJeffrey Walton <noloader@gmail.com>2018-12-18 17:53:39 -0500
commit398964b87d93ee5c379f2b21a7304a7683e3cd61 (patch)
tree0c544bff9d012ec288294cca757eea19ba58ec43 /oids.h
parent4f7e2c984db69b733419cf870d4bcd67a1554c2a (diff)
downloadcryptopp-git-398964b87d93ee5c379f2b21a7304a7683e3cd61.tar.gz
Add curve ids for x25519, ed25519, x448 and ed448
Also see https://tools.ietf.org/html/draft-ietf-curdle-pkix
Diffstat (limited to 'oids.h')
-rw-r--r--oids.h6
1 files changed, 6 insertions, 0 deletions
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