File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## 0.13.0 (XXXX-XX-XX )
3+ ## 0.13.0 (2024-03-28 )
44
5- This release updates to [ Rustls 0.23.1 ] and continues to use ` *ring* ` as the
5+ This release updates to [ Rustls 0.23.4 ] and continues to use ` *ring* ` as the
66only cryptographic provider.
77
8- [ Rustls 0.23.1 ] : https://github.com/rustls/rustls/releases/tag/v%2F0.23.1
8+ [ Rustls 0.23.4 ] : https://github.com/rustls/rustls/releases/tag/v%2F0.23.4
99
1010### Added
1111
@@ -16,14 +16,18 @@ only cryptographic provider.
1616 the ` rustls_accepted_alert ` by calling ` rustls_accepted_alert_write_tls ` with
1717 a ` rustls_write_callback ` implementation.
1818
19- ## Changed
19+ ### Changed
2020
2121* The ` rustls_acceptor_accept ` and ` rustls_accepted_into_connection ` API
2222 functions now require an extra ` rustls_accepted_alert ` out parameter. This
2323 parameter will only be set when an error occurs accepting a client connection
2424 and can be used to write any generated alerts to the connection to signal
2525 the accept error to the peer.
2626
27+ * The experimental cargo-c build support has been updated to use a vendored
28+ header file. This avoids the need for nightly rust or ` cbindgen ` when using
29+ this build method.
30+
2731## 0.12.1 (2024-03-21)
2832
2933### Added
You can’t perform that action at this time.
0 commit comments