aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2020-11-19 16:48:14 +0100
committerTheo Buehler <tb@openbsd.org>2020-11-19 16:48:14 +0100
commitb530a5c268923735e6131b4285c0ab19bcfec247 (patch)
tree4946c40cae7ed64738f03e1612e3dc2d28cb10e3
parent223fbf70f537f581de15f89afef17f8c0092e166 (diff)
downloadportable-b530a5c268923735e6131b4285c0ab19bcfec247.tar.gz
portable-b530a5c268923735e6131b4285c0ab19bcfec247.tar.bz2
portable-b530a5c268923735e6131b4285c0ab19bcfec247.zip
fix typo and split an overlong sentence
-rw-r--r--ChangeLog9
1 files changed, 4 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 3330a86..7b8873c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -40,12 +40,11 @@ LibreSSL Portable Release Notes:
40 40
41 * Replace DTLSv1_enc_data() with TLSv1_1_enc_data(). 41 * Replace DTLSv1_enc_data() with TLSv1_1_enc_data().
42 42
43 * Merge d1_{clnt,srvr}.c into ssl_{clnt,srver}.c. 43 * Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c.
44 44
45 * Fix switching from the TLSv1.3 stack to the legacy stack after 45 * When switching from the TLSv1.3 stack to the legacy stack include
46 the record rewrite by including a TLS record header for the case 46 a TLS record header. This is necessary if there is more than one
47 that there is more than one handshake message in the TLS plaintext 47 handshake message in the TLS plaintext record.
48 record.
49 48
50 * Set SO_REUSEADDR on the server socket in the openssl(1) ocsp 49 * Set SO_REUSEADDR on the server socket in the openssl(1) ocsp
51 command. 50 command.