Skip to content

Commit 9ffbf9d

Browse files
Merge pull request #50 from libwww-perl/update-mk-ca-bundle
Update mk-ca-bundle.pl script
2 parents 154e46a + b5bda7f commit 9ffbf9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

maint/mk-ca-bundle.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
# If the OpenSSL commandline is not in search path you can configure it here!
6161
my $openssl = 'openssl';
6262

63-
my $version = '1.29';
63+
my $version = '1.30';
6464

6565
$opt_w = 76; # default base64 encoded lines length
6666

@@ -100,7 +100,7 @@
100100
# for delegates (i.e. it is not a CA).
101101
);
102102

103-
my $default_signature_algorithms = $opt_s = "MD5";
103+
my $default_signature_algorithms = $opt_s = "SHA256";
104104

105105
my @valid_signature_algorithms = (
106106
"MD5",

0 commit comments

Comments
 (0)