aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d1cf86..882b831 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -60,6 +60,7 @@ LibreSSL Portable Release Notes:
60 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications 60 - Made CRYPTO_get_ex_new_index() not return 0 to allow applications
61 to use *_{get,set}_app_data() and *_{get,set}_ex_data() alongside 61 to use *_{get,set}_app_data() and *_{get,set}_ex_data() alongside
62 each other. 62 each other.
63 - Made EVP_PKEY_set1_hkdf_key() fail on a NULL key.
63 * Documentation improvements 64 * Documentation improvements
64 - Made it very explicit that the verify callback should not be used. 65 - Made it very explicit that the verify callback should not be used.
65 - Called out that the CRL lastUpdate is standardized as thisUpdate. 66 - Called out that the CRL lastUpdate is standardized as thisUpdate.