File tree 4 files changed +23
-5
lines changed
4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.9.106] - 2025-02-15
6
+
7
+ ### Added
8
+
9
+ * Support building with ` OPENSSL_NO_RC2 ` .
10
+ * Exposed ` EVP_rc2_cbc ` and ` EVP_rc2_40_cbc ` .
11
+
5
12
## [ v0.9.105] - 2025-02-02
6
13
7
14
### Added
@@ -629,7 +636,9 @@ Fixed builds against OpenSSL built with `no-cast`.
629
636
* Added ` X509_verify ` and ` X509_REQ_verify ` .
630
637
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
631
638
632
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.104..master
639
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.106..master
640
+ [ v0.9.106 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.105...openssl-sys-v0.9.106
641
+ [ v0.9.105 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.104...openssl-sys-v0.9.105
633
642
[ v0.9.104 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.103...openssl-sys-v0.9.104
634
643
[ v0.9.103 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.102...openssl-sys-v0.9.103
635
644
[ v0.9.102 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101...openssl-sys-v0.9.102
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.105 "
3
+ version = " 0.9.106 "
4
4
authors = [
5
5
" Alex Crichton <alex@alexcrichton.com>" ,
6
6
" Steven Fackler <sfackler@gmail.com>" ,
Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.10.71] - 2025-02-15
6
+
7
+ ### Added
8
+
9
+ * Added ` Cipher::rc2_cbc ` and ` Cipher::rc2_40_cbc ` .
10
+
5
11
## [ v0.10.70] - 2025-02-02
6
12
7
13
### Fixed
953
959
954
960
Look at the [ release tags] for information about older releases.
955
961
956
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...master
962
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...master
963
+ [ v0.10.71 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.71
964
+ [ v0.10.70 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.70
965
+ [ v0.10.69 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.68...openssl-v0.10.69
957
966
[ v0.10.68 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.67...openssl-v0.10.68
958
967
[ v0.10.67 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.66...openssl-v0.10.67
959
968
[ v0.10.66 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.65...openssl-v0.10.66
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.70 "
3
+ version = " 0.10.71 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
@@ -31,7 +31,7 @@ libc = "0.2"
31
31
once_cell = " 1.5.2"
32
32
33
33
openssl-macros = { version = " 0.1.1" , path = " ../openssl-macros" }
34
- ffi = { package = " openssl-sys" , version = " 0.9.105 " , path = " ../openssl-sys" }
34
+ ffi = { package = " openssl-sys" , version = " 0.9.106 " , path = " ../openssl-sys" }
35
35
36
36
[dev-dependencies ]
37
37
hex = " 0.4"
You can’t perform that action at this time.
0 commit comments