aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a5bf928..8c87e06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -63,7 +63,7 @@ LibreSSL Portable Release Notes:
63 - Replaced combinations of BN_MONT_CTX_new/set with an internal 63 - Replaced combinations of BN_MONT_CTX_new/set with an internal
64 BN_MONT_CTX_create(). 64 BN_MONT_CTX_create().
65 - Replaced BN_bn2hex() reimplementation in openssl(1) ca with 65 - Replaced BN_bn2hex() reimplementation in openssl(1) ca with
66 a poper API call. 66 a proper API call.
67 - Fixed integer overflows due to signed shift in obj_dat.c. 67 - Fixed integer overflows due to signed shift in obj_dat.c.
68 - Improved some X509_VERIFY_PARAM internals and avoid an out of 68 - Improved some X509_VERIFY_PARAM internals and avoid an out of
69 bounds read from public API. 69 bounds read from public API.