aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-03-27 02:44:53 -0600
committerTheo Buehler <tb@openbsd.org>2023-03-27 03:26:07 -0600
commit4faab7c1566c2efa231a83a481177c76b9cf9493 (patch)
treed10722cbd2f00b388939473c071f2396701ae82e
parent190b47b09e63382d9d9bb5b55c48ca0d6c084c17 (diff)
downloadportable-4faab7c1566c2efa231a83a481177c76b9cf9493.tar.gz
portable-4faab7c1566c2efa231a83a481177c76b9cf9493.tar.bz2
portable-4faab7c1566c2efa231a83a481177c76b9cf9493.zip
ChangeLog tweaks/additions
-rw-r--r--ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 376d44b..7414259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -29,12 +29,18 @@ history is also available from Git.
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.8.0 - Development release 313.8.0 - Development release
32
32 * Internal improvements 33 * Internal improvements
33 - Cleaned up SHA internals
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.
37 - Replace internal use of BN_copy() with bn_copy() for consistency.
36 * Bug fixes 38 * Bug fixes
37 - Correctly reduce negative input to BN_mod_exp2_mont 39 - Correctly reduce negative input to BN_mod_exp2_mont().
40 - Ensure ERR_load_ERR_strings() does not set errno unexpectedly.
41 * Testing and Proactive Security
42 - As always, new test coverage is added as bugs are fixed and subsystems
43 are cleaned up.
38 44
393.7.1 - Development release 453.7.1 - Development release
40 46