Skip to content
Snippets Groups Projects
Unverified Commit a1b82a2d authored by Steven Fackler's avatar Steven Fackler
Browse files

Release openssl-sys v0.9.79

parent 54d4496e
Branches
Tags openssl-sys-v0.9.79
No related merge requests found
...@@ -2,6 +2,13 @@ ...@@ -2,6 +2,13 @@
## [Unreleased] ## [Unreleased]
## [v0.9.79] - 2022-12-06
### Added
* Added `EVP_CIPHER_CTX_num`.
* Added `X509_LOOKUP_file` and `X509_load_cert_file`.
## [v0.9.78] - 2022-11-23 ## [v0.9.78] - 2022-11-23
### Added ### Added
...@@ -350,7 +357,9 @@ ...@@ -350,7 +357,9 @@
* 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.77..master [Unreleased]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.79..master
[v0.9.79]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.78...openssl-sys-v0.9.79
[v0.9.78]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.77...openssl-sys-v0.9.78
[v0.9.77]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.77 [v0.9.77]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.76...openssl-sys-v0.9.77
[v0.9.76]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.75...openssl-sys-v0.9.76 [v0.9.76]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.75...openssl-sys-v0.9.76
[v0.9.75]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.74...openssl-sys-v0.9.75 [v0.9.75]: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.74...openssl-sys-v0.9.75
......
[package] [package]
name = "openssl-sys" name = "openssl-sys"
version = "0.9.78" version = "0.9.79"
authors = [ authors = [
"Alex Crichton <alex@alexcrichton.com>", "Alex Crichton <alex@alexcrichton.com>",
"Steven Fackler <sfackler@gmail.com>", "Steven Fackler <sfackler@gmail.com>",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment