History log of /openssl/.github/workflows/run_quic_interop_server.yml (Results 1 – 3 of 3)
Revision Date Author Comments
# e0ea913f 14-Dec-2024 Neil Horman

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

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)

show more ...


# 005721e1 06-Dec-2024 Neil Horman

Limit tests with non-openssl clients

Several quic interop implementations have a server implementation, but
not a client implementation. Don't bother trying to run those

Review

Limit tests with non-openssl clients

Several quic interop implementations have a server implementation, but
not a client implementation. Don't bother trying to run those

Reviewed-by: Paul Dale <ppzgs1@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26130)

show more ...


# f7c4d451 01-Dec-2024 Neil Horman

Run interop tests on feature/quic-server branch

We currently run interop tests as a client only from the master branch.
While we are developing quic-server it would be beneficial to also

Run interop tests on feature/quic-server branch

We currently run interop tests as a client only from the master branch.
While we are developing quic-server it would be beneficial to also get
interop test results from the quic-server branch run as both a client
and a server, until such time as the feature branch is merged. Add
building and running of a container in the test harness to our CI set

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

show more ...