What's Changed
- Fix decryption support for non-standard, legacy AEAD-encrypted messages and keys that used
experimentalGCM
from OpenPGP.js v5 (#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 (#1812)
- Fix signing using keys without preferred hash algorithms (#1820)
Full Changelog: v6.0.1...v6.1.0