Commit a6b6648a authored by Steven Fackler's avatar Steven Fackler
Browse files

Release openssl-sys v0.9.43

parent 8c5ce91d
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
# Change Log

## [Unreleased]

## [v0.9.43] - 2019-03-20

### Added

* Added `d2i_CMS_ContentInfo` and `CMS_encrypt`.
* Added `X509_verify` and `X509_REQ_verify`.
* Added `EVP_MD_type` and `EVP_GROUP_get_curve_name`.

[Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.43...master
[v0.9.43]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.42...openssl-sys-v0.9.43
+1 −1
Original line number Diff line number Diff line
[package]
name = "openssl-sys"
version = "0.9.42"
version = "0.9.43"
authors = ["Alex Crichton <alex@alexcrichton.com>",
           "Steven Fackler <sfackler@gmail.com>"]
license = "MIT"