Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
pgporada opened this issue Sep 13, 2023 · 0 comments
Open

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

pgporada opened this issue Sep 13, 2023 · 0 comments

Comments

@pgporada
Copy link
Member

pgporada commented Sep 13, 2023

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant