Skip to content

Commit c65d85a

Browse files
committed
Release openssl-sys v0.9.65
1 parent 4cba5c4 commit c65d85a

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

openssl-sys/CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## [Unreleased]
44

5+
## [v0.9.65] - 2021-06-21
6+
7+
### Fixed
8+
9+
* Restored the accidentally deleted `PEM_read_bio_X509_CRL` function.
10+
511
## [v0.9.64] - 2021-06-18
612

713
### Added
@@ -207,7 +213,8 @@
207213
* Added `X509_verify` and `X509_REQ_verify`.
208214
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
209215

210-
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.64...master
216+
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.65...master
217+
[v0.9.65]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.64...openssl-sys-v0.9.65
211218
[v0.9.64]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.63...openssl-sys-v0.9.64
212219
[v0.9.63]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.62...openssl-sys-v0.9.63
213220
[v0.9.62]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.61...openssl-sys-v0.9.62

openssl-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "openssl-sys"
3-
version = "0.9.64"
3+
version = "0.9.65"
44
authors = ["Alex Crichton <[email protected]>",
55
"Steven Fackler <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)