Releases: canonical/openssl-fips-java
Releases · canonical/openssl-fips-java
0.5.0
What's Changed
- feat: add FIPS-safe key conversion utilities for OpenSSL EVP_PKEY by @ramanathan1504 in #101
- Register the MessageDigest object with the Cleaner by @pushkarnk in #104
- Use KeyConverter to simplify SignatureTest by @pushkarnk in #105
New Contributors
- @ramanathan1504 made their first contribution in #101
Full Changelog: 0.4.1...0.5.0
0.4.0
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
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
What's Changed
- Don't use Files.createTempFile() while loading libjssl.so
- Better unit testing for Signatures
- RSAwithSHA256 - make SHA256 the default digest for RSA signatures
New Contributors
Full Changelog: 0.1.0...0.2.0
0.1.0
Initial release.
New Contributors
- @pushkarnk made their first contribution in #8
- @renovate made their first contribution in #17
Full Changelog: https://github.com/canonical/openssl-fips-java/commits/0.1.0