Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Zheng <[email protected]>
  • Loading branch information
Two-Hearts committed Apr 26, 2024
1 parent f83bc02 commit 366a2cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/oid/oid.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ var SigningCertificate = asn1.ObjectIdentifier{1, 2, 840, 113549, 1, 9, 16, 2, 1
// Reference: https://datatracker.ietf.org/doc/html/rfc5035#section-3
var SigningCertificateV2 = asn1.ObjectIdentifier{1, 2, 840, 113549, 1, 9, 16, 2, 47}

// ExtKeyUsage (id-ce-extKeyUsage) is defined in RFC 2459
// ExtKeyUsage (id-ce-extKeyUsage) is defined in RFC 5280
//
// Reference: https://datatracker.ietf.org/doc/html/rfc2459#appendix-B.2
// Reference: https://www.rfc-editor.org/rfc/rfc5280.html#section-4.2.1.12
var ExtKeyUsage = asn1.ObjectIdentifier{2, 5, 29, 37}

// TimeStamping (id-kp-timeStamping) is defined in RFC 3161 2.3
Expand Down

0 comments on commit 366a2cb

Please sign in to comment.