aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-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