| /src/external/bsd/ppp/dist/pppd/ |
| tls.h | 78 int tls_set_crl(SSL_CTX *ctx, const char *crl_dir, const char *crl_file);
|
| tls.c | 353 int tls_set_crl(SSL_CTX *ctx, const char *crl_dir, const char *crl_file) 376 if (crl_file) { 379 fp = fopen(crl_file, "r"); 381 error("Cannot open CRL file '%s'", crl_file); 387 error("Cannot read CRL file '%s'", crl_file);
|
| pppd-private.h | 230 extern char *crl_file;
|
| auth.c | 262 char *crl_file = NULL; /* Certificate Revocation List (CRL) file (pem format) */ variable 457 { "crl", o_string, &crl_file, "Use specific CRL file" },
|
| eap-tls.c | 599 if (tls_set_crl(ctx, crl_dir, crl_file)) {
|
| peap.c | 509 if (tls_set_crl(psm->ctx, crl_dir, crl_file)) {
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| s_client.c | 812 char *sess_in = NULL, *crl_file = NULL, *p; local 1021 crl_file = opt_arg(); 1646 if (crl_file != NULL) { 1648 crl = load_crl(crl_file, crl_format, 0, "CRL");
|
| s_server.c | 994 char *crl_file = NULL, *prog; local 1202 crl_file = opt_arg(); 1774 if (crl_file != NULL) { 1776 crl = load_crl(crl_file, crl_format, 0, "CRL");
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| s_client.c | 908 char *sess_in = NULL, *crl_file = NULL, *p; local 1111 crl_file = opt_arg(); 1694 if (crl_file != NULL) { 1696 crl = load_crl(crl_file, crl_format);
|
| s_server.c | 999 char *crl_file = NULL, *prog; local 1203 crl_file = opt_arg(); 1724 if (crl_file != NULL) { 1726 crl = load_crl(crl_file, crl_format);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| s_server.c | 1127 char *crl_file = NULL, *prog; local 1350 crl_file = opt_arg(); 1958 if (crl_file != NULL) { 1960 crl = load_crl(crl_file, crl_format, 0, "CRL");
|
| s_client.c | 959 char *sess_in = NULL, *crl_file = NULL, *p; local 1180 crl_file = opt_arg(); 1851 if (crl_file != NULL) { 1853 crl = load_crl(crl_file, crl_format, 0, "CRL");
|