File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.45] - 2022-12-20
6
+
7
+ ### Fixed
8
+
9
+ * Removed the newly added ` CipherCtxRef::minimal_output_size ` method, which did not work properly.
10
+ * Added ` NO_DEPRECATED_3_0 ` cfg checks for more APIs.
11
+
12
+ ### Added
13
+
14
+ * Added ` SslRef::add_chain_cert ` .
15
+ * Added ` PKeyRef::security_bits ` .
16
+ * Added ` Provider::set_default_search_path ` .
17
+ * Added ` CipherCtxRef::cipher_final_unchecked ` .
18
+
5
19
## [ v0.10.44] - 2022-12-06
6
20
7
21
### Added
649
663
650
664
Look at the [ release tags] for information about older releases.
651
665
652
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.44...master
653
- [ v0.10.44 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.44...openssl-v0.10.44
666
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.45...master
667
+ [ v0.10.45 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.44...openssl-v0.10.45
668
+ [ v0.10.44 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.43...openssl-v0.10.44
654
669
[ v0.10.43 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...openssl-v0.10.43
655
670
[ v0.10.42 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.42
656
671
[ v0.10.41 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...openssl-v0.10.41
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.44 "
3
+ version = " 0.10.45 "
4
4
authors = [
" Steven Fackler <[email protected] >" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
@@ -30,7 +30,7 @@ libc = "0.2"
30
30
once_cell = " 1.5.2"
31
31
32
32
openssl-macros = { version = " 0.1.0" , path = " ../openssl-macros" }
33
- ffi = { package = " openssl-sys" , version = " 0.9.79 " , path = " ../openssl-sys" }
33
+ ffi = { package = " openssl-sys" , version = " 0.9.80 " , path = " ../openssl-sys" }
34
34
35
35
[dev-dependencies ]
36
36
hex = " 0.3"
You can’t perform that action at this time.
0 commit comments