File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
## 0.8.2 (2021-11-13)
4
+
5
+ ### Changed
4
6
- Add a feature, no_log_capture, which inhibits rustls from taking the global
5
7
logger. Useful when built as a Rust dependency.
6
8
7
9
## 0.8.1 (2021-11-12)
8
10
9
- ## Changed
11
+ ### Changed
10
12
- Setting of ALPN protocols for client configs was broken in the 0.8.0 release.
11
13
This release fixes it.
12
14
@@ -20,14 +22,14 @@ new version.
20
22
21
23
If you are importing this as a library from other Rust code, you should import ` rustls_ffi ` .
22
24
23
- ## New
25
+ ### Added
24
26
- rustls_client_config_builder_new_custom and rustls_server_config_builder_new_custom:
25
27
start building a config, with ciphersuites and TLS versions set at initial construction.
26
28
- rustls_default_ciphersuites_get_entry() and
27
29
rustls_default_ciphersuites_len(): get default ciphersuites as opposed to
28
30
all ciphersuites (these happen to be the same today but might not always be).
29
31
30
- ## Changed
32
+ ### Changed
31
33
32
34
- ` rustls-ffi ` now imports ` rustls ` version 0.20, up from rustls 0.19. [ View
33
35
the changelog] ( https://github.com/rustls/rustls#release-history ) .
@@ -70,7 +72,7 @@ If you are importing this as a library from other Rust code, you should import `
70
72
functions provide are valid until the next mutating function call on that
71
73
connection.
72
74
73
- ## Removed
75
+ ### Removed
74
76
75
77
- rustls_client_config_builder_from_config and
76
78
rustls_server_config_builder_from_config have been removed. These were
You can’t perform that action at this time.
0 commit comments