diff options
Diffstat (limited to '')
-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 | ||