aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2020-10-04 18:43:35 +0200
committerTheo Buehler <tb@openbsd.org>2020-10-04 18:43:35 +0200
commite7f9e298c6fe25ed26e960e5b48deccad5822d90 (patch)
tree7d32d5b8bfd534268e73ff58680e92bd0d648b23 /ChangeLog
parent1f6d4197837bc4c2977e0812a00efac0cdab40fc (diff)
downloadportable-e7f9e298c6fe25ed26e960e5b48deccad5822d90.tar.gz
portable-e7f9e298c6fe25ed26e960e5b48deccad5822d90.tar.bz2
portable-e7f9e298c6fe25ed26e960e5b48deccad5822d90.zip
Remove points that made it into 3.2.1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 0 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index ba3305d..2c8e15a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,16 +30,6 @@ LibreSSL Portable Release Notes:
30 30
313.2.2 - Stable release 313.2.2 - Stable release
32 32
33 * Simplify handling of allocation handling in SSL_new().
34
35 * Use SSL3_SEQUENCE_SIZE for last_write_sequence[].
36
37 * Use 0 instead of 0x00 in memset() calls in DTLS code.
38
39 * Increment the epoch in the same place for both read and write.
40
41 * Send an unexpected message alert if no valid content type is found.
42
43 * Define OPENSSL_NO_SSL_TRACE in opensslfeatures.h. 33 * Define OPENSSL_NO_SSL_TRACE in opensslfeatures.h.
44 34
45 * Start replacing the existing TLSv1.2 record layer. 35 * Start replacing the existing TLSv1.2 record layer.