Skip to content

Commit

Permalink
Merge pull request #25 from botovq/bgpd-router
Browse files Browse the repository at this point in the history
Fix bgpsec-router OID
  • Loading branch information
davidben authored Oct 23, 2023
2 parents d82407a + c1456fe commit 0e84c96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/der2ascii/oid_names.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var oidNames = []struct {
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x4}, "emailProtection"},
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x8}, "timeStamping"},
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x9}, "OCSPSigning"},
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x2e}, "bgpsec-router"},
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x3, 0x1e}, "bgpsec-router"},
{[]byte{0x55, 0x1d, 0x25, 0x0}, "anyExtendedKeyUsage"},
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0x2, 0x2}, "unotice"},
{[]byte{0x2b, 0x6, 0x1, 0x5, 0x5, 0x7, 0xe, 0x2}, "ipAddr-asNumber"},
Expand Down
2 changes: 1 addition & 1 deletion util/oid_names.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ codeSigning: 1.3.6.1.5.5.7.3.3
emailProtection: 1.3.6.1.5.5.7.3.4
timeStamping: 1.3.6.1.5.5.7.3.8
OCSPSigning: 1.3.6.1.5.5.7.3.9
bgpsec-router: 1.3.6.1.5.5.7.3.46
bgpsec-router: 1.3.6.1.5.5.7.3.30
anyExtendedKeyUsage: 2.5.29.37.0

# X.509 policy IDs
Expand Down

0 comments on commit 0e84c96

Please sign in to comment.