diff options
author | Damien Miller <djm@mindrot.org> | 2024-08-15 07:06:55 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2024-08-15 07:06:55 +0200 |
commit | 342dd7a219f39119b8b686b5aaa99c8e15ede368 (patch) | |
tree | f8aca38396873059a502edbec4b0f234201426f2 /.github | |
parent | sync TEST_MALLOC_OPTIONS for OpenBSD (diff) | |
download | openssh-342dd7a219f39119b8b686b5aaa99c8e15ede368.tar.xz openssh-342dd7a219f39119b8b686b5aaa99c8e15ede368.zip |
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.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 0 insertions, 2 deletions
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 } |