Skip to content

Commit

Permalink
Add Delta CRL Indicator Oid (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
kowshikRoy authored Oct 31, 2024
1 parent 4b55d49 commit 920bf49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v3/util/oid.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var (
CertPolicyOID = asn1.ObjectIdentifier{2, 5, 29, 32} // Certificate Policies
CrlDistOID = asn1.ObjectIdentifier{2, 5, 29, 31} // CRL Distribution Points
CtPoisonOID = asn1.ObjectIdentifier{1, 3, 6, 1, 4, 1, 11129, 2, 4, 3} // CT Poison
DeltaCRLIndicatorOID = asn1.ObjectIdentifier{2, 5, 29, 27} // Delta CRL Indicator
EkuSynOid = asn1.ObjectIdentifier{2, 5, 29, 37} // Extended Key Usage Syntax
FreshCRLOID = asn1.ObjectIdentifier{2, 5, 29, 46} // Freshest CRL
InhibitAnyPolicyOID = asn1.ObjectIdentifier{2, 5, 29, 54} // Inhibit Any Policy
Expand Down

0 comments on commit 920bf49

Please sign in to comment.