Release openssl-sys v0.9.56
This commit is contained in:
parent
fa6df83fd3
commit
d2aefe7afc
|
|
@ -2,6 +2,16 @@
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
## [v0.9.56] - 2020-05-07
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
* Fixed vendored builds on windows-gnu targets.
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Added support for LibreSSL 3.0.0.
|
||||||
|
|
||||||
## [v0.9.55] - 2020-04-07
|
## [v0.9.55] - 2020-04-07
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
@ -117,7 +127,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.55...master
|
[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.56...master
|
||||||
|
[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
|
||||||
[v0.9.53]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.52...openssl-sys-v0.9.53
|
[v0.9.53]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.52...openssl-sys-v0.9.53
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "openssl-sys"
|
name = "openssl-sys"
|
||||||
version = "0.9.55"
|
version = "0.9.56"
|
||||||
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