summaryrefslogtreecommitdiffstats
path: root/apps/apps.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-12-02 16:16:28 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-12-02 16:16:28 +0000
commitfdb78f3d8867c9b0c21608840ce0bd3135bcd710 (patch)
tree52488ff5454690b376d5e1f4b65aeb7d67178db5 /apps/apps.h
parent95ea53186413c293d981ec1b042954a5fa47d8b7 (diff)
New option to add CRLs for s_client and s_server.
Diffstat (limited to 'apps/apps.h')
-rw-r--r--apps/apps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/apps.h b/apps/apps.h
index 165e45562d..e9d21d545a 100644
--- a/apps/apps.h
+++ b/apps/apps.h
@@ -245,6 +245,7 @@ int app_passwd(BIO *err, char *arg1, char *arg2, char **pass1, char **pass2);
int add_oid_section(BIO *err, CONF *conf);
X509 *load_cert(BIO *err, const char *file, int format,
const char *pass, ENGINE *e, const char *cert_descrip);
+X509_CRL *load_crl(char *infile, int format);
int load_cert_crl_http(const char *url, BIO *err,
X509 **pcert, X509_CRL **pcrl);
EVP_PKEY *load_key(BIO *err, const char *file, int format, int maybe_stdin,