summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/ca.c
diff options
context:
space:
mode:
authorbcook <>2015-09-21 13:13:06 +0000
committerbcook <>2015-09-21 13:13:06 +0000
commita7268eae9e45cb1dc601928389cd071cc6f36afa (patch)
tree01e12acb7295c470e5ed0b99e233ce304661eef8 /src/usr.bin/openssl/ca.c
parent94ec01d3ff752501f893d8a797cc46ab41e30333 (diff)
downloadopenbsd-a7268eae9e45cb1dc601928389cd071cc6f36afa.tar.gz
openbsd-a7268eae9e45cb1dc601928389cd071cc6f36afa.tar.bz2
openbsd-a7268eae9e45cb1dc601928389cd071cc6f36afa.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.c4
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",