aboutsummaryrefslogtreecommitdiffstats
path: root/sm/keylist.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2021-03-24 10:07:47 +0000
committerWerner Koch <[email protected]>2021-03-24 11:27:35 +0000
commitc56926f77323666cf808399fd6c158032521caa2 (patch)
treec922fecd32a4d83b4400034046d69712661fab63 /sm/keylist.c
parentgpg: No warning in quiet mode for S2K mode 0. (diff)
downloadgnupg-c56926f77323666cf808399fd6c158032521caa2.tar.gz
gnupg-c56926f77323666cf808399fd6c158032521caa2.zip
sm: Add a few more OIDs to the table for nicer keylistings
--
Diffstat (limited to 'sm/keylist.c')
-rw-r--r--sm/keylist.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sm/keylist.c b/sm/keylist.c
index 7f905ca6c..1a062d149 100644
--- a/sm/keylist.c
+++ b/sm/keylist.c
@@ -181,6 +181,10 @@ static struct
{ "1.3.6.1.4.1.11591.2.1.1", "pkaAddress" },
{ "1.3.6.1.4.1.11591.2.2.1", "standaloneCertificate" },
{ "1.3.6.1.4.1.11591.2.2.2", "wellKnownPrivateKey" },
+ { "1.3.6.1.4.1.11591.2.6.1", "gpgUsageCert", OID_FLAG_KP },
+ { "1.3.6.1.4.1.11591.2.6.2", "gpgUsageSign", OID_FLAG_KP },
+ { "1.3.6.1.4.1.11591.2.6.3", "gpgUsageEncr", OID_FLAG_KP },
+ { "1.3.6.1.4.1.11591.2.6.4", "gpgUsageAuth", OID_FLAG_KP },
/* Extensions used by the Bundesnetzagentur. */
{ "1.3.6.1.4.1.8301.3.5", "validityModel" },