Skip to content

Releases: ctron/pem-keystore

pem-keystore-2.4.0

06 May 06:23
Compare
Choose a tag to compare

What's Changed

  • Bump io.undertow:undertow-core from 2.2.24.Final to 2.3.13.Final
  • Bump org.bouncycastle:bcprov-jdk18on from 1.77 to 1.78 by @dependabot in #24
  • Drop CI tests for Java 8 (due to io.undertow:undertow-core 2.3.x)

Full Changelog: pem-keystore-2.3.0...pem-keystore-2.4.0

2.3.0

11 Dec 16:59
Compare
Choose a tag to compare

What's Changed

CVE-2023-33201 & other dependencies

While this update contains a dependency update due to CVE-2023-33201, this CVE doesn't affect pem-keystore, as the relevant code is not used. Still, it might be flagged by security scanners. And it also should make picking a more recent version easier.

The other dependencies are also updated, but are only used for testing.

New Contributors

Full Changelog: pem-keystore-2.2.2...pem-keystore-2.3.0

v2.2.2

27 Sep 12:26
Compare
Choose a tag to compare

This release fixes two possible NullPointerExcptions in the case of a misconfigured alias.

pem-keystore-2.2.0

17 Apr 14:04
pem-keystore-2.2.0
Compare
Choose a tag to compare

Thanks to a PR from @blagerweij, you can now also load certificates using classpath: prefix.

v2.1.1

14 Jun 08:04
pem-keystore-2.1.1
Compare
Choose a tag to compare

This updates a few versions and fixes a Java 11 build bug.

2.1.0

12 Feb 13:45
pem-keystore-2.1.0
Compare
Choose a tag to compare

This adds support for private keys, using Let's encrypt.

It also adds the capability to have mutable keystores, although persisting them is not supported. This can be used for e.g .Tomcat which will modify the loaded keystores, but not save them back.

2.0.0

25 Sep 14:47
pem-keystore-2.0.0
Compare
Choose a tag to compare

This is a major overhaul of the 1.0.0 version. It implements the processing of "private keys" as well as CA bundle certificates.

It is now possible to simply drop this is and e.g. encrypt based on Let's Encrypt certbot or OpenShift service certificates.