aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d13119..c67eefa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,12 +40,27 @@ LibreSSL Portable Release Notes:
40 - Removed unnecessary stat calls in by_dir. 40 - Removed unnecessary stat calls in by_dir.
41 - Split parsing and processing of TLS extensions to ensure that 41 - Split parsing and processing of TLS extensions to ensure that
42 extension callbacks are called in a predefined order. 42 extension callbacks are called in a predefined order.
43 - Cleaned up the MD4 and MD5 implementations.
44 - Assembly functions are no longer exposed in the public API, they
45 are all wrapped by C functions.
46 - Removed assembly implementations of legacy ciphers on legacy
47 architectures.
48 - Merged most multi-file implementations of ciphers into one or two
49 C files.
43 * Documentation improvements 50 * Documentation improvements
44 - Removed documentation of no longer existing API. 51 - Removed documentation of no longer existing API.
45 * Testing and proactive security 52 * Testing and proactive security
46 - Switched the remaining tests to new certs. 53 - Switched the remaining tests to new certs.
47 * Compatibility changes 54 * Compatibility changes
55 - Removed workaround for F5 middle boxes.
48 * Bug fixes 56 * Bug fixes
57 - Improved standards compliance for supported groups and key shares
58 extensions
59 - Duplicate key shares are disallowed
60 - Duplicate supported groups are disallowed
61 - Key shares must be sent in the order of supported groups.
62 - Key shares will only be selected if they match the most
63 preferred supported group by client preference order.
49 - Fixed signed integer overflow in bnrand(). 64 - Fixed signed integer overflow in bnrand().
50 65
513.9.0 - Development release 663.9.0 - Development release