Skip to content

Commit

Permalink
gplazma: add extra OIDs for Key-Usage
Browse files Browse the repository at this point in the history
Motivation:

Observed some additional OID values in X.509 credentials that
LoginResultPrinter currently doesn't know about.

Modification:

Add these OID values to the list of known OIDs, allowing textual
representation.

Result:

Fewer numerical OIDs when printing information about X.509 certificates.

Target: master
Requires-notes: no
Requires-book: no
Patch: https://rb.dcache.org/r/11765/
Acked-by: Tigran Mkrtchyan
  • Loading branch information
paulmillar committed Jun 3, 2019
1 parent f424d8b commit bf7e4ea
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ public class LoginResultPrinter
.put("1.3.6.1.5.5.7.3.7", "IPSec user")
.put("1.3.6.1.5.5.7.3.8", "time stamp")
.put("1.3.6.1.5.5.7.3.9", "OCSP signing")
.put("1.3.6.1.4.1.311.10.3.3", "Microsoft SGC")
.put("1.3.6.1.4.1.311.10.3.4", "Microsoft EPS")
.put("2.16.840.1.113730.4.1", "Netscape SGC")

// Certificate extensions
.put("1.3.6.1.4.1.8005.100.100.4", "VOMS FQANs")
Expand Down

0 comments on commit bf7e4ea

Please sign in to comment.