mirror of
https://github.com/openssl/openssl.git
synced 2025-03-07 19:38:33 +08:00
Add amplification limit test to interop quic testing
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)
This commit is contained in:
parent
82e7a1130a
commit
e0ea913f11
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user