HomeSort by: relevance | last modified time | path
    Searched refs:crl_download (Results 1 - 15 of 15) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
s_apps.h 70 int crl_download);
74 int crl_download);
verify.c 51 {"crl_download", OPT_CRL_DOWNLOAD, '-',
72 int vpmtouched = 0, crl_download = 0, show_chain = 0, i = 0, ret = 1; local
143 crl_download = 1;
181 if (crl_download)
s_cb.c 1280 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download)
1285 if (crl_download)
1293 STACK_OF(X509_CRL) *crls, int crl_download)
1305 if (crl_download)
s_client.c 676 {"crl_download", OPT_CRL_DOWNLOAD, '-', "Download CRL from distribution points"},
921 int starttls_proto = PROTO_OFF, crl_format = FORMAT_PEM, crl_download = 0; local
1114 crl_download = 1;
1808 crls, crl_download)) {
1941 ssl_ctx_add_crls(ctx, crls, crl_download);
s_server.c 847 {"crl_download", OPT_CRL_DOWNLOAD, '-',
1015 int state = 0, crl_format = FORMAT_PEM, crl_download = 0; local
1206 crl_download = 1;
1900 crls, crl_download)) {
  /src/crypto/external/apache2/openssl/dist/apps/include/
s_apps.h 78 int crl_download);
83 int crl_download);
  /src/crypto/external/bsd/openssl/dist/apps/include/
s_apps.h 73 int crl_download);
78 int crl_download);
  /src/crypto/external/apache2/openssl/dist/apps/
verify.c 75 { "crl_download", OPT_CRL_DOWNLOAD, '-',
100 int vpmtouched = 0, crl_download = 0, show_chain = 0, i = 0, ret = 1; local
177 crl_download = 1;
231 if (crl_download)
s_client.c 818 { "crl_download", OPT_CRL_DOWNLOAD, '-', "Download CRL from distribution points" },
974 int starttls_proto = PROTO_OFF, crl_format = FORMAT_UNDEF, crl_download = 0; local
1183 crl_download = 1;
1983 crls, crl_download)) {
2116 ssl_ctx_add_crls(ctx, crls, crl_download);
s_server.c 948 { "crl_download", OPT_CRL_DOWNLOAD, '-',
1141 int state = 0, crl_format = FORMAT_UNDEF, crl_download = 0; local
1353 crl_download = 1;
2147 crls, crl_download)) {
  /src/crypto/external/bsd/openssl/dist/apps/
verify.c 64 {"crl_download", OPT_CRL_DOWNLOAD, '-',
89 int vpmtouched = 0, crl_download = 0, show_chain = 0, i = 0, ret = 1; local
166 crl_download = 1;
219 if (crl_download)
s_client.c 672 {"crl_download", OPT_CRL_DOWNLOAD, '-', "Download CRL from distribution points"},
825 int starttls_proto = PROTO_OFF, crl_format = FORMAT_UNDEF, crl_download = 0; local
1024 crl_download = 1;
1773 crls, crl_download)) {
1907 ssl_ctx_add_crls(ctx, crls, crl_download);
s_server.c 821 {"crl_download", OPT_CRL_DOWNLOAD, '-',
1008 int state = 0, crl_format = FORMAT_UNDEF, crl_download = 0; local
1205 crl_download = 1;
1958 crls, crl_download)) {
  /src/crypto/external/apache2/openssl/dist/apps/lib/
s_cb.c 1382 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download)
1388 if (crl_download)
1398 STACK_OF(X509_CRL) *crls, int crl_download)
1416 if (crl_download)
  /src/crypto/external/bsd/openssl/dist/apps/lib/
s_cb.c 1310 int ssl_ctx_add_crls(SSL_CTX *ctx, STACK_OF(X509_CRL) *crls, int crl_download)
1316 if (crl_download)
1326 STACK_OF(X509_CRL) *crls, int crl_download)
1344 if (crl_download)

Completed in 151 milliseconds