aboutsummaryrefslogtreecommitdiffstats
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>2012-11-19 23:20:40 +0000
commit7c8ac5050473ec938f2c2e3e5c9063d680be36a1 (patch)
treeb20d963cfcea299fc1866c4e15ff3256ac439de5 /apps/x509.c
parent095db6bdb81500857a0016b6284b9733c4cd547e (diff)
downloadopenssl-7c8ac5050473ec938f2c2e3e5c9063d680be36a1.tar.gz
update usage messages
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
};