diff options
author | Theo Buehler <tb@openbsd.org> | 2023-03-31 00:13:02 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-03-31 00:19:42 -0600 |
commit | e1e2c066bb9921cc078919ea69e94e0a9a35e7b7 (patch) | |
tree | ee9ca9ade84b59a89b1db12a5daaf402e4f511e5 | |
parent | 3ada658e10747fa9cd8b74ab866ebac2f5b9ca8b (diff) | |
download | portable-e1e2c066bb9921cc078919ea69e94e0a9a35e7b7.tar.gz portable-e1e2c066bb9921cc078919ea69e94e0a9a35e7b7.tar.bz2 portable-e1e2c066bb9921cc078919ea69e94e0a9a35e7b7.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -28,13 +28,14 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.8.0 - Development release | 31 | 3.8.0 - In development |
32 | 32 | ||
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 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 | * Bug fixes | 39 | * Bug fixes |
39 | - Correctly reduce negative input to BN_mod_exp2_mont(). | 40 | - Correctly reduce negative input to BN_mod_exp2_mont(). |
40 | - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. | 41 | - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. |