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

der: add EncodingRules enum #1321

Merged
merged 1 commit into from
Jan 9, 2024
Merged

der: add EncodingRules enum #1321

merged 1 commit into from
Jan 9, 2024

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jan 9, 2024

Adds an enum with Ber and Der (default) variants which can be used to selectively allow a limited number of BER productions when decoding certain BER-based security-oriented formats, e.g. CMS, PKCS#8.

Currently this doesn't actually do anything, however the goal is to address #779, where we can't decode CMS generated by Apple tooling.

PR #810 is an example of how the rules could be relaxed to support IndefiniteLengths.

Adds an enum with `Ber` and `Der` (default) variants which can be used
to selectively allow a limited number of BER productions when decoding
certain BER-based security-oriented formats, e.g. CMS, PKCS#8.

Currently this doesn't actually do anything, however the goal is to
address #779, where we can't decode CMS generated by Apple tooling.

PR #810 is an example of how the rules could be relaxed to support
`IndefiniteLength`s.
@tarcieri tarcieri merged commit fb8db96 into master Jan 9, 2024
101 checks passed
@tarcieri tarcieri deleted the der/encoding-rules branch January 9, 2024 04:07
@tarcieri tarcieri mentioned this pull request Apr 12, 2024
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

Successfully merging this pull request may close these issues.

1 participant