summaryrefslogtreecommitdiffstats
path: root/apps/x509.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-19 23:20:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2013-08-19 18:09:26 +0100
commit8f17495800b0ddd858189d824eb42d30663535fc (patch)
tree0d099ce7cfbfd4d72299299ef246a6779a3c3dcc /apps/x509.c
parent95c1a248530e8acf040948dc0a2f82493ed54fc4 (diff)
update usage messages
(cherry picked from commit 7c8ac5050473ec938f2c2e3e5c9063d680be36a1)
Diffstat (limited to 'apps/x509.c')
-rw-r--r--apps/x509.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/x509.c b/apps/x509.c
index 788eb7b3d0..694d2544eb 100644
--- a/apps/x509.c
+++ b/apps/x509.c
@@ -150,6 +150,9 @@ static const char *x509_usage[]={
" -engine e - use engine e, possibly a hardware device.\n",
#endif
" -certopt arg - various certificate text options\n",
+" -checkhost host - check certificate matches \"host\"\n",
+" -checkemail email - check certificate matches \"email\"\n",
+" -checkip ipaddr - check certificate matches \"ipaddr\"\n",
NULL
};