diff options
author | Theo Buehler <tb@openbsd.org> | 2024-03-25 00:04:32 -0600 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2024-03-25 00:04:32 -0600 |
commit | d481bacadbe99d4b551600fe6ece20667638b4c6 (patch) | |
tree | 41655827890a5211a4e9f18fe8d892ce3f348d63 | |
parent | b76bc318e6c109efe8083320da18282ec8e0828e (diff) | |
download | portable-d481bacadbe99d4b551600fe6ece20667638b4c6.tar.gz portable-d481bacadbe99d4b551600fe6ece20667638b4c6.tar.bz2 portable-d481bacadbe99d4b551600fe6ece20667638b4c6.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -34,6 +34,12 @@ LibreSSL Portable Release Notes: | |||
34 | * Internal improvements | 34 | * Internal improvements |
35 | - Cleaned up parts of the conf directory. Simplified some logic, | 35 | - Cleaned up parts of the conf directory. Simplified some logic, |
36 | fixed memory leaks. | 36 | fixed memory leaks. |
37 | - Simplified X509_check_trust() internals to be somewhat readable. | ||
38 | - Removed last internal uses of gmtime() and timegm() and replaced | ||
39 | them with BoringSSL's posix time conversion API. | ||
40 | - Removed unnecessary stat calls in by_dir. | ||
41 | - Split parsing and processing of TLS extensions to ensure that | ||
42 | extension callbacks are called in a predefined order. | ||
37 | * Documentation improvements | 43 | * Documentation improvements |
38 | - Removed documentation of no longer existing API. | 44 | - Removed documentation of no longer existing API. |
39 | * Testing and proactive security | 45 | * Testing and proactive security |