797 B
797 B
Change Log
Unreleased
[v0.9.44] - 2019-04-30
Added
- The
DEP_OPENSSL_VENDOREDenvironment variable tells downstream build scripts if the vendored feature was enabled. - Added
EVP_SealInit,EVP_SealFinal,EVP_EncryptUpdate,EVP_OpenInit,EVP_OpenFinal, andEVP_DecryptUpdate. - Added
EVP_PKEY_size.
Fixed
- Fixed library names when targeting windows-gnu and pkg-config fails.
v0.9.43 - 2019-03-20
Added
- Added
d2i_CMS_ContentInfoandCMS_encrypt. - Added
X509_verifyandX509_REQ_verify. - Added
EVP_MD_typeandEVP_GROUP_get_curve_name.