8000 [v6] Disable support for parsing v5 entities by default (add `config.enableParsingV5Entities`) by larabr · Pull Request #1774 · openpgpjs/openpgpjs · GitHub
[go: up one dir, main page]

Skip to content

Conversation

larabr
Copy link
Collaborator
@larabr larabr commented Jul 3, 2024

Close #1701 .

Breaking change:
parsing of v5 keys, v5 signatures and AEAD-encrypted data packets now requires turning on the corresponding config flag.
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. However, generation of v5 entities was supported behind config flag in OpenPGP.js v5, and some other libraries, hence parsing them might be necessary in some cases.

…eParsingV5Entities`)

Parsing of v5 keys, v5 signatures and AEAD-encrypted data packets now requires turning on
the corresponding config flag.
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.
However, generation of v5 entities was supported behind config flag in OpenPGP.js v5, and some other libraries,
hence parsing them might be necessary in some cases.
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.

2 participants

0