aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-05-25 01:59:08 -0600
committerTheo Buehler <tb@openbsd.org>2023-05-25 01:59:08 -0600
commit76d053c3a82410df38ad39965094768fae883928 (patch)
tree384b8765c1cad78d2e3a55aeef8150a11d536ea0
parent8801e1d04026ba478328050cc193ed219214add8 (diff)
downloadportable-76d053c3a82410df38ad39965094768fae883928.tar.gz
portable-76d053c3a82410df38ad39965094768fae883928.tar.bz2
portable-76d053c3a82410df38ad39965094768fae883928.zip
Update ChangeLog
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8715b78..6f35e48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,7 +28,7 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.8.0 - In development 313.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.