Skip to content

Releases: zotonic/zotonic_ssl

1.3.0

14 Jul 09:16
7d5c2b5
Compare
Choose a tag to compare

Changes:

  • Remove conversion of generated keys to 'traditional' key format as Erlang crypto now accepts both key formats. This fixes a problem with LibreSSL.
  • Use Logger for logging (instead of error_logger)

1.2.0

24 May 07:47
be2dc82
Compare
Choose a tag to compare

What's Changed

  • Fix an issue with pem file generation on openssl3 by @mworrell in #8
  • Add OTP25, xref and dialyzer to tests. by @mworrell in #9
  • Update zotonic_stdlib to 1.7.0 by @mworrell in #10

With thanks to @alvaropag for the OpenSSL 3.0 fixes.

Full Changelog: 1.1.0...1.2.0

1.1.0

01 Sep 13:24
0ab6928
Compare
Choose a tag to compare
  • Fix a problem with generating self signed certificates in directories which contain a space in their name.
  • Upgrade dependencies.
  • Set test matrix to OTP 22, 23 and 24, in line with rebar3 compatibility.

Support for getting safe tls server socket options

20 Oct 08:03
cd4eff3
Compare
Choose a tag to compare
  • Added get_safe_tls_server_options/0 function which makes it easier to start a safe tls server.

1.0.1

18 May 15:45
ef96937
Compare
Choose a tag to compare

Fixes an issue with single quotes on Windows. Thanks to @ilho-tiger