aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 21 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e892b0f..6d13119 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,7 +28,27 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.9.0 - In development 314.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 - 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.
43 * Documentation improvements
44 - Removed documentation of no longer existing API.
45 * Testing and proactive security
46 - Switched the remaining tests to new certs.
47 * Compatibility changes
48 * Bug fixes
49 - Fixed signed integer overflow in bnrand().
50
513.9.0 - Development release
32 52
33 * Portable changes 53 * Portable changes
34 - libcrypto no longer exports compat symbols in cmake builds. 54 - libcrypto no longer exports compat symbols in cmake builds.