aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2016-05-30 11:24:10 -0500
committerBrent Cook <bcook@openbsd.org>2016-05-30 11:24:10 -0500
commit0c4d1b9cef1da286e125aa534b0b0a630b779c14 (patch)
tree41a57d44b5995a833b9b378137b3b78d939543b5
parent1f6f1a352724dd40b17c9f6cc3518d9f06932495 (diff)
downloadportable-0c4d1b9cef1da286e125aa534b0b0a630b779c14.tar.gz
portable-0c4d1b9cef1da286e125aa534b0b0a630b779c14.tar.bz2
portable-0c4d1b9cef1da286e125aa534b0b0a630b779c14.zip
update changelog
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4221b0f..a537aca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,30 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
312.4.0 - Build improvements, new features
32
33 * Many improvements to the CMake build infrastructure, including
34 Solaris, mingw-w64, Cygwin, and HP-UX support. Thanks to Kinichiro
35 Inoguchi for this work.
36
37 * Added missing error handling around bn_wexpand() calls.
38
39 * Added explicit_bzero calls for freed ASN.1 objects.
40
41 * Fixed X509_*set_object functions to return 0 on allocation failure.
42
43 * Implemented the IETF ChaCha20-Poly1305 cipher suites.
44
45 * Changed default EVP_aead_chacha20_poly1305() implementation to the
46 IETF version, which is now the default.
47
48 * Fixed password prompts from openssl(1) to properly handle ^C.
49
50 * Reworked error handling in libtls so that configuration errors are
51 visible.
52
53 * Manpage fixes and updates
54
312.3.5 - Reliability fix 552.3.5 - Reliability fix
32 56
33 * Fixed an error in libcrypto when parsing some ASN.1 elements > 16k. 57 * Fixed an error in libcrypto when parsing some ASN.1 elements > 16k.