diff options
author | bcook <> | 2015-09-21 13:13:06 +0000 |
---|---|---|
committer | bcook <> | 2015-09-21 13:13:06 +0000 |
commit | a7268eae9e45cb1dc601928389cd071cc6f36afa (patch) | |
tree | 01e12acb7295c470e5ed0b99e233ce304661eef8 /src/usr.bin/openssl/x509.c | |
parent | 94ec01d3ff752501f893d8a797cc46ab41e30333 (diff) | |
download | openbsd-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/x509.c')
-rw-r--r-- | src/usr.bin/openssl/x509.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/x509.c b/src/usr.bin/openssl/x509.c index a8812f7e74..d0a6bcaa00 100644 --- a/src/usr.bin/openssl/x509.c +++ b/src/usr.bin/openssl/x509.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: x509.c,v 1.6 2015/09/11 14:30:23 bcook Exp $ */ | 1 | /* $OpenBSD: x509.c,v 1.7 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 | * |
@@ -135,7 +135,7 @@ static const char *x509_usage[] = { | |||
135 | " -set_serial - serial number to use\n", | 135 | " -set_serial - serial number to use\n", |
136 | " -text - print the certificate in text form\n", | 136 | " -text - print the certificate in text form\n", |
137 | " -C - print out C code forms\n", | 137 | " -C - print out C code forms\n", |
138 | " -md2/-md5/-sha1 - digest to use\n", | 138 | " -md5/-sha1 - digest to use\n", |
139 | " -extfile - configuration file with X509V3 extensions to add\n", | 139 | " -extfile - configuration file with X509V3 extensions to add\n", |
140 | " -extensions - section from config file with X509V3 extensions to add\n", | 140 | " -extensions - section from config file with X509V3 extensions to add\n", |
141 | " -clrext - delete extensions before signing and input certificate\n", | 141 | " -clrext - delete extensions before signing and input certificate\n", |