summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorNils Larsch <nils@openssl.org>2005-04-02 09:29:15 +0000
committerNils Larsch <nils@openssl.org>2005-04-02 09:29:15 +0000
commit12bdb643756d829569bb903e5b806613ff975ccb (patch)
tree8b3186d726311147bb078922ff64bece40dedd01 /doc
parent7bdf8eed69e190ce8f2869a8421aa710d6d07504 (diff)
use SHA-1 as the default digest for the apps/openssl commands
Diffstat (limited to 'doc')
-rw-r--r--doc/apps/x509.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/apps/x509.pod b/doc/apps/x509.pod
index 21bdfccb9a..2b3cf28610 100644
--- a/doc/apps/x509.pod
+++ b/doc/apps/x509.pod
@@ -98,8 +98,8 @@ default.
the digest to use. This affects any signing or display option that uses a message
digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options. If not
-specified then MD5 is used. If the key being used to sign with is a DSA key then
-this option has no effect: SHA1 is always used with DSA keys.
+specified then SHA1 is used. If the key being used to sign with is a DSA key
+then this option has no effect: SHA1 is always used with DSA keys.
=item B<-engine id>