]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add SSL_CIPHER_SUITES env variable to quic-hq-interop
authorNeil Horman <nhorman@openssl.org>
Tue, 24 Sep 2024 08:24:26 +0000 (04:24 -0400)
committerTomas Mraz <tomas@openssl.org>
Fri, 4 Oct 2024 15:42:49 +0000 (17:42 +0200)
commit5f43a3376bd3e9560141f390eee0e12a77279a83
tree24de94f016d1e00ff7896e635488c90c6d9e6559
parentffa5465e544704e56aaa895b0890a9fc7c917021
Add SSL_CIPHER_SUITES env variable to quic-hq-interop

To run the chacha20 test in interop we need to:
1) negotiate an hq-interop alpn
2) only use chacha 20

Item 1 requires the use of quic-hq-interop, the latter requires this
change

Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/25528)
demos/guide/quic-hq-interop.c