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

  /src/external/bsd/ppp/dist/pppd/
tls.h 83 int tls_set_ca(SSL_CTX *ctx, const char *ca_dir, const char *ca_file);
tls.c 413 int tls_set_ca(SSL_CTX *ctx, const char *ca_dir, const char *ca_file)
415 if (ca_file && strlen(ca_file) == 0) {
416 ca_file = NULL;
423 if (!SSL_CTX_load_verify_locations(ctx, ca_file, ca_dir)) {
426 if (ca_file) {
427 dbglog("CA certificate file = [%s]", ca_file);
  /src/external/mpl/bind/dist/lib/ns/include/ns/
listenlist.h 71 const char *ca_file; member in struct:ns_listen_tls_params
  /src/external/mpl/bind/dist/bin/tests/system/doth/
tests.sh 23 ca_file="./CA/CA.pem"
652 dig_with_tls_opts +tls-ca="$ca_file" +tls-hostname="srv01.crt01.example.com" @10.53.0.1 . SOA >dig.out.test$n || ret=1
660 dig_with_https_opts +tls-ca="$ca_file" +tls-hostname="srv01.crt01.example.com" @10.53.0.1 . SOA >dig.out.test$n || ret=1
686 dig_with_tls_opts +tls-ca="$ca_file" @10.53.0.1 . SOA >dig.out.test$n || ret=1
697 dig_with_tls_opts +tls-ca="$ca_file" +tls-hostname="srv01.crt02-no-san.example.com" @10.53.0.1 . SOA >dig.out.test$n || ret=1
706 dig_with_tls_opts +tls-ca="$ca_file" +tls-hostname="srv01.crt02-no-san.example.com" -p "${EXTRAPORT2}" +comm @10.53.0.1 . AXFR >dig.out.test$n || ret=1
717 dig_with_https_opts +tls-ca="$ca_file" +tls-hostname="srv01.crt02-no-san.example.com" -p "${EXTRAPORT3}" +comm @10.53.0.1 . SOA >dig.out.test$n || ret=1
733 dig_with_tls_opts +tls-ca="$ca_file" -p "${EXTRAPORT4}" +comm @10.53.0.1 . SOA >dig.out.test$n || ret=1
741 dig_with_tls_opts +tls-ca="$ca_file" -p "${EXTRAPORT5}" example8. -b 10.53.0.10 @10.53.0.1 axfr >dig.out.ns1.test$n || ret=1
749 dig_with_tls_opts +tls-ca="$ca_file" +tls-certfile="./CA/certs/srv01.client01.example.com.pem" +tls-keyfile="./CA/certs/srv01.client01 (…)
    [all...]
  /src/external/mpl/bind/dist/lib/ns/
listenlist.c 86 if (tls_params->ca_file != NULL) {
89 tls_params->ca_file, &store);
108 sslctx, tls_params->ca_file);
  /src/external/mpl/bind/dist/lib/dns/
transport.c 427 const char *ca_file = dns_transport_get_cafile(transport); local
465 if (always_verify_remote || hostname != NULL || ca_file != NULL)
476 * 'ca_file' can equal 'NULL' here, in
480 result = isc_tls_cert_store_create(ca_file,
  /src/external/mpl/bind/dist/bin/named/
server.c 11400 const char *key = NULL, *cert = NULL, *ca_file = NULL, local
11454 ca_file = cfg_obj_asstring(ca_obj);
11522 .ca_file = ca_file,

Completed in 128 milliseconds