From: Damien Miller Date: Thu, 15 Aug 2024 05:06:55 +0000 (+1000) Subject: retire testing aginst older LibreSSL versions X-Git-Tag: V_9_9_P1~82 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=342dd7a219f39119b8b686b5aaa99c8e15ede368;p=thirdparty%2Fopenssh-portable.git retire testing aginst older LibreSSL versions libressl prior to 3.4.x lack support for the EVP_DigestSign and EVP_DigestVerify APIs that we need now that sshkey is converted to EVP_PKEY. If someone makes a good case for why we should support these versions then we could bring back support with wrappers. --- diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 609028703..a5cac7c8e 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -57,8 +57,6 @@ jobs: - { target: ubuntu-20.04, config: musl } - { target: ubuntu-latest, config: boringssl } - { target: ubuntu-latest, config: libressl-master } - - { target: ubuntu-latest, config: libressl-3.2.6 } - - { target: ubuntu-latest, config: libressl-3.3.6 } - { target: ubuntu-latest, config: libressl-3.4.3 } - { target: ubuntu-latest, config: libressl-3.5.3 } - { target: ubuntu-latest, config: libressl-3.6.1 }