aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keylist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-09-06 11:53:24 +0000
committerWerner Koch <[email protected]>2006-09-06 11:53:24 +0000
commit7b9fa9da99e5e8dd26219a3c501994deee4b794c (patch)
tree6d30a1b2941bd5d28ebb0294915660b0f1881002 /sm/keylist.c
parentMissing file (diff)
downloadgnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.tar.gz
gnupg-7b9fa9da99e5e8dd26219a3c501994deee4b794c.zip
Minor changes and typo fixes.
Diffstat (limited to 'sm/keylist.c')
-rw-r--r--sm/keylist.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sm/keylist.c b/sm/keylist.c
index c44d62102..199737541 100644
--- a/sm/keylist.c
+++ b/sm/keylist.c
@@ -70,6 +70,9 @@ struct {
{ "2.16.840.1.113730.4.1", "serverGatedCrypto.ns" }, /* Netscape. */
{ "1.3.6.1.4.1.311.10.3.3", "serverGatedCrypto.ms"}, /* Microsoft. */
+
+ { "1.3.6.1.5.5.7.48.1.5", "ocspNoCheck" },
+
{ NULL, NULL }
};
@@ -125,6 +128,11 @@ static struct {
{ "1.3.6.1.5.5.7.1.10", "acProxying" },
{ "1.3.6.1.5.5.7.1.11", "subjectInfoAccess" },
+ { "1.3.6.1.5.5.7.48.1", "ocsp" },
+ { "1.3.6.1.5.5.7.48.2", "caIssuers" },
+ { "1.3.6.1.5.5.7.48.3", "timeStamping" },
+ { "1.3.6.1.5.5.7.48.5", "caRepository" },
+
/* X.509 id-ce */
{ "2.5.29.14", "subjectKeyIdentifier", 1},
{ "2.5.29.15", "keyUsage", 1 },