aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-05-07 12:27:35 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-05-07 12:27:35 +0900
commit388676afe4b1a1155882dc5dd6c2cec221654e9e (patch)
tree4fb5a4ac2994aacb68bb5c5988c372b5ed5eee9a
parent1b2044f355884e330eb5578e6edab8476bd88828 (diff)
downloadportable-388676afe4b1a1155882dc5dd6c2cec221654e9e.tar.gz
portable-388676afe4b1a1155882dc5dd6c2cec221654e9e.tar.bz2
portable-388676afe4b1a1155882dc5dd6c2cec221654e9e.zip
Update ChangeLog
-rw-r--r--ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a56c95..8c36911 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,33 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.1.1 - Stable release
32
33 * Improved SSL_CTX_set_cipher_list(3) and SSL_set_cipher_list(3) to
34 include TLSv1.3 cipher suites even if cipher string does not
35 indicate it.
36
37 * Improved to handle TLSv1.3 HelloRetryRequest.
38
39 * Provided TLSv1.3 cipher suite aliases to match the names used
40 in RFC 8446.
41
42 * Improved to allow using any of the groups in our NID list to
43 generate a client key share.
44
45 * Fixed printing the serialNumber with X509_print_ex() fall back to
46 the colon separated hex bytes in case greater than int value.
47
48 * Fixed to disallow setting the AES-GCM IV length to zero.
49
50 * Added -groups option to openssl(1) s_server subcommand.
51
52 * Fixed to show TLSv1.3 extension type with openssl(1) -tlsextdebug.
53
54 * Improved portable builds to support for use of static MSVC runtimes.
55
56 * Fixed portable builds to avoid exporting a sleep() symbol.
57
313.1.0 - Development release 583.1.0 - Development release
32 59
33 * Completed initial TLS 1.3 implementation with a completely new state 60 * Completed initial TLS 1.3 implementation with a completely new state