move LibreSSL-native API addition to separate entry

This commit is contained in:
Brent Cook 2018-09-23 18:23:10 -05:00
parent ff0f15acec
commit 68096a1914

View File

@ -84,8 +84,10 @@ LibreSSL Portable Release Notes:
* Added more cipher tests to appstest.sh, including all TLSv1.2 * Added more cipher tests to appstest.sh, including all TLSv1.2
ciphers. ciphers.
* Added RSA_meth_get_finish() RSA_meth_set1_name(), and * Added RSA_meth_get_finish() RSA_meth_set1_name() from OpenSSL.
EVP_CIPHER_CTX_(get|set)_iv() from OpenSSL.
* Added new EVP_CIPHER_CTX_(get|set)_iv() API that allows the IV to be
retrieved and set with appropriate validation.
2.8.0 - Bug fixes, security, and compatibility improvements 2.8.0 - Bug fixes, security, and compatibility improvements