Releases: tsaarni/java-certy
Releases · tsaarni/java-certy
v0.4.1
A new version can be found at https://central.sonatype.com/artifact/fi.protonode/certy.
What's Changed
Bug fixes
- Set minimum JDK version back to 8 for JDK8 compatibility. Using
KeyType.ED25519
will require JDK15 or above. by @tsaarni in #36
Full Changelog: v0.4.0...v0.4.1
v0.4.0
A new version can be found at https://central.sonatype.com/artifact/fi.protonode/certy.
What's Changed
New Functionality
- Add method
Credential.getX509Certificates()
to get chain asX509Certificate[]
by @tsaarni in #31 - Add support for Ed25519 certs by calling
Credential.keyType(KeyType.ED25519)
by @tsaarni in #32 - Minimum JDK version is now JDK15 due to dependency to Ed25519 algorithm
Updated Dependencies
- Bump org.bouncycastle:bcpkix-jdk18on from 1.76 to 1.78.1
- Bump org.junit.jupiter:junit-jupiter from 5.10.0 to 5.11.3
Full Changelog: v0.3.1...v0.4.0
v0.3.1
v0.3.0
v0.2.0
What's Changed
- Add certificate chains in PEM bundles
- Compile for JDK8
Full Changelog: v0.1.0...v0.2.0
v0.1.0
This is the very first release of Certy 🎉
- Download from Maven Central repository
- Read the latest documentation (not versioned)