[PATCH applied] Re: reliable: add unit tests for ACK and backoff DoS hardening
Gert Doering <[email protected]>
| Newsgroups | gmane.network.openvpn.devel |
|---|---|
| Message-ID | <[email protected]> |
More unit tests are always good, especially when we fix things and want
to know if the fix is effective - BB confirms that these failed before
we merged the CVE 2026-84732 fixes, and now succeed. Great :-)
..
[ RUN ] test_copy_acks_to_lru
[ OK ] test_copy_acks_to_lru
[ RUN ] test_packet_id_window
[ OK ] test_packet_id_window
[ RUN ] test_reliable_backoff_is_bounded
[ OK ] test_reliable_backoff_is_bounded
[ RUN ] test_reliable_purge_ignores_forged_acks
[ OK ] test_reliable_purge_ignores_forged_acks
[ RUN ] test_reliable_purge_legitimate_ack
[ OK ] test_reliable_purge_legitimate_ack
[==========] packet_id tests: 13 test(s) run.
Also, thanks for rewriting to avoid creating an extra executable (which
loads the GHA test runs quite a bit, with copying these around for
windows UT runs).
Your patch has been applied to the master and release/2.7 branch.
commit c9b8ca1795957f2e22dad1589479bd32faea4fc1 (master)
commit acd9702b6cdf94b173e78a6e310e408ffe33aec2 (release/2.7)
Author: Lev Stipakov
Date: Fri Sep 4 18:08:42 2026 +0200
reliable: add unit tests for ACK and backoff DoS hardening
Signed-off-by: Lev Stipakov <[email protected]>
Acked-by: Razvan Cojocaru <[email protected]>
Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1894
Message-Id: <[email protected]>
URL: https://www.mail-archive.com/[email protected]/msg38948.html
Signed-off-by: Gert Doering <[email protected]>
--
kind regards,
Gert Doering