aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2018-09-23 18:23:10 -0500
committerBrent Cook <bcook@openbsd.org>2018-09-23 18:23:10 -0500
commit68096a1914589a8a60b78c24699952963d42be16 (patch)
tree9387f020c67e16208aabb2e6cb18d211815c76d5
parentff0f15acecf1c2e6cfb42476491bc7b84a10c18a (diff)
downloadportable-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--ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3100939..8ef0f7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
902.8.0 - Bug fixes, security, and compatibility improvements 922.8.0 - Bug fixes, security, and compatibility improvements
91 93