aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 355c373..81bc7b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -55,6 +55,9 @@ LibreSSL Portable Release Notes:
55 - CRLs are now cached in the issuer cache like certificates. 55 - CRLs are now cached in the issuer cache like certificates.
56 - Replaced combinations of BN_MONT_CTX_new/set with an internal 56 - Replaced combinations of BN_MONT_CTX_new/set with an internal
57 BN_MONT_CTX_create(). 57 BN_MONT_CTX_create().
58 - Replaced BN_bn2hex() reimplementation in openssl(1) ca with
59 a poper API call.
60 - Fixed integer overflows due to signed shift in obj_dat.c.
58 * Compatibility changes 61 * Compatibility changes
59 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto(). 62 - Added an OPENSSL_INIT_NO_ATEXIT flag for OPENSSL_init_crypto().
60 It has no effect since LibreSSL doesn't call atexit(). 63 It has no effect since LibreSSL doesn't call atexit().