Skip to content

Latest commit

 

History

History
80 lines (59 loc) · 2.79 KB

CHANGELOG.md

File metadata and controls

80 lines (59 loc) · 2.79 KB

V 2.x.x (NEXT)

V 2.2.0 Key generation

  • new: Add key generation (initial version by Paul Schaub [@vanitasvitae])
  • Fix: Encryption without having any private key.
  • Enh: Integration tests with GnuPG
  • Enh: Tiger no longer recommended
  • Enh: Add algorithm suite for OpenPGP for XMPP (courtesy Paul Schaub)
  • Enh: Add 'BouncyGPG.registerProvider()'
  • Enh: Merge Better error messages by user9209
  • Enh: Smaller fixes
  • Enh: Bump BouncyCastle to 1.64

API Changes (breaking)

  • none

API Changes (non breaking)

  • new: BouncyGPG.registerProvider()
  • new: key generation via BouncyGPG.createKeyPair()
  • new: algorithm suite for OpenPGP for XMPP (XEP-0373)
  • dep: StreamBasedKeyringConfig, ResourceBasedKeyringConfig, and StreamBasedKeyringConfig deprecated in favor of InMemoryKeyring

V 2.1.2 OSGI bundle and minor improvements

  • Enh: Merge OSGI support by basdfish69
  • Enh: Add support for Java 11
  • Enh: SignaturesMissingException carries list of missing signatures
  • Doc: Minor documentation improvements
  • Tst: Improve test coverage
  • Dep: Update test & minor dependencies
  • Ref: Refactor argument checking into helper methods

V 2.1.1 Bugfix release

  • Fix: Add support to search for the whole UID instead of e-mail only
  • Dep: Bump to BC 1.60
  • Doc: Add code of conduct, list of authors

API Changes

  • Loosen restriction to search for e-mail only in Rfc4880KeySelectionStrategy. Old behaviour in ByEMailKeySelectionStrategy

Breaking

  • none if you only used the builder API (see ByEMailKeySelectionStrategy).

V 2.1.0

API Changes

Breaking

  • 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.

New

  • Encrypt to multiple recipients
  • Finer grained control over key selection
  • Symmertric key derivation (name.neuhalfen.projects.crypto.symmetric.keygeneration) (BETA!!)

V 2.0.1

  • Minor changes in build system

V 2.0.0

  • Create CHANGELOG
  • First release with new API

V 1.x.x

  • Initial release(s)