Skip to content
Snippets Groups Projects
Commit e1453e5e35b6 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Use OpenSSL 3 by default

- Builds and uses OpenSSL 3 by default.
- Retains ability to fall back to OpenSSL 1

Related https://gitlab.com/gitlab-org/gitlab/-/issues/341435



Changelog: changed

Signed-off-by: default avatarBalasankar 'Balu' C <balasankar@gitlab.com>
parent 6d6ee03156cc
No related branches found
No related tags found
2 merge requests!153heptapod#1722: making 17.3 the new stable,!152Merge upstream Omnibus GitLab into Omnibus Heptapod
......@@ -24,7 +24,7 @@
dependency 'cacerts'
version = Gitlab::Version.new('openssl', 'openssl-3.2.1')
version = Gitlab::Version.new('openssl', "openssl-#{Gitlab::Util.get_env('OPENSSL_VERSION')}")
default_version version.print(false)
display_version version.print(false).delete_prefix('openssl-')
......
......@@ -40,3 +40,4 @@
NIGHTLY_FIPS_REPO: 'nightly-fips-builds'
QA_TESTS_UPSTREAM_PROJECT: 'gitlab-org/gitlab'
QA_TESTS_REF: 'master'
OPENSSL_VERSION: '3.2.1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment