]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tls-interoperability: workaround for openssl CCM8
authorStanislav Zidek <szidek@redhat.com>
Tue, 11 Jun 2024 15:23:11 +0000 (17:23 +0200)
committerStanislav Zidek <szidek@redhat.com>
Tue, 11 Jun 2024 17:33:30 +0000 (19:33 +0200)
CCM8 moved to SECLEVEL=0 in openssl

Signed-off-by: Stanislav Zidek <szidek@redhat.com>
.gitlab-ci.yml

index 5f1e3cc5252be464daf3aca5dd913dba393fa2de..6dfbcd9aa243f2bdf0cb3a66938514ef97182819 100644 (file)
@@ -398,6 +398,7 @@ fedora-interop/test:
     - echo "PATH=$PATH"
     - which gnutls-cli gnutls-serv
     - cd tests/suite/tls-interoperability/
+    - cp openssl/openssl.cnf /etc/pki/tls/openssl.cnf # workaround for CCM8 ciphers moved to SECLEVEL=0
     - echo "Tests to run:"
     - tmt run plans -n interop tests -f "tag:interop-gnutls" -f "tag:interop-$TYPE" -f "tag:interop-$COMPONENT"  discover -v
     - echo "Slicing SLICE_TOTAL=$SLICES SLICE_ID=$SLICEID"