Skip to content

Commit 0e84c96

Browse files
authored
Merge pull request #25 from botovq/bgpd-router
Fix bgpsec-router OID
2 parents d82407a + c1456fe commit 0e84c96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/der2ascii/oid_names.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ var oidNames = []struct {
9494
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x4}, "emailProtection"},
9595
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x8}, "timeStamping"},
9696
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x9}, "OCSPSigning"},
97-
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x2e}, "bgpsec-router"},
97+
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x1e}, "bgpsec-router"},
9898
{[]byte{0x55, 0x1d, 0x25, 0x0}, "anyExtendedKeyUsage"},
9999
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x2, 0x2}, "unotice"},
100100
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0xe, 0x2}, "ipAddr-asNumber"},

util/oid_names.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ codeSigning: 1.3.6.1.5.5.7.3.3
8989
emailProtection: 1.3.6.1.5.5.7.3.4
9090
timeStamping: 1.3.6.1.5.5.7.3.8
9191
OCSPSigning: 1.3.6.1.5.5.7.3.9
92-
bgpsec-router: 1.3.6.1.5.5.7.3.46
92+
bgpsec-router: 1.3.6.1.5.5.7.3.30
9393
anyExtendedKeyUsage: 2.5.29.37.0
9494

9595
# X.509 policy IDs

0 commit comments

Comments
 (0)