Skip to content

Commit

Permalink
Fix bgpsec-router OID
Browse files Browse the repository at this point in the history
I had a typo: 2e vs 1e, which I had fixed in my tree and somehow
managed not to commit before pushing...

https://www.rfc-editor.org/rfc/rfc8209#section-3.1.3.2
  • Loading branch information
botovq committed Oct 23, 2023
1 parent d82407a commit c1456fe
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 c1456fe

Please sign in to comment.