summaryrefslogtreecommitdiff
path: root/egg
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-04-17 07:10:36 +0200
committerStef Walter <stefw@redhat.com>2014-04-19 22:29:49 +0200
commit6e8e755f040d799c84f807f196cd6155bd693f78 (patch)
treee6369c30087d22fec16b779856e7ad3098e32d18 /egg
parenta96a6c7c5b4244e01c07918dccbfe02d780f2a5a (diff)
downloadgcr-6e8e755f040d799c84f807f196cd6155bd693f78.tar.gz
oid: Add various OIDs for Elliptic Curve related stuff
Diffstat (limited to 'egg')
-rw-r--r--egg/egg-oid.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/egg/egg-oid.c b/egg/egg-oid.c
index 75d909e..e604846 100644
--- a/egg/egg-oid.c
+++ b/egg/egg-oid.c
@@ -102,6 +102,13 @@ static OidInfo oid_info[] = {
{ 0, "1.2.840.10040.4.1", "dsa", N_("DSA"), 0 },
{ 0, "1.2.840.10040.4.3", "sha1WithDSA", N_("SHA1 with DSA"), 0 },
+ { 0, "1.2.840.10045.2.1", "ec", N_("Elliptic Curve"), 0, },
+ { 0, "1.2.840.10045.4.1", "sha1WithECDSA", N_("SHA1 with ECDSA"), 0 },
+ { 0, "1.2.840.10045.4.3.1", "sha224WithECDSA", N_("SHA224 with ECDSA"), 0 },
+ { 0, "1.2.840.10045.4.3.2", "sha256WithECDSA", N_("SHA256 with ECDSA"), 0 },
+ { 0, "1.2.840.10045.4.3.3", "sha384WithECDSA", N_("SHA384 with ECDSA"), 0 },
+ { 0, "1.2.840.10045.4.3.4", "sha512WithECDSA", N_("SHA512 with ECDSA"), 0 },
+
/* Extended Key Usages */
{ 0, "1.3.6.1.5.5.7.3.1", NULL, N_("Server Authentication"), 0 },
{ 0, "1.3.6.1.5.5.7.3.2", NULL, N_("Client Authentication"), 0 },