aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9453fcd..bd324b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,8 +36,9 @@ LibreSSL Portable Release Notes:
36 - Improved sieve of Eratosthenes script used for generating a table 36 - Improved sieve of Eratosthenes script used for generating a table
37 of small primes. 37 of small primes.
38 - Cleaned up and rewrote SHA internals. 38 - Cleaned up and rewrote SHA internals.
39 - Added initial support for truncated SHA-2.
39 - Replace internal use of BN_copy() with bn_copy() for consistency. 40 - Replace internal use of BN_copy() with bn_copy() for consistency.
40 - Rewrote BN_exp(). 41 - Rewrote and improved BN_exp() and BN_copy().
41 - Add branch target information (BTI) support to arm64 assembly. 42 - Add branch target information (BTI) support to arm64 assembly.
42 - Added a new implementation of BN_mod_sqrt(). 43 - Added a new implementation of BN_mod_sqrt().
43 * Bug fixes 44 * Bug fixes
@@ -53,6 +54,7 @@ LibreSSL Portable Release Notes:
53 undocumented. 54 undocumented.
54 * Testing and Proactive Security 55 * Testing and Proactive Security
55 - Significantly improved test coverage of BN_mod_sqrt() and GCD. 56 - Significantly improved test coverage of BN_mod_sqrt() and GCD.
57 - Made more tests available in portable.
56 - As always, new test coverage is added as bugs are fixed and subsystems 58 - As always, new test coverage is added as bugs are fixed and subsystems
57 are cleaned up. 59 are cleaned up.
58 60