diff options
| -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 |
