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.9.93] - 2023-09-04
6
+
7
+ ### Changed
8
+
9
+ * The ` vendored ` Cargo feature now builds OpenSSL 3.1, as 1.1.1 is reaching its EOL.
10
+
11
+ ### Added
12
+
13
+ * Added support for LibreSSL 3.8.1.
14
+
5
15
## [ v0.9.92] - 2023-08-27
6
16
7
17
### Added
@@ -498,7 +508,8 @@ Fixed builds against OpenSSL built with `no-cast`.
498
508
* Added ` X509_verify ` and ` X509_REQ_verify ` .
499
509
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
500
510
501
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.92..master
511
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.93..master
512
+ [ v0.9.93 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.92...openssl-sys-v0.9.93
502
513
[ v0.9.92 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.91...openssl-sys-v0.9.92
503
514
[ v0.9.91 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.90...openssl-sys-v0.9.91
504
515
[ v0.9.90 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.89...openssl-sys-v0.9.90
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.92 "
3
+ version = " 0.9.93 "
4
4
authors = [
5
5
" Alex Crichton <[email protected] >" ,
6
6
" Steven Fackler <[email protected] >" ,
You can’t perform that action at this time.
0 commit comments