diff --git a/openssl-sys/CHANGELOG.md b/openssl-sys/CHANGELOG.md index 0c549f611739db5f9bbc47fab5203b5f2066045d..ec815325f756124f1e60ab22c30fcc9dd24dabb2 100644 --- a/openssl-sys/CHANGELOG.md +++ b/openssl-sys/CHANGELOG.md @@ -2,6 +2,13 @@ ## [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 ### Added @@ -350,7 +357,9 @@ * 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.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.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 diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index ee1a57cd190e347db81eab0940d864b93af57eac..de6b33e80be4b66efb6916cfb1734d699c8e8de1 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.9.78" +version = "0.9.79" authors = [ "Alex Crichton ", "Steven Fackler ",