[openssl/openssl] 3f8b7b: CHANGES.md: Mention new features added after 3.2 a...
Matt Caswell
noreply at github.com
Tue Oct 3 23:53:30 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: 3f8b7b98759553336dbdfc29f9cc4118046afede
https://github.com/openssl/openssl/commit/3f8b7b98759553336dbdfc29f9cc4118046afede
Author: Tomas Mraz <tomas at openssl.org>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M CHANGES.md
Log Message:
-----------
CHANGES.md: Mention new features added after 3.2 alpha1
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22251)
Commit: 21d2041da02c67218c94cef6792d8b84d810710b
https://github.com/openssl/openssl/commit/21d2041da02c67218c94cef6792d8b84d810710b
Author: Matt Caswell <matt at openssl.org>
Date: 2023-10-04 (Wed, 04 Oct 2023)
Changed paths:
M test/helpers/noisydgrambio.c
M test/helpers/quictestlib.c
M test/helpers/quictestlib.h
M test/quicapitest.c
Log Message:
-----------
Back off on generating noise in the event of a PING frame
If either endpoint issues a PING frame while we are introducing noise
into the communication then there is a danger that the connection itself
will fail. We detect the PING and then back off on generating noise for a
short while. It should be sufficient to just ensure that the next datagram
does not get dropped for each endpoint.
Fixes #22199
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22243)
Compare: https://github.com/openssl/openssl/compare/cda2e7c914bf...21d2041da02c
More information about the openssl-commits
mailing list