set the default message digest to sha256

This commit is contained in:
olszomal
2022-03-11 10:53:58 +01:00
parent 98308f2e0a
commit d200d72fb7
2 changed files with 3 additions and 1 deletions

View File

@ -5602,7 +5602,7 @@ static int main_configure(int argc, char **argv, cmd_type_t *cmd, GLOBAL_OPTIONS
argv++;
argc--;
}
options->md = EVP_sha1();
options->md = EVP_sha256();
options->signing_time = INVALID_TIME;
options->jp = -1;