diff options
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -41,6 +41,12 @@ LibreSSL Portable Release Notes: | |||
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. | 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. | ||
44 | * Documentation improvements | 50 | * Documentation improvements |
45 | - Removed documentation of no longer existing API. | 51 | - Removed documentation of no longer existing API. |
46 | * Testing and proactive security | 52 | * Testing and proactive security |