mirror of
https://github.com/curl/curl.git
synced 2026-04-14 18:11:40 +03:00
mk-ca-bundle.pl: drop support for obsolete/insecure fingerprint algos
MD5 and SHA1 fingerprints can no longer be included in the output when using the `-t` option. Closes #20527
This commit is contained in:
parent
4b3af7fb67
commit
14144a4064
1 changed files with 1 additions and 3 deletions
|
|
@ -60,7 +60,7 @@ $opt_d = 'release';
|
|||
# If the OpenSSL commandline is not in search path you can configure it here!
|
||||
my $openssl = 'openssl';
|
||||
|
||||
my $version = '1.30';
|
||||
my $version = '1.31';
|
||||
|
||||
$opt_w = 76; # default base64 encoded lines length
|
||||
|
||||
|
|
@ -103,8 +103,6 @@ my @valid_mozilla_trust_levels = (
|
|||
my $default_signature_algorithms = $opt_s = "SHA256";
|
||||
|
||||
my @valid_signature_algorithms = (
|
||||
"MD5",
|
||||
"SHA1",
|
||||
"SHA256",
|
||||
"SHA384",
|
||||
"SHA512"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue