From dedbcc65709d59479638b8033f30f3c7210cf0fa Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 30 Apr 2019 21:54:53 -0700 Subject: [PATCH] Release v0.9.44 --- openssl-sys/CHANGELOG.md | 12 ++++++++++++ openssl-sys/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/openssl-sys/CHANGELOG.md b/openssl-sys/CHANGELOG.md index 7f98bd84..6c080bee 100644 --- a/openssl-sys/CHANGELOG.md +++ b/openssl-sys/CHANGELOG.md @@ -2,6 +2,18 @@ ## [Unreleased] +## [v0.9.44] - 2019-04-30 + +### Added + +* The `DEP_OPENSSL_VENDORED` environment variable tells downstream build scripts if the vendored feature was enabled. +* Added `EVP_SealInit`, `EVP_SealFinal`, `EVP_EncryptUpdate`, `EVP_OpenInit`, `EVP_OpenFinal`, and `EVP_DecryptUpdate`. +* Added `EVP_PKEY_size`. + +### Fixed + +* Fixed library names when targeting windows-gnu and pkg-config fails. + ## [v0.9.43] - 2019-03-20 ### Added diff --git a/openssl-sys/Cargo.toml b/openssl-sys/Cargo.toml index 2572fc50..44259068 100644 --- a/openssl-sys/Cargo.toml +++ b/openssl-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openssl-sys" -version = "0.9.43" +version = "0.9.44" authors = ["Alex Crichton ", "Steven Fackler "] license = "MIT"