diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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(). |