diff options
| author | bcook <> | 2015-09-21 13:13:06 +0000 |
|---|---|---|
| committer | bcook <> | 2015-09-21 13:13:06 +0000 |
| commit | ffee1df1db9032d7d2a49bbd051f92e5aad4852c (patch) | |
| tree | 01e12acb7295c470e5ed0b99e233ce304661eef8 /src/usr.bin/openssl/ca.c | |
| parent | 85ae43e264b5986825d2205d9a9817f78aa9f577 (diff) | |
| download | openbsd-ffee1df1db9032d7d2a49bbd051f92e5aad4852c.tar.gz openbsd-ffee1df1db9032d7d2a49bbd051f92e5aad4852c.tar.bz2 openbsd-ffee1df1db9032d7d2a49bbd051f92e5aad4852c.zip | |
remove vestigial bits of sha-0 and md2 from openssl(1)
Noted by kinichiro on github. We probably need a better way to indicate the
list of message digests that are allowed, as the current ones are nowhere near
exhaustive (sigh - guenther@)
OK guenther@ jmc@
Diffstat (limited to 'src/usr.bin/openssl/ca.c')
| -rw-r--r-- | src/usr.bin/openssl/ca.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/ca.c b/src/usr.bin/openssl/ca.c index c9419ee7a7..a4f00ee62c 100644 --- a/src/usr.bin/openssl/ca.c +++ b/src/usr.bin/openssl/ca.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ca.c,v 1.14 2015/09/12 19:34:07 lteo Exp $ */ | 1 | /* $OpenBSD: ca.c,v 1.15 2015/09/21 13:13:06 bcook 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 | * |
| @@ -132,7 +132,7 @@ static const char *ca_usage[] = { | |||
| 132 | " -startdate YYMMDDHHMMSSZ - certificate validity notBefore\n", | 132 | " -startdate YYMMDDHHMMSSZ - certificate validity notBefore\n", |
| 133 | " -enddate YYMMDDHHMMSSZ - certificate validity notAfter (overrides -days)\n", | 133 | " -enddate YYMMDDHHMMSSZ - certificate validity notAfter (overrides -days)\n", |
| 134 | " -days arg - number of days to certify the certificate for\n", | 134 | " -days arg - number of days to certify the certificate for\n", |
| 135 | " -md arg - md to use, one of md2, md5, sha or sha1\n", | 135 | " -md arg - md to use, one of md5 or sha1\n", |
| 136 | " -policy arg - The CA 'policy' to support\n", | 136 | " -policy arg - The CA 'policy' to support\n", |
| 137 | " -keyfile arg - private key file\n", | 137 | " -keyfile arg - private key file\n", |
| 138 | " -keyform arg - private key file format (PEM)\n", | 138 | " -keyform arg - private key file format (PEM)\n", |
