diff options
author | Theo Buehler <tb@openbsd.org> | 2023-03-26 16:35:47 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2023-03-26 16:35:47 -0600 |
commit | 9ee3389582333e5b3bc9f3388a6c4a182a8d0a8a (patch) | |
tree | f58cd59ca663071f11fcb145fe27451b04915da3 | |
parent | ec0749ebc13d389e8ac2095e180712aeb300968a (diff) | |
download | portable-9ee3389582333e5b3bc9f3388a6c4a182a8d0a8a.tar.gz portable-9ee3389582333e5b3bc9f3388a6c4a182a8d0a8a.tar.bz2 portable-9ee3389582333e5b3bc9f3388a6c4a182a8d0a8a.zip |
Start the 3.8.0 ChangeLog
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -28,6 +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 | ||
32 | * Internal improvements | ||
33 | - Cleaned up SHA internals | ||
34 | - Improved sieve of Eratosthenes script used for generating a table | ||
35 | of small primes | ||
36 | * Bug fixes | ||
37 | - Correctly reduce negative input to BN_mod_exp2_mont | ||
38 | |||
31 | 3.7.1 - Development release | 39 | 3.7.1 - Development release |
32 | 40 | ||
33 | * Internal improvements | 41 | * Internal improvements |