Skip to content

Releases: tsaarni/java-certy

v0.4.0

26 Oct 07:39
Compare
Choose a tag to compare

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 as X509Certificate[] 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

09 Oct 10:40
Compare
Choose a tag to compare

What's Changed

  • Bug fix: CRL generation fails if issuer has not been initialized by @tsaarni in #18

Full Changelog: v0.3.0...v0.3.1

v0.3.0

27 Sep 06:28
Compare
Choose a tag to compare

What's Changed

  • Added support for CRLs by @tsaarni in #15 and #16
  • Dependency updates

Full Changelog: v0.2.0...v0.3.0

v0.2.0

29 Jun 06:25
Compare
Choose a tag to compare

What's Changed

  • Add certificate chains in PEM bundles
  • Compile for JDK8
    Full Changelog: v0.1.0...v0.2.0

v0.1.0

18 Jun 21:31
Compare
Choose a tag to compare

This is the very first release of Certy 🎉