Skip to content

Commit

Permalink
Build OpenSSL 1.1.1[v-w], 3.0.1[0-2], 3.1.[2-4] and 3.2.0 and LibreSS…
Browse files Browse the repository at this point in the history
…L 3.8.2 on Ubuntu 20.04
  • Loading branch information
h-vn authored Dec 4, 2023
1 parent 0a4c413 commit e509bcf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ jobs:
# LibreSSL 3.7
- '3.7.2'
- '3.7.3'
# LibreSSL 3.8
- '3.8.2'
steps:
- name: Check out ci-libssl repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -497,6 +499,8 @@ jobs:
- '1.1.1s'
- '1.1.1t'
- '1.1.1u'
- '1.1.1v'
- '1.1.1w'
# OpenSSL 3.0
- '3.0.0'
- '3.0.1'
Expand All @@ -508,9 +512,17 @@ jobs:
- '3.0.7'
- '3.0.8'
- '3.0.9'
- '3.0.10'
- '3.0.11'
- '3.0.12'
# OpenSSL 3.1
- '3.1.0'
- '3.1.1'
- '3.1.2'
- '3.1.3'
- '3.1.4'
# OpenSSL 3.2
- '3.2.0'
steps:
- name: Check out ci-libssl repository
uses: actions/checkout@v3
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ Tarballs are currently built for the following libssl implementations:
* 3.5 series (3.5.2 - 3.5.4)
* 3.6 series (3.6.1 - 3.6.2)
* 3.7 series (3.7.2 - 3.7.3)
* 3.8 series (3.8.2)
* [OpenSSL](https://www.openssl.org) - stable releases in the following branches
only; alpha, beta, prerelease, and withdrawn versions are omitted:
* 0.9.8 branch (0.9.8 - 0.9.8zh)
* 1.0.0 branch (1.0.0 - 1.0.0t)
* 1.0.1 branch (1.0.1 - 1.0.1u)
* 1.0.2 branch (1.0.2 - 1.0.2u)
* 1.1.0 branch (1.1.0 - 1.1.0l)
* 1.1.1 branch (1.1.1 - 1.1.1q, 1.1.1s - 1.1.1t)
* 3.0 branch (3.0.0 - 3.0.5, 3.0.7 - 3.0.9)
* 3.1 branch (3.1.0 - 3.1.1)
* 1.1.1 branch (1.1.1 - 1.1.1q, 1.1.1s - 1.1.1w)
* 3.0 branch (3.0.0 - 3.0.5, 3.0.7 - 3.0.12)
* 3.1 branch (3.1.0 - 3.1.4)
* 3.2 branch (3.2.0)

0 comments on commit e509bcf

Please sign in to comment.