diff options
author | Brent Cook <bcook@openbsd.org> | 2016-05-30 11:24:10 -0500 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2016-05-30 11:24:10 -0500 |
commit | 0c4d1b9cef1da286e125aa534b0b0a630b779c14 (patch) | |
tree | 41a57d44b5995a833b9b378137b3b78d939543b5 | |
parent | 1f6f1a352724dd40b17c9f6cc3518d9f06932495 (diff) | |
download | portable-0c4d1b9cef1da286e125aa534b0b0a630b779c14.tar.gz portable-0c4d1b9cef1da286e125aa534b0b0a630b779c14.tar.bz2 portable-0c4d1b9cef1da286e125aa534b0b0a630b779c14.zip |
update changelog
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -28,6 +28,30 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 2.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 | |||
31 | 2.3.5 - Reliability fix | 55 | 2.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. |