Skip to content

Commit 3e66fba

Browse files
authored
Update changelog for 0.9.1 (#264)
1 parent 81cd504 commit 3e66fba

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustls-ffi"
3-
version = "0.9.0"
3+
version = "0.9.1"
44
authors = ["Jacob Hoffman-Andrews <[email protected]>"]
55
license = "Apache-2.0/ISC/MIT"
66
readme = "README-crates.io.md"

0 commit comments

Comments
 (0)