aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2024-04-17 10:27:04 -0600
committerTheo Buehler <tb@openbsd.org>2024-04-17 10:27:04 -0600
commitb1b491410f47d7e78716d2504ff739284fcdbbd8 (patch)
tree6d980832d0148dd91bc1b171ecab9394015e4d4e /ChangeLog
parent64e0f7c5d644e55e0bbbf985335e42c4f59e615d (diff)
downloadportable-b1b491410f47d7e78716d2504ff739284fcdbbd8.tar.gz
portable-b1b491410f47d7e78716d2504ff739284fcdbbd8.tar.bz2
portable-b1b491410f47d7e78716d2504ff739284fcdbbd8.zip
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 941e9cc..79f3304 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,7 @@ LibreSSL Portable Release Notes:
53 to obscure, undesirable validation failures. 53 to obscure, undesirable validation failures.
54 - Stopped calling OPENSSL_cpuid_setup() from the .init section on 54 - Stopped calling OPENSSL_cpuid_setup() from the .init section on
55 amd64 and i386. 55 amd64 and i386.
56 - Rewrote various BN conversion functions.
56 * Documentation improvements 57 * Documentation improvements
57 - Removed documentation of no longer existing API. 58 - Removed documentation of no longer existing API.
58 * Testing and proactive security 59 * Testing and proactive security
@@ -70,6 +71,8 @@ LibreSSL Portable Release Notes:
70 - Key shares will only be selected if they match the most 71 - Key shares will only be selected if they match the most
71 preferred supported group by client preference order. 72 preferred supported group by client preference order.
72 - Fixed signed integer overflow in bnrand(). 73 - Fixed signed integer overflow in bnrand().
74 - Prevent negative zero from being created via BN_clear_bit() and
75 BN_mask_bits(). Avoids a one byte overread in BN_bn2mpi().
73 76
743.9.0 - Development release 773.9.0 - Development release
75 78