diff -up openssl-1.0.2a/apps/ca.c.dgst openssl-1.0.2a/apps/ca.c --- openssl-1.0.2a/apps/ca.c.dgst 2015-03-19 14:30:36.000000000 +0100 +++ openssl-1.0.2a/apps/ca.c 2015-04-21 17:01:38.841551616 +0200 @@ -157,7 +157,7 @@ static const char *ca_usage[] = { " -startdate YYMMDDHHMMSSZ - certificate validity notBefore\n", " -enddate YYMMDDHHMMSSZ - certificate validity notAfter (overrides -days)\n", " -days arg - number of days to certify the certificate for\n", - " -md arg - md to use, one of md2, md5, sha or sha1\n", + " -md arg - md to use, see openssl dgst -h for list\n", " -policy arg - The CA 'policy' to support\n", " -keyfile arg - private key file\n", " -keyform arg - private key file format (PEM or ENGINE)\n", diff -up openssl-1.0.2a/apps/enc.c.dgst openssl-1.0.2a/apps/enc.c --- openssl-1.0.2a/apps/enc.c.dgst 2015-03-19 14:19:00.000000000 +0100 +++ openssl-1.0.2a/apps/enc.c 2015-04-21 17:01:38.841551616 +0200 @@ -294,7 +294,7 @@ int MAIN(int argc, char **argv) "%-14s the next argument is the md to use to create a key\n", "-md"); BIO_printf(bio_err, - "%-14s from a passphrase. One of md2, md5, sha or sha1\n", + "%-14s from a passphrase. See openssl dgst -h for list.\n", ""); BIO_printf(bio_err, "%-14s salt in hex is the next argument\n", "-S"); diff -up openssl-1.0.2a/apps/req.c.dgst openssl-1.0.2a/apps/req.c --- openssl-1.0.2a/apps/req.c.dgst 2015-03-19 14:19:00.000000000 +0100 +++ openssl-1.0.2a/apps/req.c 2015-04-21 17:01:38.842551640 +0200 @@ -414,7 +414,7 @@ int MAIN(int argc, char **argv) " -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n"); #endif BIO_printf(bio_err, - " -[digest] Digest to sign with (md5, sha1, md2, mdc2, md4)\n"); + " -[digest] Digest to sign with (see openssl dgst -h for list)\n"); BIO_printf(bio_err, " -config file request template file.\n"); BIO_printf(bio_err, " -subj arg set or modify request subject\n"); diff -up openssl-1.0.2a/apps/ts.c.dgst openssl-1.0.2a/apps/ts.c --- openssl-1.0.2a/apps/ts.c.dgst 2015-03-19 14:19:00.000000000 +0100 +++ openssl-1.0.2a/apps/ts.c 2015-04-21 17:01:38.842551640 +0200 @@ -337,7 +337,7 @@ int MAIN(int argc, char **argv) BIO_printf(bio_err, "usage:\n" "ts -query [-rand file%cfile%c...] [-config configfile] " "[-data file_to_hash] [-digest digest_bytes]" - "[-md2|-md4|-md5|-sha|-sha1|-mdc2|-ripemd160] " + "[-] " "[-policy object_id] [-no_nonce] [-cert] " "[-in request.tsq] [-out request.tsq] [-text]\n", LIST_SEPARATOR_CHAR, LIST_SEPARATOR_CHAR); diff -up openssl-1.0.2a/apps/x509.c.dgst openssl-1.0.2a/apps/x509.c --- openssl-1.0.2a/apps/x509.c.dgst 2015-03-19 14:30:36.000000000 +0100 +++ openssl-1.0.2a/apps/x509.c 2015-04-21 17:01:38.842551640 +0200 @@ -141,7 +141,7 @@ static const char *x509_usage[] = { " -set_serial - serial number to use\n", " -text - print the certificate in text form\n", " -C - print out C code forms\n", - " -md2/-md5/-sha1/-mdc2 - digest to use\n", + " - - digest to use, see openssl dgst -h output for list\n", " -extfile - configuration file with X509V3 extensions to add\n", " -extensions - section from config file with X509V3 extensions to add\n", " -clrext - delete extensions before signing and input certificate\n", diff -up openssl-1.0.2a/doc/apps/ca.pod.dgst openssl-1.0.2a/doc/apps/ca.pod --- openssl-1.0.2a/doc/apps/ca.pod.dgst 2015-01-20 13:33:36.000000000 +0100 +++ openssl-1.0.2a/doc/apps/ca.pod 2015-04-21 17:01:38.842551640 +0200 @@ -168,7 +168,8 @@ the number of days to certify the certif =item B<-md alg> the message digest to use. Possible values include md5, sha1 and mdc2. -This option also applies to CRLs. +For full list of digests see openssl dgst -h output. This option also +applies to CRLs. =item B<-policy arg> diff -up openssl-1.0.2a/doc/apps/ocsp.pod.dgst openssl-1.0.2a/doc/apps/ocsp.pod --- openssl-1.0.2a/doc/apps/ocsp.pod.dgst 2015-03-19 14:19:00.000000000 +0100 +++ openssl-1.0.2a/doc/apps/ocsp.pod 2015-04-21 17:01:38.842551640 +0200 @@ -219,7 +219,8 @@ check is not performed. =item B<-md5|-sha1|-sha256|-ripemod160|...> this option sets digest algorithm to use for certificate identification -in the OCSP request. By default SHA-1 is used. +in the OCSP request. By default SHA-1 is used. See openssl dgst -h output for +the list of available algorithms. =back diff -up openssl-1.0.2a/doc/apps/req.pod.dgst openssl-1.0.2a/doc/apps/req.pod --- openssl-1.0.2a/doc/apps/req.pod.dgst 2015-03-19 14:30:36.000000000 +0100 +++ openssl-1.0.2a/doc/apps/req.pod 2015-04-21 17:01:38.843551664 +0200 @@ -201,7 +201,8 @@ will not be encrypted. this specifies the message digest to sign the request with (such as B<-md5>, B<-sha1>). This overrides the digest algorithm specified in -the configuration file. +the configuration file. For full list of possible digests see openssl +dgst -h output. Some public key algorithms may override this choice. For instance, DSA signatures always use SHA1, GOST R 34.10 signatures always use diff -up openssl-1.0.2a/doc/apps/x509.pod.dgst openssl-1.0.2a/doc/apps/x509.pod --- openssl-1.0.2a/doc/apps/x509.pod.dgst 2015-03-19 14:30:36.000000000 +0100 +++ openssl-1.0.2a/doc/apps/x509.pod 2015-04-21 17:01:38.843551664 +0200 @@ -107,6 +107,7 @@ the digest to use. This affects any sign digest, such as the B<-fingerprint>, B<-signkey> and B<-CA> options. If not 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. +For full list of digests see openssl dgst -h output. =item B<-engine id>