diff options
author | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-05-07 12:27:35 +0900 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2020-05-07 12:27:35 +0900 |
commit | 388676afe4b1a1155882dc5dd6c2cec221654e9e (patch) | |
tree | 4fb5a4ac2994aacb68bb5c5988c372b5ed5eee9a | |
parent | 1b2044f355884e330eb5578e6edab8476bd88828 (diff) | |
download | portable-388676afe4b1a1155882dc5dd6c2cec221654e9e.tar.gz portable-388676afe4b1a1155882dc5dd6c2cec221654e9e.tar.bz2 portable-388676afe4b1a1155882dc5dd6c2cec221654e9e.zip |
Update ChangeLog
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -28,6 +28,33 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.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 | |||
31 | 3.1.0 - Development release | 58 | 3.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 |