-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor!: remove md4 and related ENABLE_BLAKE2B_HASHING feature flag
- Loading branch information
1 parent
81f825f
commit 0de7569
Showing
5 changed files
with
3 additions
and
90 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -71,29 +71,7 @@ jobs: | |
|
||
- name: install system requirements | ||
run: | | ||
sudo apt-get update && sudo apt-get install libmysqlclient-dev libxmlsec1-dev lynx openssl | ||
# This is needed until the ENABLE_BLAKE2B_HASHING can be removed and we | ||
# can stop using MD4 by default. | ||
- name: enable md4 hashing in libssl | ||
run: | | ||
cat <<EOF | sudo tee /etc/ssl/openssl.cnf | ||
# Use this in order to automatically load providers. | ||
openssl_conf = openssl_init | ||
[openssl_init] | ||
providers = provider_sect | ||
[provider_sect] | ||
default = default_sect | ||
legacy = legacy_sect | ||
[default_sect] | ||
activate = 1 | ||
[legacy_sect] | ||
activate = 1 | ||
EOF | ||
sudo apt-get update && sudo apt-get install libmysqlclient-dev libxmlsec1-dev lynx | ||
- name: Start MongoDB | ||
uses: supercharge/[email protected] | ||
|
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