Release openssl-sys v0.9.57
This commit is contained in:
parent
41ab7f37a5
commit
72048765c7
|
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.9.57] - 2020-05-24
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Added support for LibreSSL 3.1.x.
|
||||||
|
|
||||||
## [v0.9.56] - 2020-05-07
|
## [v0.9.56] - 2020-05-07
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
@ -127,7 +133,8 @@
|
||||||
* Added `X509_verify` and `X509_REQ_verify`.
|
* Added `X509_verify` and `X509_REQ_verify`.
|
||||||
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
|
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.
|
||||||
|
|
||||||
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.56...master
|
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.57...master
|
||||||
|
[v0.9.57]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.56...openssl-sys-v0.9.57
|
||||||
[v0.9.56]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.55...openssl-sys-v0.9.56
|
[v0.9.56]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.55...openssl-sys-v0.9.56
|
||||||
[v0.9.55]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.54...openssl-sys-v0.9.55
|
[v0.9.55]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.54...openssl-sys-v0.9.55
|
||||||
[v0.9.54]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.53...openssl-sys-v0.9.54
|
[v0.9.54]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.53...openssl-sys-v0.9.54
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "openssl-sys"
|
name = "openssl-sys"
|
||||||
version = "0.9.56"
|
version = "0.9.57"
|
||||||
authors = ["Alex Crichton <alex@alexcrichton.com>",
|
authors = ["Alex Crichton <alex@alexcrichton.com>",
|
||||||
"Steven Fackler <sfackler@gmail.com>"]
|
"Steven Fackler <sfackler@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue