From c56926f77323666cf808399fd6c158032521caa2 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 24 Mar 2021 11:07:47 +0100 Subject: [PATCH] sm: Add a few more OIDs to the table for nicer keylistings -- --- sm/keylist.c | 4 ++++ 1 file changed, 4 insertions(+) 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" },