[openssl-commits] [openssl] OpenSSL_1_0_2-stable update
Matt Caswell
matt at openssl.org
Tue Sep 4 09:59:04 UTC 2018
The branch OpenSSL_1_0_2-stable has been updated
via e121d5c7e7d1178d53fea3ffbfa37e2d3b2edc08 (commit)
from 78ca7b7b319c7027310c56eaa05b8c295624a357 (commit)
- Log -----------------------------------------------------------------
commit e121d5c7e7d1178d53fea3ffbfa37e2d3b2edc08
Author: Matt Caswell <matt at openssl.org>
Date: Thu Aug 9 16:25:29 2018 +0100
The req documentation incorrectly states that we default to md5
Just remove that statement. It's not been true since 2005.
Reviewed-by: Nicola Tuveri <nic.tuv at gmail.com>
(Merged from https://github.com/openssl/openssl/pull/6906)
-----------------------------------------------------------------------
Summary of changes:
doc/apps/req.pod | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/doc/apps/req.pod b/doc/apps/req.pod
index 20b2f39..01c1c2e 100644
--- a/doc/apps/req.pod
+++ b/doc/apps/req.pod
@@ -393,8 +393,7 @@ option. For compatibility B<encrypt_rsa_key> is an equivalent option.
=item B<default_md>
This option specifies the digest algorithm to use. Possible values
-include B<md5 sha1 mdc2>. If not present then MD5 is used. This
-option can be overridden on the command line.
+include B<md5 sha1 mdc2>. This option can be overridden on the command line.
=item B<string_mask>
More information about the openssl-commits
mailing list