diff options
author | Theo Buehler <tb@openbsd.org> | 2024-04-17 10:27:04 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-04-17 10:27:04 -0600 |
commit | b1b491410f47d7e78716d2504ff739284fcdbbd8 (patch) | |
tree | 6d980832d0148dd91bc1b171ecab9394015e4d4e /ChangeLog | |
parent | 64e0f7c5d644e55e0bbbf985335e42c4f59e615d (diff) | |
download | portable-b1b491410f47d7e78716d2504ff739284fcdbbd8.tar.gz portable-b1b491410f47d7e78716d2504ff739284fcdbbd8.tar.bz2 portable-b1b491410f47d7e78716d2504ff739284fcdbbd8.zip |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 | ||
74 | 3.9.0 - Development release | 77 | 3.9.0 - Development release |
75 | 78 | ||