diff options
author | Brent Cook <bcook@openbsd.org> | 2018-09-23 18:23:10 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2018-09-23 18:23:10 -0500 |
commit | 68096a1914589a8a60b78c24699952963d42be16 (patch) | |
tree | 9387f020c67e16208aabb2e6cb18d211815c76d5 | |
parent | ff0f15acecf1c2e6cfb42476491bc7b84a10c18a (diff) | |
download | portable-2.8.1.tar.gz portable-2.8.1.tar.bz2 portable-2.8.1.zip |
move LibreSSL-native API addition to separate entryv2.8.1
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -84,8 +84,10 @@ LibreSSL Portable Release Notes: | |||
84 | * Added more cipher tests to appstest.sh, including all TLSv1.2 | 84 | * Added more cipher tests to appstest.sh, including all TLSv1.2 |
85 | ciphers. | 85 | ciphers. |
86 | 86 | ||
87 | * Added RSA_meth_get_finish() RSA_meth_set1_name(), and | 87 | * Added RSA_meth_get_finish() RSA_meth_set1_name() from OpenSSL. |
88 | EVP_CIPHER_CTX_(get|set)_iv() from OpenSSL. | 88 | |
89 | * Added new EVP_CIPHER_CTX_(get|set)_iv() API that allows the IV to be | ||
90 | retrieved and set with appropriate validation. | ||
89 | 91 | ||
90 | 2.8.0 - Bug fixes, security, and compatibility improvements | 92 | 2.8.0 - Bug fixes, security, and compatibility improvements |
91 | 93 | ||