-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For FIPS packages for OSs that ship OpenSSL 3+ to work properly, the changes made as part of ruby/openssl#603 is required. This is available in v3.2.0 of the OpenSSL gem. Installing it after installing Ruby will cause Ruby to use it instead of the default OpenSSL gem version. Signed-off-by: Balasankar 'Balu' C <[email protected]>
- Loading branch information
1 parent
d602a49
commit e54cce4
Showing
4 changed files
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,3 +42,4 @@ variables: | |
QA_TESTS_REF: 'master' | ||
OPENSSL_VERSION: '1.1.1' | ||
FF_TIMESTAMPS: true | ||
OPENSSL_GEM_VERSION: '~> 3.2.0' |