diff options
-rw-r--r-- | ChangeLog | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -28,6 +28,48 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.1.3 - Security update and OS support improvements | ||
32 | * Fixed various memory leaks in DTLS, including fixes for | ||
33 | CVE-2015-0206. | ||
34 | |||
35 | * Added Application-Layer Protocol Negotiation (ALPN) support. | ||
36 | |||
37 | * Removed GOST R 34.10-94 signature authentication. | ||
38 | |||
39 | * Removed nonfunctional Netscape browser-hang workaround code. | ||
40 | |||
41 | * Simplfied and refactored SSL/DTLS handshake code. | ||
42 | |||
43 | * Added SHA256 Camellia cipher suites for TLS 1.2 from RFC 5932. | ||
44 | |||
45 | * Hide timing info about padding errors during handshakes. | ||
46 | |||
47 | * Improved libtls support for non-blocking sockets, added randomized | ||
48 | session ID contexts. Work is ongoing with this library - feedback | ||
49 | and potential use-cases are welcome. | ||
50 | |||
51 | * Support building Windows DLLs. | ||
52 | Thanks to Jan Engelhard. | ||
53 | |||
54 | * Packaged config wrapper for better compatibility with OpenSSL-based | ||
55 | build systems. | ||
56 | Thanks to @technion from github | ||
57 | |||
58 | * Ensure the stack is marked non-executable for assembly sections. | ||
59 | Thanks to Anthony G. Bastile. | ||
60 | |||
61 | * Enable extra compiler hardening flags by default, where applicable. | ||
62 | The default set of hardening features can vary by OS to OS, so | ||
63 | feedback is welcome on this. To disable the default hardening flags, | ||
64 | specify '--disable-hardening' during configure. | ||
65 | Thanks to Jim Barlow | ||
66 | |||
67 | * Initial HP-UX support, tested with HP-UX 11.31 ia64 | ||
68 | Thanks to Kinichiro Inoguchi | ||
69 | |||
70 | * Initial NetBSD support, tested with NetBSD 6.1.5 x86_64 | ||
71 | Imported from OpenNTPD, thanks to @gitisihara from github | ||
72 | |||
31 | 2.1.2 - Many new features and improvements | 73 | 2.1.2 - Many new features and improvements |
32 | * Added reworked GOST cipher suite support | 74 | * Added reworked GOST cipher suite support |
33 | thanks to Dmitry Eremin-Solenikov | 75 | thanks to Dmitry Eremin-Solenikov |