aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2020-05-28 08:03:51 +0200
committerTheo Buehler <tb@openbsd.org>2020-05-28 08:03:51 +0200
commit60ce6e59bb83c65f3172cdfc69928242e7003820 (patch)
treee46f58e5c0525dea7e6fdb3a97983c866ad1c742
parent7f3391fedfafe654be00f7c5cda12be08dde0f46 (diff)
downloadportable-60ce6e59bb83c65f3172cdfc69928242e7003820.tar.gz
portable-60ce6e59bb83c65f3172cdfc69928242e7003820.tar.bz2
portable-60ce6e59bb83c65f3172cdfc69928242e7003820.zip
Initial bits for the 3.2.0 ChangeLog
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 041967e..ab283a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -28,6 +28,23 @@ history is also available from Git.
28 28
29LibreSSL Portable Release Notes: 29LibreSSL Portable Release Notes:
30 30
313.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
313.1.2 - Bug fix 483.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