summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2015-01-21 08:04:11 -0600
committerBrent Cook <busterb@gmail.com>2015-01-21 08:04:11 -0600
commit20e329e2720343b2ec4c320d8ec6e77dc8e63aee (patch)
tree24a794d3242387116ae2391896c58a820dbf5601
parenta2233651277a50955cdc4c7810da7a12e4e33551 (diff)
downloadportable-2.1.3.tar.gz
portable-2.1.3.tar.bz2
portable-2.1.3.zip
add 2.1.3 notesv2.1.3
-rw-r--r--ChangeLog42
1 files changed, 42 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff74955..a855ff1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,48 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.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
312.1.2 - Many new features and improvements 732.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