Adding interop tests
authorNeil Horman <nhorman@openssl.org>
Tue, 14 Nov 2023 11:01:51 +0000 (06:01 -0500)
committerTomas Mraz <tomas@openssl.org>
Fri, 5 Jan 2024 14:11:42 +0000 (15:11 +0100)
commit337eb99c8474ed380f3aa6fbd6b2a4ab5d39aa26
tree5564052a2d1bdd569f2c6c2cf0725e3d9e8176ee
parent2995be50e8c2f2ef907866e35347be1e200558a2
Adding interop tests

Fedora has some fairly nice interoperability tests that we can leverage
to build a PR and test it against gnutls and nss libraries.  This commit
adds the interop-tests.yml ci job to do that work, and run the interop
tests from beaker.

Fixes #20685

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22726)
.github/workflows/interop-tests.yml [new file with mode: 0644]