Changelog note for #517

- Merge PR #517 from dyunwei: #420 breaks the mesh reply list
  function that need to reuse the dns answer.
This commit is contained in:
W.C.A. Wijngaards 2021-08-03 13:11:18 +02:00
parent 5196ee03e6
commit dd7dc30294

View file

@ -2,6 +2,10 @@
- Listen to read or write events after the SSL handshake. - Listen to read or write events after the SSL handshake.
Sticky events on windows would stick on read when write was needed. Sticky events on windows would stick on read when write was needed.
3 August 2021: Wouter
- Merge PR #517 from dyunwei: #420 breaks the mesh reply list
function that need to reuse the dns answer.
2 August 2021: Wouter 2 August 2021: Wouter
- Prepare for OpenSSL 3.0.0 provider API usage, move the sldns - Prepare for OpenSSL 3.0.0 provider API usage, move the sldns
keyraw functions to produce EVP_PKEY results. keyraw functions to produce EVP_PKEY results.