]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
retire testing aginst older LibreSSL versions
authorDamien Miller <djm@mindrot.org>
Thu, 15 Aug 2024 05:06:55 +0000 (15:06 +1000)
committerDamien Miller <djm@mindrot.org>
Thu, 15 Aug 2024 05:06:55 +0000 (15:06 +1000)
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.

.github/workflows/c-cpp.yml

index 609028703f8093fa2eef7f6da57ed971e69303a7..a5cac7c8eafa0acfd074b604a6774657b05f226e 100644 (file)
@@ -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 }