13 lines
676 B
Diff
13 lines
676 B
Diff
diff -rupN --no-dereference openssl-3.0.5/apps/ca.c openssl-3.0.5-new/apps/ca.c
|
|
--- openssl-3.0.5/apps/ca.c 2022-07-05 10:57:04.000000000 +0200
|
|
+++ openssl-3.0.5-new/apps/ca.c 2022-07-08 10:09:53.057097960 +0200
|
|
@@ -210,7 +210,7 @@ const OPTIONS ca_options[] = {
|
|
{"noemailDN", OPT_NOEMAILDN, '-', "Don't add the EMAIL field to the DN"},
|
|
|
|
OPT_SECTION("Signing"),
|
|
- {"md", OPT_MD, 's', "Digest to use, such as sha256"},
|
|
+ {"md", OPT_MD, 's', "Digest to use, such as sha256; see openssl help for list"},
|
|
{"keyfile", OPT_KEYFILE, 's', "The CA private key"},
|
|
{"keyform", OPT_KEYFORM, 'f',
|
|
"Private key file format (ENGINE, other values ignored)"},
|