File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## [ Unreleased]
4
4
5
+ ## [ v0.9.102] - 2024-03-28
6
+
7
+ ### Added
8
+
9
+ * Added support for LibreSSL 3.9.x.
10
+
5
11
## [ v0.9.101] - 2024-02-21
6
12
7
13
### Fixed
@@ -593,7 +599,8 @@ Fixed builds against OpenSSL built with `no-cast`.
593
599
* Added ` X509_verify ` and ` X509_REQ_verify ` .
594
600
* Added ` EVP_MD_type ` and ` EVP_GROUP_get_curve_name ` .
595
601
596
- [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101..master
602
+ [ Unreleased ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.102..master
603
+ [ v0.9.102 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.101...openssl-sys-v0.9.102
597
604
[ v0.9.101 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.100...openssl-sys-v0.9.101
598
605
[ v0.9.100 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.99...openssl-sys-v0.9.100
599
606
[ v0.9.99 ] : https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.98...openssl-sys-v0.9.99
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " openssl-sys"
3
- version = " 0.9.101 "
3
+ version = " 0.9.102 "
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