summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2001-03-15 01:15:54 +0000
committerDr. Stephen Henson <steve@openssl.org>2001-03-15 01:15:54 +0000
commit0a3ea5d34a4862160304dd6e4245f7aaab048e19 (patch)
treed1594350de5df77b0bef39fa5b1143573f1b5c7e /apps
parenta5e4c0bb9e3cc8a03f3e0b1819d785f3321ed312 (diff)
Document the -certopt option to the x509 utility.
Add no_issuer option. Fix X509_print_ex() so it prints out newlines when certain fields are omitted.
Diffstat (limited to 'apps')
-rw-r--r--apps/apps.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.c b/apps/apps.c
index c2633b21e2..e4ca8b8ccd 100644
--- a/apps/apps.c
+++ b/apps/apps.c
@@ -754,6 +754,7 @@ int set_cert_ex(unsigned long *flags, const char *arg)
{ "no_signame", X509_FLAG_NO_SIGNAME, 0},
{ "no_validity", X509_FLAG_NO_VALIDITY, 0},
{ "no_subject", X509_FLAG_NO_SUBJECT, 0},
+ { "no_issuer", X509_FLAG_NO_ISSUER, 0},
{ "no_pubkey", X509_FLAG_NO_PUBKEY, 0},
{ "no_extensions", X509_FLAG_NO_EXTENSIONS, 0},
{ "no_sigdump", X509_FLAG_NO_SIGDUMP, 0},