| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -255,7 +255,7 @@ jobs: | |||
| 255 | 255 | strategy: | |
| 256 | 256 | fail-fast: false | |
| 257 | 257 | matrix: | |
| 258 | - openssl_ver: [1.1.1w, 3.0.15, 3.1.7, 3.2.3] | ||
| 258 | + openssl_ver: [3.0.15, 3.1.7, 3.2.3, 3.3.2] | ||
| 259 | 259 | env: | |
| 260 | 260 | OPENSSL_VER: ${{ matrix.openssl_ver }} | |
| 261 | 261 | MULTISSL_DIR: ${{ github.workspace }}/multissl | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -43,13 +43,14 @@ | |||
| 43 | 43 | log = logging.getLogger("multissl") | |
| 44 | 44 | ||
| 45 | 45 | OPENSSL_OLD_VERSIONS = [ | |
| 46 | + "1.1.1w", | ||
| 46 | 47 | ] | |
| 47 | 48 | ||
| 48 | 49 | OPENSSL_RECENT_VERSIONS = [ | |
| 49 | - "1.1.1w", | ||
| 50 | 50 | "3.0.15", | |
| 51 | 51 | "3.1.7", | |
| 52 | 52 | "3.2.3", | |
| 53 | + "3.3.2", | ||
| 53 | 54 | ] | |
| 54 | 55 | ||
| 55 | 56 | LIBRESSL_OLD_VERSIONS = [ | |
| Back | FazBrowse Home | New Git URL |
0 commit comments