File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.43] - 2022-11-23
6
+
7
+ ### Added
8
+
9
+ * Added ` Nid::BRAINPOOL_P256R1 ` , ` Nid::BRAINPOOL_P384R1 ` , ` Nid::BRAINPOOL_P512R1 ` .
10
+ * Added ` BigNumRef::copy_from_slice ` .
11
+ * Added ` Cipher ` constructors for Camellia, CAST5, and IDEA ciphers.
12
+ * Added ` DsaSig ` .
13
+ * Added ` X509StoreBuilderRef::set_param ` .
14
+ * Added ` X509VerifyParam::new ` , ` X509VerifyParamRef::set_time ` , and ` X509VerifyParamRef::set_depth ` .
15
+
5
16
## [ v0.10.42] - 2022-09-26
6
17
7
18
### Added
630
641
631
642
Look at the [ release tags] for information about older releases.
632
643
633
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...master
644
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.43...master
645
+ [ v0.10.43 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.42...openssl-v0.10.43
634
646
[ v0.10.42 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.41...openssl-v0.10.42
635
647
[ v0.10.41 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.40...openssl-v0.10.41
636
648
[ v0.10.40 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.39...openssl-v0.10.40
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.42 "
3
+ version = " 0.10.43 "
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.76 " , path = " ../openssl-sys" }
33
+ ffi = { package = " openssl-sys" , version = " 0.9.78 " , 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