Skip to content

Commit 23daca0

Browse files
committed
Add the CPS policy qualifier OID
1 parent 5dec030 commit 23daca0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

cmd/der2ascii/oid_names.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ var oidNames = []struct {
106106
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x9}, "OCSPSigning"},
107107
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x1e}, "bgpsec-router"},
108108
{[]byte{0x55, 0x1d, 0x25, 0x0}, "anyExtendedKeyUsage"},
109+
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x2, 0x1}, "cps"},
109110
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x2, 0x2}, "unotice"},
110111
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0xe, 0x2}, "ipAddr-asNumber"},
111112
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0xe, 0x3}, "ipAddr-asNumber-v2"},

util/oid_names.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ bgpsec-router: 1.3.6.1.5.5.7.3.30
103103
anyExtendedKeyUsage: 2.5.29.37.0
104104

105105
# X.509 policy IDs
106+
cps: 1.3.6.1.5.5.7.2.1
106107
unotice: 1.3.6.1.5.5.7.2.2
107108
ipAddr-asNumber: 1.3.6.1.5.5.7.14.2
108109
ipAddr-asNumber-v2: 1.3.6.1.5.5.7.14.3

0 commit comments

Comments
 (0)