mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-03 11:42:47 -05:00
set the default message digest to sha256
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user