diff options
| author | doug <> | 2015-09-13 23:36:21 +0000 |
|---|---|---|
| committer | doug <> | 2015-09-13 23:36:21 +0000 |
| commit | 785c6ad9250acc090d76964e9c21e550856a22f3 (patch) | |
| tree | 804e21f7971977c17340feffa6cc8840e09b3cfe /src/usr.bin/openssl/req.c | |
| parent | 04476e3178cfe6df05bf48c5efd7194aa15f1153 (diff) | |
| download | openbsd-785c6ad9250acc090d76964e9c21e550856a22f3.tar.gz openbsd-785c6ad9250acc090d76964e9c21e550856a22f3.tar.bz2 openbsd-785c6ad9250acc090d76964e9c21e550856a22f3.zip | |
Remove MD4 support from LibreSSL.
MD4 should have been removed a long time ago. Also, RFC 6150 moved it to
historic in 2011. Rides the major crank from removing SHA-0.
Discussed with many including beck@, millert@, djm@, sthen@
ok jsing@, input + ok bcook@
Diffstat (limited to '')
| -rw-r--r-- | src/usr.bin/openssl/req.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/req.c b/src/usr.bin/openssl/req.c index 5ed658bfb1..f359e7392e 100644 --- a/src/usr.bin/openssl/req.c +++ b/src/usr.bin/openssl/req.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: req.c,v 1.7 2015/09/11 14:30:23 bcook Exp $ */ | 1 | /* $OpenBSD: req.c,v 1.8 2015/09/13 23:36:21 doug Exp $ */ |
| 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) | 2 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * | 4 | * |
| @@ -354,7 +354,7 @@ bad: | |||
| 354 | BIO_printf(bio_err, " -newkey rsa:bits generate a new RSA key of 'bits' in size\n"); | 354 | BIO_printf(bio_err, " -newkey rsa:bits generate a new RSA key of 'bits' in size\n"); |
| 355 | BIO_printf(bio_err, " -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n"); | 355 | BIO_printf(bio_err, " -newkey dsa:file generate a new DSA key, parameters taken from CA in 'file'\n"); |
| 356 | BIO_printf(bio_err, " -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n"); | 356 | BIO_printf(bio_err, " -newkey ec:file generate a new EC key, parameters taken from CA in 'file'\n"); |
| 357 | BIO_printf(bio_err, " -[digest] Digest to sign with (md5, sha1, md4)\n"); | 357 | BIO_printf(bio_err, " -[digest] Digest to sign with (md5, sha1)\n"); |
| 358 | BIO_printf(bio_err, " -config file request template file.\n"); | 358 | BIO_printf(bio_err, " -config file request template file.\n"); |
| 359 | BIO_printf(bio_err, " -subj arg set or modify request subject\n"); | 359 | BIO_printf(bio_err, " -subj arg set or modify request subject\n"); |
| 360 | BIO_printf(bio_err, " -multivalue-rdn enable support for multivalued RDNs\n"); | 360 | BIO_printf(bio_err, " -multivalue-rdn enable support for multivalued RDNs\n"); |
