Skip to content

Commit a7054de

Browse files
committed
CI: Upgrade OpenSSL versions and LibreSSL comments
Add OpenSSL version 4.0.0. Add LibreSSL version 4.2 EOL as 2026-10-22, because the EOL is the LibreSSL version 4.2.0 released date (2025-10-22) + 1 year according to the following pages. https://www.libressl.org/releases.html > LibreSSL stable branches are updated for 1 year after their corresponding OpenBSD branch is tagged for release. See below for the current stable release branches. https://www.openbsd.org/78.html > OpenBSD 7.8 > ... > Released Oct 22, 2025. (59th OpenBSD release) > ... > LibreSSL version 4.2.0:
1 parent 3bd8833 commit a7054de

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

.github/workflows/test.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,23 +101,24 @@ jobs:
101101
openssl:
102102
# https://openssl-library.org/source/
103103
- openssl-1.1.1w # EOL 2023-09-11, still used by RHEL 8 and Ubuntu 20.04
104-
- openssl-3.0.18 # Supported until 2026-09-07 (LTS)
104+
- openssl-3.0.20 # Supported until 2026-09-07 (LTS)
105105
- openssl-3.1.8 # EOL 2025-03-14
106-
- openssl-3.2.6 # Supported until 2025-11-23
107-
- openssl-3.3.5 # Supported until 2026-04-09
108-
- openssl-3.4.3 # Supported until 2026-10-22
109-
- openssl-3.5.4 # Supported until 2030 (LTS)
110-
- openssl-3.6.0 # EOL TBD
106+
- openssl-3.2.6 # EOL 2025-11-23
107+
- openssl-3.3.7 # EOL 2026-04-09
108+
- openssl-3.4.5 # Supported until 2026-10-22
109+
- openssl-3.5.6 # Supported until 2030-04-08 (LTS)
110+
- openssl-3.6.2 # Supported until 2026-11-01
111+
- openssl-4.0.0 # Supported until 2027-05-14
111112
- openssl-master
112113
# http://www.libressl.org/releases.html
113114
- libressl-3.9.2 # EOL 2025-04-05
114-
- libressl-4.0.1 # Supported until 2025-10-08
115+
- libressl-4.0.1 # EOL 2025-10-08
115116
- libressl-4.1.2 # Supported until 2026-04-28
116-
- libressl-4.2.1
117+
- libressl-4.2.1 # Supported until 2026-10-22
117118
# https://github.com/aws/aws-lc/tags
118119
- aws-lc-latest
119120
include:
120-
- { name-extra: 'without legacy provider', openssl: openssl-3.5.4, append-configure: 'no-legacy' }
121+
- { name-extra: 'without legacy provider', openssl: openssl-4.0.0, append-configure: 'no-legacy' }
121122
- { openssl: aws-lc-latest, skip-warnings: true }
122123
steps:
123124
- name: repo checkout

0 commit comments

Comments
 (0)