website icon indicating copy to clipboard operation
website copied to clipboard

Enhance "A Warm Welcome to ASN.1 and DER"

Open pgporada opened this issue 2 years ago • 0 comments
trafficstars

Context Specific
| Context Specific
| | Primitive
| | | Encoded tag values
| | | |-------|
| | | |
8 7 6 5 4 3 2 1
1 0 0 0 0 0 0 1

= 129
which in hex is 0x81
and when looking at the CRL IssuerDistributionPoint flag onlyContainsUserCerts: 30038101FF

		RFC 5280 Section 5.2.5

		IssuingDistributionPoint ::= SEQUENCE {
			distributionPoint          [0] DistributionPointName OPTIONAL,
			onlyContainsUserCerts      [1] BOOLEAN DEFAULT FALSE,
			onlyContainsCACerts        [2] BOOLEAN DEFAULT FALSE,
			...
		}

I can tell that the onlyContainsUserCerts flag is set and nothing else is.

pgporada avatar Sep 13 '23 19:09 pgporada