Releases: zotonic/zotonic_ssl
Releases · zotonic/zotonic_ssl
1.3.0
1.2.0
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
Support for getting safe tls server socket options
- Added
get_safe_tls_server_options/0
function which makes it easier to start a safe tls server.
1.0.1
Fixes an issue with single quotes on Windows. Thanks to @ilho-tiger