File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.23]
6
+
7
+ ### Fixed
8
+
9
+ * Fixed session callbacks when an ` Ssl ` 's context is replaced.
10
+
11
+ ### Added
12
+
13
+ * Added ` SslContextBuilder::add_client_ca ` .
14
+
5
15
## [ v0.10.22]
6
16
7
17
### Added
359
369
360
370
Look at the [ release tags] for information about older releases.
361
371
362
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.22...master
372
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.23...master
373
+ [ v0.10.23 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.22...openssl-v0.10.23
363
374
[ v0.10.22 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.21...openssl-v0.10.22
364
375
[ v0.10.21 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.20...openssl-v0.10.21
365
376
[ v0.10.20 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.19...openssl-v0.10.20
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.22 "
3
+ version = " 0.10.23 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
You can’t perform that action at this time.
0 commit comments