Loading openssl-sys/CHANGELOG.md +10 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.78" version = "0.9.79" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading Loading
openssl-sys/CHANGELOG.md +10 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading @@ -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 Loading
openssl-sys/Cargo.toml +1 −1 Original line number Diff line number Diff line [package] name = "openssl-sys" version = "0.9.78" version = "0.9.79" authors = [ "Alex Crichton <alex@alexcrichton.com>", "Steven Fackler <sfackler@gmail.com>", Loading