diff options
author | Werner Koch <[email protected]> | 2021-03-24 10:07:47 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-03-24 11:27:35 +0000 |
commit | c56926f77323666cf808399fd6c158032521caa2 (patch) | |
tree | c922fecd32a4d83b4400034046d69712661fab63 /sm/keylist.c | |
parent | gpg: No warning in quiet mode for S2K mode 0. (diff) | |
download | gnupg-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.c | 4 |
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" }, |