aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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