From: George Thessalonikefs Date: Tue, 3 Aug 2021 10:20:45 +0000 (+0200) Subject: Merge branch 'master' of github.com:NLnetLabs/unbound X-Git-Tag: release-1.13.2rc1~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5190093788a3406e0200878b8db68b95ba9ffa6;p=thirdparty%2Funbound.git Merge branch 'master' of github.com:NLnetLabs/unbound --- a5190093788a3406e0200878b8db68b95ba9ffa6 diff --cc doc/Changelog index 94daab83b,9d002be11..8544a8266 --- a/doc/Changelog +++ b/doc/Changelog @@@ -1,7 -1,18 +1,22 @@@ +3 August 2021: George + - Listen to read or write events after the SSL handshake. + Sticky events on windows would stick on read when write was needed. + + 2 August 2021: Wouter + - Prepare for OpenSSL 3.0.0 provider API usage, move the sldns + keyraw functions to produce EVP_PKEY results. + - Move RSA and DSA to use OpenSSL 3.0.0 API. + - Move ECDSA functions to use OpenSSL 3.0.0 API. + - iana portlist update. + - Fix verbose printout failure in tcp reuse unit test. + + 30 July 2021: Wouter + - Fix #515: Compilation against openssl 3.0.0 beta2 is failing to + build unbound. + - For #515: Fix compilation with openssl 3.0.0 beta2, lib64 dir and + SSL_get_peer_certificate. + - Move acx_nlnetlabs.m4 to version 41, with lib64 openssl dir check. + 26 July 2021: George - Merge #513: Stream reuse, attempt to fix #411, #439, #469. This introduces a couple of fixes for the stream reuse functionality