Commit 5700454 1 parent 8a581cb commit 5700454 Copy full SHA for 5700454
File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.13.0 (XXXX-XX-XX )
3
+ ## 0.13.0 (2024-03-28 )
4
4
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
6
6
only cryptographic provider.
7
7
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
9
9
10
10
### Added
11
11
@@ -16,14 +16,18 @@ only cryptographic provider.
16
16
the ` rustls_accepted_alert ` by calling ` rustls_accepted_alert_write_tls ` with
17
17
a ` rustls_write_callback ` implementation.
18
18
19
- ## Changed
19
+ ### Changed
20
20
21
21
* The ` rustls_acceptor_accept ` and ` rustls_accepted_into_connection ` API
22
22
functions now require an extra ` rustls_accepted_alert ` out parameter. This
23
23
parameter will only be set when an error occurs accepting a client connection
24
24
and can be used to write any generated alerts to the connection to signal
25
25
the accept error to the peer.
26
26
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
+
27
31
## 0.12.1 (2024-03-21)
28
32
29
33
### Added
You can’t perform that action at this time.
0 commit comments