Skip to content

Releases: canonical/openssl-fips-java

0.5.0

28 Feb 06:36
61c71cb

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.0

28 Nov 17:36
78f79df

Choose a tag to compare

What's Changed

  • Add initial security provider documentation by @pushkarnk in #73
  • Fix critical bugs: uninitialized field, missing returns, memory leak, and unsafe temp file by @Copilot in #90

New Contributors

  • @Copilot made their first contribution in #90

Full Changelog: 0.3.0...0.4.0

0.3.0

21 Feb 19:38
5d503c4

Choose a tag to compare

What's Changed

  • Rename JNI related files by @pushkarnk in #55
  • Build the provider using JDK 17 by @pushkarnk in #56
  • Add an initial implementation of engineReset() for MessageDigestSpi by @pushkarnk in #58
  • Add an initial impl for MACSpi.engineReset() and elaborate MAC tests by @pushkarnk in #59
  • test: ensure KeyAgreement objects could be reused by @pushkarnk in #60
  • SecretKeyFactoryTest: add check for getKeySpec() by @pushkarnk in #61
  • Fix implementation of engineGetOutputSize(), add tests by @pushkarnk in #62
  • Implement support for Additional Authentication Data with CCM/GCM Ciphers by @pushkarnk in #63
  • Implement Cipher.wrap()/unwrap() for secret keys by @pushkarnk in #65

Full Changelog: 0.2.0...0.3.0

0.2.0

11 Dec 14:35
ecf169e

Choose a tag to compare

0.1.0

04 Oct 14:04
5126bdf

Choose a tag to compare

Initial release.

New Contributors

Full Changelog: https://github.com/canonical/openssl-fips-java/commits/0.1.0