diff options
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |