Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-01-30 | 656 Bytes | |
v6.1.0 source code.tar.gz | 2025-01-30 | 1.2 MB | |
v6.1.0 source code.zip | 2025-01-30 | 1.4 MB | |
Totals: 3 Items | 2.6 MB | 0 |
What's Changed
- Fix decryption support for non-standard, legacy AEAD-encrypted messages and keys that used
experimentalGCM
from OpenPGP.js v5 (https://github.com/openpgpjs/openpgpjs/pull/1811) - Throw on encryption using the non-standard
experimentalGCM
AEAD algorithm (Theenums.aead.gcm
ID standardized by RFC9580 should be used instead.) - Improve internal tree-shaking and lazy load md5 (https://github.com/openpgpjs/openpgpjs/pull/1812)
- Fix signing using keys without preferred hash algorithms (https://github.com/openpgpjs/openpgpjs/pull/1820)
Full Changelog: https://github.com/openpgpjs/openpgpjs/compare/v6.0.1...v6.1.0