v2.1.0
neuhalje
released this
28 Mar 21:18
·
187 commits
to master
since this release
Non-breaking changes
- Switch to APACHE2.0 license
- Encrypt to multiple recipients
- Finer grained control over key selection
- New maven example
- Improved test coverage
- Bump to BC 1.59
Still pre-Alpha
- Add Concordion spec-test and tutorial
- Add website generated with hugo (wip)
- Support for key derivation use cases (--> https://github.com/neuhalje/presentation_content-encryption )
Breaking API Changes
- PGPHashAlgorithms / PGPSymmetricEncryptionAlgorithms / PGPCompressionAlgorithms: Encapsulate public final fields with getter
- Removed ReencryptExplodedZipMultithreaded
- Selection of keys was not compliant with RFC 4880. Probably this is non-breaking for most users. Use Pre202KeySelectionStrategy for old behaviour.