diff options
author | Theo Buehler <tb@openbsd.org> | 2023-05-25 01:59:08 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-05-25 01:59:08 -0600 |
commit | 76d053c3a82410df38ad39965094768fae883928 (patch) | |
tree | 384b8765c1cad78d2e3a55aeef8150a11d536ea0 | |
parent | 8801e1d04026ba478328050cc193ed219214add8 (diff) | |
download | portable-76d053c3a82410df38ad39965094768fae883928.tar.gz portable-76d053c3a82410df38ad39965094768fae883928.tar.bz2 portable-76d053c3a82410df38ad39965094768fae883928.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -28,7 +28,7 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.8.0 - In development | 31 | 3.8.0 - Development release |
32 | 32 | ||
33 | * Portable changes | 33 | * Portable changes |
34 | - Extended the endian.h compat header with htobe* and betoh* macros. | 34 | - Extended the endian.h compat header with htobe* and betoh* macros. |
@@ -46,12 +46,15 @@ LibreSSL Portable Release Notes: | |||
46 | - Imported RFC 5280 policy checking code from BoringSSL and used it | 46 | - Imported RFC 5280 policy checking code from BoringSSL and used it |
47 | to replace the old exponential time code. | 47 | to replace the old exponential time code. |
48 | - Converted more of libcrypto to use CBB/CBS. | 48 | - Converted more of libcrypto to use CBB/CBS. |
49 | - Cleaned up and simplified the code dealing with builtin curves. | ||
49 | * New features | 50 | * New features |
50 | - Added support for truncated SHA-2 and for SHA-3. | 51 | - Added support for truncated SHA-2 and for SHA-3. |
51 | - The BPSW primality test performs additional Miller-Rabin rounds | 52 | - The BPSW primality test performs additional Miller-Rabin rounds |
52 | with random bases to reduce the likelihood of composites passing. | 53 | with random bases to reduce the likelihood of composites passing. |
53 | - Allow testing of ciphers and digests using badly aligned buffers | 54 | - Allow testing of ciphers and digests using badly aligned buffers |
54 | in openssl speed. | 55 | in openssl speed. |
56 | - Added a workaround for a poorly thought-out change in OpenSSL 3 that | ||
57 | broke privilege separation support in libtls. | ||
55 | * Compatibility changes | 58 | * Compatibility changes |
56 | - Support for GF2m was removed: BIGNUM no longer supports binary extension | 59 | - Support for GF2m was removed: BIGNUM no longer supports binary extension |
57 | field arithmetic and all binary elliptic builtin curves were removed. | 60 | field arithmetic and all binary elliptic builtin curves were removed. |