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

Put support for reading v5 packets behind a feature flag #212

Merged
merged 3 commits into from
Jul 5, 2024

Conversation

lubux
Copy link
Contributor

@lubux lubux commented Jul 4, 2024

Disable parsing of v5 keys and v5 signatures. Enabling v5 requires now turning on the corresponding global flag via a build tag or changing the variable.
The affected entities are non-standard, and in the crypto-refresh RFC they have been superseded by v6 keys, v6 signatures and SEIPDv2 encrypted data, respectively.

openpgpjs/openpgpjs#1774

openpgp/packet/aead_encrypted.go Outdated Show resolved Hide resolved
openpgp/packet/config_build.go Outdated Show resolved Hide resolved
openpgp/packet/config.go Outdated Show resolved Hide resolved
@lubux lubux merged commit c25e074 into main Jul 5, 2024
8 checks passed
@lubux lubux deleted the feat/v5-behind-build-tag branch July 5, 2024 12:47
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.

None yet

2 participants