Skip to content

Releases: g-andrade/tls_certificate_check

1.25.0

15 Dec 18:19
Compare
Choose a tag to compare

Added

  • OTP 27.1 to CI
  • [certificate authority] globaltrust 2020

Changed

Fixed

  • problematic lack of unix permissions for 'other' among some of the source
    files, affecting environments that preserve said permissions and import,
    process or in other ways depend on tls_certificate_check under a different
    user account & group from those that own the file (thanks
    https://github.com/kivra-pauoli, closes #52)

1.24.0

24 Sep 11:08
Compare
Choose a tag to compare

Added

  • [certificate authority] securesign root ca12
  • [certificate authority] securesign root ca14
  • [certificate authority] securesign root ca15
  • [certificate authority] twca cyber root ca

Changed

1.22.0

16 Mar 15:51
Compare
Choose a tag to compare

Added

  • [certificate authority] Telekom Security TLS ECC Root 2020
  • [certificate authority] Telekom Security TLS RSA Root 2023

Changed

Fixed

1.21.0

12 Dec 16:31
Compare
Choose a tag to compare

Added

  • [certificate authority] CommScope Public Trust ECC Root-01
  • [certificate authority] CommScope Public Trust ECC Root-02
  • [certificate authority] CommScope Public Trust RSA Root-01
  • [certificate authority] CommScope Public Trust RSA Root-02
  • [certificate authority] TrustAsia Global Root CA G3
  • [certificate authority] TrustAsia Global Root CA G4
  • OTP 26.1 to CI

Changed

Removed

  • [certificate authority] Autoridad de Certificacion Firmaprofesional CIF A62634068
  • [certificate authority] security communication rootca1

1.20.0

22 Aug 10:57
Compare
Choose a tag to compare

Added

  • [certificate authority] Atos TrustedRoot Root CA ECC TLS 2021
  • [certificate authority] Atos TrustedRoot Root CA RSA TLS 2021
  • [certificate authority] SSL.com TLS ECC Root CA 2022
  • [certificate authority] SSL.com TLS RSA Root CA 2022
  • [certificate authority] sectigo public server authentication root e46
  • [certificate authority] sectigo public server authentication root r46

Changed

Removed

  • [certificate authority] e-tugra global root ca ecc v3
  • [certificate authority] e-tugra global root ca rsa v3

1.19.0

30 May 10:49
Compare
Choose a tag to compare

Added

  • OTP 26.0 to CI
  • [certificate authority] BJCA Global Root CA2
  • [certificate authority] BJCA Global Root CA1

Changed

  • CI to use latest rebar3 version that's compatible with each covered OTP release
  • module with bundled CAs to latest as of 2023/05/30, 03:12 UTC
    (source: https://curl.se/ca/cacert.pem)

Removed

  • [certificate authority] hongkong post root ca 1
  • [certificate authority] E-Tugra Certification Authority

1.18.1

01 May 22:56
Compare
Choose a tag to compare

Changed

  • import of ssl_verify_fun to match latest allowed 1.x version

Fixed

  • failing tests and checks on macOS ventura (maybe ARM specific)

1.18.0

20 Mar 18:07
Compare
Choose a tag to compare

Added

  • explicit SNI, to account for TCP sockets upgraded to ssl with ssl:connect/3 (#40)
  • OTP 25.3 to CI

Fixed

  • CI deprecation warnings

1.17.4

19 Feb 19:23
Compare
Choose a tag to compare

Fixed

  • error starting application when OS-trusted CAs fail to load on OTP 25 [present since 1.17.0]

1.17.3

17 Jan 15:11
93bfba7
Compare
Choose a tag to compare

Fixed

  • (rare?) crash after reading OS-trusted CAs (#35)