Skip to content

Releases: digipost/certificate-validator

3.0.5 - fix CVE-2024-34447

06 May 10:31
53425b2
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.4...3.0.5

3.0.4 Replace Buypass test root certs

03 Jan 22:34
dc97608
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.3...3.0.4

Update dependency

19 Sep 10:35
a4386d3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.2...3.0.3

3.0.2

22 Aug 12:06
efdfdf5
Compare
Choose a tag to compare

What's Changed

  • Bytt ut Guava med Apache Commons by @draperunner in #34
    (kun test-avhengigheit)

New Contributors

Full Changelog: 3.0.1...3.0.2

3.0.1

22 Aug 12:07
5e47218
Compare
Choose a tag to compare

What's Changed

  • Move stuff used by RevocationChecker to separate class by @runeflobakk in #31

Full Changelog: 3.0...3.0.1

3.0

22 Aug 12:07
1b55829
Compare
Choose a tag to compare
3.0

What's Changed

  • Javax to Jakarta, Apache HttpClient v4 to v5, Slf4J v1 to v2 by @runeflobakk in #30

Full Changelog: 2.6...3.0

2.6.1

02 May 09:56
Compare
Choose a tag to compare

Internal refactoring to make RevocationChecker more ergonomic for shading.

Move stuff used by RevocationChecker to separate class. This makes RevocationChecker more friendly for shading/copying into other libraries, because we avoid it depending on the entire "user-facing" facade DigipostSecurity, which has more dependencies, checks that BouncyCastle is available in its initializer.

DigipostSecurity is still the public API, but delegates to the internal JavaSecurityUtils for the moved operations (resolving certificate factory, and describing certificates)

Full Changelog: 2.6...2.6.1

2.6

20 Apr 11:27
f7091bd
Compare
Choose a tag to compare
2.6

What's Changed

Full Changelog: 2.5...2.6

Fix for BouncyCastle version >= 1.63

16 Oct 10:29
Compare
Choose a tag to compare

If the library is used with BouncyCastle 1.63 or higher, previous versions of the library will fail resolving the OCSP responder URL from certificates. This is a bugfix release for this.

Issue: #15, pull-request: #16

1.5 - Upgrades dependencies

27 Nov 09:02
Compare
Choose a tag to compare

New

  • Upgrades dependencies after security issues of dependencies reported by Github.