diff options
author | Theo Buehler <tb@openbsd.org> | 2020-05-28 08:03:51 +0200 |
---|---|---|
committer | Theo Buehler <tb@openbsd.org> | 2020-05-28 08:03:51 +0200 |
commit | 60ce6e59bb83c65f3172cdfc69928242e7003820 (patch) | |
tree | e46f58e5c0525dea7e6fdb3a97983c866ad1c742 | |
parent | 7f3391fedfafe654be00f7c5cda12be08dde0f46 (diff) | |
download | portable-60ce6e59bb83c65f3172cdfc69928242e7003820.tar.gz portable-60ce6e59bb83c65f3172cdfc69928242e7003820.tar.bz2 portable-60ce6e59bb83c65f3172cdfc69928242e7003820.zip |
Initial bits for the 3.2.0 ChangeLog
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -28,6 +28,23 @@ history is also available from Git. | |||
28 | 28 | ||
29 | LibreSSL Portable Release Notes: | 29 | LibreSSL Portable Release Notes: |
30 | 30 | ||
31 | 3.2.0 - Development release | ||
32 | |||
33 | * Support sending dummy change_cipher_spec records for middlebox | ||
34 | compatibility. | ||
35 | |||
36 | * Added a test harness to run tlsfuzzer's test scripts against | ||
37 | the TLSv1.3 server. These test scripts exhibited numerous | ||
38 | corner cases that were dealt with incorrectly. Fixed several | ||
39 | instances of missing or incorrect alerts. | ||
40 | |||
41 | * The client must advertise exactly the "null" compression method | ||
42 | in its legacy_compression_field, nothing else. | ||
43 | |||
44 | * Incorrect use of sockaddr instead of sockaddr_storage in the | ||
45 | s_client could lead to using 14 bytes of stack garbage instead | ||
46 | of an IPv6 address in DTLS mode. | ||
47 | |||
31 | 3.1.2 - Bug fix | 48 | 3.1.2 - Bug fix |
32 | 49 | ||
33 | * A TLS client with peer verification disabled may crash when | 50 | * A TLS client with peer verification disabled may crash when |