Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.21 KB

TODO.md

File metadata and controls

47 lines (35 loc) · 1.21 KB

Open TODOs

Version 3.0

Version 2.4

  • Key generation key expiration
  • Key generation documentation
  • Add decryptor.getResult() for decryption result
  • Unit tests: Factor all tests in EncryptionConfig and EncryptWithOpenPGPTestDriver to test the new API
  • Allow to enforce algorithm "minimum level", e.g. for decryption/validation
  • Unit tests: iterate different DefaultPGPAlgorithmSuites.secureSuiteForGnuPG() (incl. compression & no signature!)
  • Extend documentation of key derivation

Version 2.3

  • Bugfixes

Version 2.2

  • Key generation

Version 2.1

  • Code quality reports (Sonar e.g.)
  • add .github files
  • Add support for Java 11
  • Improve test coverage

Version 2.0

  • Remove all TODOs and FIXMEs
  • Test sha256, AES_256
  • Move example in dedicated directory + projects
  • Document obsolete secring.gpg in GPG 2.1 (https://gnupg.org/faq/whats-new-in-2.1.html#nosecring)
  • Switch over to Java 8
  • Fix links in README
  • Add example snippets to README
  • Allow gpg --export -a and gpg --export-secret-key -a as source for keyring generation