File tree Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Expand file tree Collapse file tree 4 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.9.109] - 2025-05-28
6
+
7
+ ### Fixed
8
+
9
+ * Fixed building with ` vcpkg ` , a statically linked OpenSSL, and rust 1.87.0.
10
+ * Fixed building on the latest BoringSSL.
11
+
5
12
## [ v0.9.108] - 2025-04-30
6
13
7
14
### Added
@@ -648,7 +655,8 @@ Fixed builds against OpenSSL built with `no-cast`.
648
655
* Added ` X509_verify ` and ` X509_REQ_verify ` .
649
656
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
650
657
651
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.108..master
658
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.109..master
659
+ [ v0.9.109 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.108...openssl-sys-v0.9.109
652
660
[ v0.9.108 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.107...openssl-sys-v0.9.108
653
661
[ v0.9.107 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.106...openssl-sys-v0.9.107
654
662
[ v0.9.106 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.105...openssl-sys-v0.9.106
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.108 "
3
+ version = " 0.9.109 "
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.73] - 2025-05-28
6
+
7
+ ### Fixed
8
+
9
+ * Fixed building on the latest BoringSSL.
10
+
11
+ ### Changed
12
+
13
+ * Replaced ctest2 with ctest in systest.
14
+
5
15
## [ v0.10.72] - 2025-04-04
6
16
7
17
### Fixed
969
979
970
980
Look at the [ release tags] for information about older releases.
971
981
972
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.72...master
982
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.73...master
983
+ [ v0.10.73 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.72...openssl-v0.10.73
973
984
[ v0.10.72 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.71...openssl-v0.10.72
974
985
[ v0.10.71 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.70...openssl-v0.10.71
975
986
[ v0.10.70 ] : https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.69...openssl-v0.10.70
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl"
3
- version = " 0.10.72 "
3
+ version = " 0.10.73 "
4
4
authors = [" Steven Fackler <sfackler@gmail.com>" ]
5
5
license = " Apache-2.0"
6
6
description = " OpenSSL bindings"
@@ -32,7 +32,7 @@ libc = "0.2"
32
32
once_cell = " 1.5.2"
33
33
34
34
openssl-macros = { version = " 0.1.1" , path = " ../openssl-macros" }
35
- ffi = { package = " openssl-sys" , version = " 0.9.107 " , path = " ../openssl-sys" }
35
+ ffi = { package = " openssl-sys" , version = " 0.9.109 " , path = " ../openssl-sys" }
36
36
37
37
[dev-dependencies ]
38
38
hex = " 0.4"
You can’t perform that action at this time.
0 commit comments