aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b77c7ce..8c18e99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -48,6 +48,8 @@ LibreSSL Portable Release Notes:
48 - Converted more of libcrypto to use CBB/CBS. 48 - Converted more of libcrypto to use CBB/CBS.
49 * New features 49 * New features
50 - Added support for truncated SHA-2 and for SHA-3. 50 - Added support for truncated SHA-2 and for SHA-3.
51 - The BPSW primality test performs additional Miller-Rabin rounds
52 with random bases to reduce the likelihood of composites passing.
51 * Compatibility changes 53 * Compatibility changes
52 - Support for GF2m was removed: BIGNUM no longer supports binary extension 54 - Support for GF2m was removed: BIGNUM no longer supports binary extension
53 field arithmetic and all binary elliptic builtin curves were removed. 55 field arithmetic and all binary elliptic builtin curves were removed.