File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.9.1 (2022-06-10)
4+
5+ ### Fixed
6+
7+ - rustls_server_config_builder_set_client_verifier and
8+ rustls_server_config_builder_set_client_verifier_optional: fix a double
9+ free (#263 )
10+ - rustls_server_connection_get_sni_hostname: actually set \* out_n when SNI
11+ unavailable (#262 ).
12+ - rustls_client_cert_verifier_new and rustls_client_cert_verifier_optional_new:
13+ change to const and fix some lifecycle comments (#260 ).
14+ - Fixed documentation for rustls_certified_key_build (#257 )
15+
316## 0.9.0 (2022-05-12)
417
518### Added
Original file line number Diff line number Diff line change 11[package ]
22name = " rustls-ffi"
3- version = " 0.9.0 "
3+ version = " 0.9.1 "
44authors = [
" Jacob Hoffman-Andrews <[email protected] >" ]
55license = " Apache-2.0/ISC/MIT"
66readme = " README-crates.io.md"
You can’t perform that action at this time.
0 commit comments