]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Add amplification limit test to interop quic testing
authorNeil Horman <nhorman@openssl.org>
Sat, 14 Dec 2024 20:56:22 +0000 (15:56 -0500)
committerNeil Horman <nhorman@openssl.org>
Tue, 17 Dec 2024 17:12:54 +0000 (12:12 -0500)
Because this ci job only runs from the master branch, we need to add the
test here to validate that our server respects amplification limits in
our ci runs.

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26181)

.github/workflows/run_quic_interop_server.yml

index 6e9e192573e11027862fa05d08a520e4ca47983f..5daabfef379d349bdcbe9aebb03859b6357898b1 100644 (file)
@@ -10,7 +10,7 @@ jobs:
   run_quic_interop:
     strategy:
       matrix:
-        tests: [http3, transfer, handshake, retry, chacha20, resumption]
+        tests: [http3, transfer, handshake, retry, chacha20, resumption, amplificationlimit]
         servers: [quic-go, ngtcp2, mvfst, quiche, nginx, msquic, haproxy]
         clients: [quic-go, ngtcp2, mvfst, quiche, msquic, openssl]
       fail-fast: false