diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -28,7 +28,27 @@ 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 | - 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 | |||
51 | 3.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. |