| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_proxy_server_scan.c | 98 VSTRING *cert_file = vstring_alloc(25); local 123 RECV_ATTR_STR(TLS_ATTR_CERT_FILE, cert_file), 143 props->cert_file = vstring_export(cert_file); 173 myfree((void *) props->cert_file);
|
| tls_proxy_client_scan.c | 236 myfree((void *) props->cert_file); 260 VSTRING *cert_file = vstring_alloc(25); local 283 RECV_ATTR_STR(TLS_ATTR_CERT_FILE, cert_file), 298 props->cert_file = vstring_export(cert_file);
|
| tls.h | 489 const char *cert_file; member in struct:__anon81 562 const char *cert_file; member in struct:__anon83
|
| /src/usr.bin/nbsvtool/ |
| nbsvtool.c | 238 * Load the certificate file `cert_file' with the associated private 245 load_keys(const char *cert_file, const char *chain_file, const char *key_file) 251 if (cert_file == NULL) 256 c = file_to_certs(cert_file); 282 key_file, cert_file); 305 const char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local 329 cert_file = optarg; 372 load_keys(cert_file, chain_file, key_file);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| rpktest.c | 109 char *cert_file = NULL; local 151 cert_file = cert; 158 cert_file = cert2; 165 cert_file = cert448; 171 cert_file = cert25519; 182 x509 = load_cert_pem(cert_file, NULL); 278 if (!TEST_int_eq(SSL_use_certificate_file(serverssl, cert_file, SSL_FILETYPE_PEM), 1)) 305 if (!TEST_int_eq(SSL_use_certificate_file(clientssl, cert_file, SSL_FILETYPE_PEM), 1)) 363 if (!TEST_int_eq(SSL_use_certificate_file(clientssl, cert_file, SSL_FILETYPE_PEM), 1)) 425 if (!TEST_int_eq(SSL_use_certificate_file(clientssl, cert_file, SSL_FILETYPE_PEM), 1) [all...] |
| /src/crypto/external/bsd/openssl/dist/test/ |
| cmp_ctx_test.c | 797 char *cert_file; local 804 if (!TEST_ptr(cert_file = test_get_argument(0)) 805 || !TEST_ptr(test_cert = load_cert_pem(cert_file, NULL)))
|
| /src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
| test_config.h | 24 std::string cert_file; member in struct:TestConfig
|
| /src/external/mpl/bind/dist/lib/dns/ |
| transport.c | 428 const char *cert_file = dns_transport_get_certfile(transport); local 521 if (cert_file != NULL) { 525 tlsctx, key_file, cert_file);
|
| /src/crypto/external/apache2/openssl/dist/test/radix/ |
| terp.c | 18 static const char *cert_file, *key_file; variable
|
| /src/external/bsd/ppp/dist/pppd/ |
| auth.c | 269 char *cert_file = NULL; /* Client certificate file (pem format) */ variable 467 { "cert", o_string, &cert_file, "client certificate in PEM format" }, 2538 if ((cacert_file || ca_path) && cert_file && privkey_file) 2742 if (!am_server && (cacert_file || ca_path) && cert_file && privkey_file ) 2744 strlcpy( clicertfile, cert_file, MAXWORDLEN );
|
| /src/external/ibm-public/postfix/dist/src/tlsproxy/ |
| tlsproxy.c | 1333 || NOT_EMPTY(init_props->cert_file) 1565 const char *cert_file; local 1616 cert_file = ""; 1619 cert_file = var_tlsp_tls_cert_file; 1622 (*cert_file || *var_tlsp_tls_dcert_file || *var_tlsp_tls_eccert_file); 1658 cert_file = cert_file, 1799 cert_file = var_tlsp_clnt_cert_file,
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| s_client.c | 804 char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local 1014 cert_file = opt_arg(); 1625 key_file = cert_file; 1634 if (cert_file != NULL) { 1635 cert = load_cert_pass(cert_file, cert_format, 1, pass,
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| s_client.c | 902 char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local 1104 cert_file = opt_arg(); 1669 key_file = cert_file; 1680 if (cert_file != NULL) { 1681 cert = load_cert(cert_file, cert_format, "client certificate file");
|
| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd.c | 6589 const char *cert_file; local 6605 cert_file = ""; 6608 cert_file = var_smtpd_tls_cert_file; 6610 have_server_cert = *cert_file != 0; 6650 cert_file = cert_file,
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| s_client.c | 951 char *cert_file = NULL, *key_file = NULL, *chain_file = NULL; local 1173 cert_file = opt_arg(); 1830 key_file = cert_file; 1839 if (cert_file != NULL) { 1840 cert = load_cert_pass(cert_file, cert_format, 1, pass,
|