aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c4f39f4..37fefa1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -33,10 +33,11 @@ LibreSSL Portable Release Notes:
33 * Internal improvements 33 * Internal improvements
34 - Improved sieve of Eratosthenes script used for generating a table 34 - Improved sieve of Eratosthenes script used for generating a table
35 of small primes. 35 of small primes.
36 - Cleaned up SHA internals. 36 - Cleaned up and rewrote SHA internals.
37 - Replace internal use of BN_copy() with bn_copy() for consistency. 37 - Replace internal use of BN_copy() with bn_copy() for consistency.
38 - Rewrote BN_exp(). 38 - Rewrote BN_exp().
39 - Add branch target information (BTI) support to arm64 assembly. 39 - Add branch target information (BTI) support to arm64 assembly.
40 - Added a new implementation of BN_mod_sqrt().
40 * Bug fixes 41 * Bug fixes
41 - Correctly reduce negative input to BN_mod_exp2_mont(). 42 - Correctly reduce negative input to BN_mod_exp2_mont().
42 - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. 43 - Ensure ERR_load_ERR_strings() does not set errno unexpectedly.