diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-20 23:15:38 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-24 23:56:58 -0600 |
commit | b76bc318e6c109efe8083320da18282ec8e0828e (patch) | |
tree | e98f59a65d88b5ff8c1c188c952f39f80d93d3f1 | |
parent | 17b504f94d9dcc2177c20703990f3667829aa1e6 (diff) | |
download | portable-b76bc318e6c109efe8083320da18282ec8e0828e.tar.gz portable-b76bc318e6c109efe8083320da18282ec8e0828e.tar.bz2 portable-b76bc318e6c109efe8083320da18282ec8e0828e.zip |
Initial 4.0.0 changelog
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -28,7 +28,21 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.9.0 - In development | 31 | 4.0.0 - In development |
32 | |||
33 | * Portable changes | ||
34 | * Internal improvements | ||
35 | - Cleaned up parts of the conf directory. Simplified some logic, | ||
36 | fixed memory leaks. | ||
37 | * Documentation improvements | ||
38 | - Removed documentation of no longer existing API. | ||
39 | * Testing and proactive security | ||
40 | - Switched the remaining tests to new certs. | ||
41 | * Compatibility changes | ||
42 | * Bug fixes | ||
43 | - Fixed signed integer overflow in bnrand(). | ||
44 | |||
45 | 3.9.0 - Development release | ||
32 | 46 | ||
33 | * Portable changes | 47 | * Portable changes |
34 | - libcrypto no longer exports compat symbols in cmake builds. | 48 | - libcrypto no longer exports compat symbols in cmake builds. |