diff --git a/.github/workflows/make-check.yml b/.github/workflows/make-check.yml index bdc8dcd33..bab6d9b3a 100755 --- a/.github/workflows/make-check.yml +++ b/.github/workflows/make-check.yml @@ -32,7 +32,7 @@ jobs: sudo apt update sudo apt install automake autoconf libtool libtool-bin libltdl-dev libltdl7 sudo apt install libxml2 libxml2-dev libxslt1.1 libxslt1-dev - sudo apt install libssl1.1 libssl-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3-tools libgcrypt20 libgcrypt20-dev libgnutls28-dev + sudo apt install libssl3 libssl-dev libnspr4 libnspr4-dev libnss3 libnss3-dev libnss3-tools libgcrypt20 libgcrypt20-dev libgnutls28-dev - uses: actions/checkout@v2 - name: create-build-dirs run: | @@ -159,10 +159,6 @@ jobs: - msystem: MINGW64 arch: x86_64 config_flags: - # default build with all legacy features - - msystem: MINGW64 - arch: x86_64 - config_flags: --enable-legacy-features --enable-ftp --enable-http # no unicode static build for mscng - msystem: MINGW64 arch: x86_64 diff --git a/SECURITY.md b/SECURITY.md index 97b57f698..21abb4141 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -14,16 +14,16 @@ After 5 years, the support MIGHT be provided on case-by-case basis. | xmlsec-nss | >= 1.3.0 | April 12, 2023 | :white_check_mark: | :white_check_mark: | | xmlsec-gnutls | >= 1.3.0 | April 12, 2023 | :white_check_mark: | :white_check_mark: | | xmlsec-mscng | >= 1.3.0 | April 12, 2023 | :white_check_mark: | :white_check_mark: | -| xmlsec-gcrypt | >= 1.3.0 | April 12, 2023 | :x: (mainanance mode) | :white_check_mark: | -| xmlsec-mscrypto | >= 1.3.0 | April 12, 2023 | :x: (mainanance mode) | :white_check_mark: | +| xmlsec-gcrypt | >= 1.3.0 | April 12, 2023 | :x: | :white_check_mark: | +| xmlsec-mscrypto | >= 1.3.0 | April 12, 2023 | :x: | :white_check_mark: | ### 1.2.x (mainanance mode) | Component/Version | Version | Release date | Full Support | Security Support | | ------------------|-----------| -------------------|-----------------------|---------------------| -| all | >= 1.2.29 | October 15, 2019 | :x: (mainanance mode) | :white_check_mark: | -| all | <= 1.2.28 | April 16, 2019 | :x: (not supported) | :x: (not supported) | +| all | >= 1.2.30 | April 21, 2020 | :x: | :white_check_mark: | +| all | <= 1.2.29 | October 15, 2019 | :x: | :x: | ## Reporting a Vulnerability