diff options
Diffstat (limited to 'sm')
-rw-r--r-- | sm/certdump.c | 3 | ||||
-rw-r--r-- | sm/keylist.c | 7 |
2 files changed, 9 insertions, 1 deletions
diff --git a/sm/certdump.c b/sm/certdump.c index 5c9f8a96b..3ad0edbe3 100644 --- a/sm/certdump.c +++ b/sm/certdump.c @@ -385,7 +385,7 @@ parse_dn_part (struct dn_array_s *array, const unsigned char *string) const char *oid; } label_map[] = { /* Warning: When adding new labels, make sure that the buffer - below we be allocated large enough. */ + array->key will be allocated large enough. */ {"EMail", "1.2.840.113549.1.9.1" }, {"T", "2.5.4.12" }, {"GN", "2.5.4.42" }, @@ -397,6 +397,7 @@ parse_dn_part (struct dn_array_s *array, const unsigned char *string) {"PostalCode", "2.5.4.17" }, {"Pseudo", "2.5.4.65" }, {"SerialNumber", "2.5.4.5" }, + {"Callsign", "1.3.6.1.4.1.12348.1.1"}, {NULL, NULL} }; const unsigned char *s, *s1; diff --git a/sm/keylist.c b/sm/keylist.c index f571ee2b5..08b2dc816 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -213,6 +213,13 @@ static struct { "1.2.840.113583.1.1.5", "pdfAuthenticDocumentsTrust", OID_FLAG_KP }, { "1.3.6.1.4.1.6449.1.3.5.2", "comodoCertifiedDeliveryService", OID_FLAG_KP }, + /* ARRL */ + { "1.3.6.1.4.1.12348.1.1", "lotw-callsign" }, + { "1.3.6.1.4.1.12348.1.2", "lotw-qso-first-date" }, + { "1.3.6.1.4.1.12348.1.3", "lotw-qso-end-date" }, + { "1.3.6.1.4.1.12348.1.4", "lotw-dxcc-entity" }, + /* { "1.3.6.1.4.1.12348.1.5", "lotw-fixme" }, */ + { NULL } }; |