From b530a5c268923735e6131b4285c0ab19bcfec247 Mon Sep 17 00:00:00 2001 From: Theo Buehler Date: Thu, 19 Nov 2020 16:48:14 +0100 Subject: fix typo and split an overlong sentence --- ChangeLog | 9 ++++----- 1 file 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: * Replace DTLSv1_enc_data() with TLSv1_1_enc_data(). - * Merge d1_{clnt,srvr}.c into ssl_{clnt,srver}.c. + * Merge d1_{clnt,srvr}.c into ssl_{clnt,srvr}.c. - * Fix switching from the TLSv1.3 stack to the legacy stack after - the record rewrite by including a TLS record header for the case - that there is more than one handshake message in the TLS plaintext - record. + * When switching from the TLSv1.3 stack to the legacy stack include + a TLS record header. This is necessary if there is more than one + handshake message in the TLS plaintext record. * Set SO_REUSEADDR on the server socket in the openssl(1) ocsp command. -- cgit v1.2.3-55-g6feb