Searched refs:verifypem (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/unbound/util/
H A Dnet_help.h413 * @param verifypem: if nonNULL, verifylocation file.
416 void* listen_sslctx_create(char* key, char* pem, char* verifypem);
422 * @param verifypem: if nonNULL used for verifylocation file.
423 * @param wincert: add system certificate store to ctx (add to verifypem ca
427 void* connect_sslctx_create(char* key, char* pem, char* verifypem, int wincert);
H A Dnet_help.c1000 void* listen_sslctx_create(char* key, char* pem, char* verifypem) argument
1041 if(verifypem && verifypem[0]) {
1042 if(!SSL_CTX_load_verify_locations(ctx, verifypem, NULL)) {
1048 verifypem));
1053 (void)key; (void)pem; (void)verifypem;
1148 void* connect_sslctx_create(char* key, char* pem, char* verifypem, int wincert) argument
1198 if((verifypem && verifypem[0]) || wincert) {
1199 if(verifypem
[all...]
/freebsd-12-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c237 char* server_cert, char* verifypem)
253 s->sslctx = listen_sslctx_create(server_key, server_cert, verifypem);
1149 char* server_cert, char* verifypem)
1155 maindata, server_key, server_cert, verifypem);
1183 char* server_cert, char* verifypem)
1209 verifypem);
1236 char* server_key = NULL, *server_cert = NULL, *verifypem = NULL; local
1300 verifypem = optarg;
1340 server_cert, verifypem);
235 tap_socket_new_tlsaccept(char* ip, void (*ev_cb)(int, short, void*), void* data, char* server_key, char* server_cert, char* verifypem) argument
1147 setup_tls_list(struct main_tap_data* maindata, struct config_strlist_head* tls_list, char* server_key, char* server_cert, char* verifypem) argument
1180 setup_and_run(struct config_strlist_head* local_list, struct config_strlist_head* tcp_list, struct config_strlist_head* tls_list, char* server_key, char* server_cert, char* verifypem) argument

Completed in 114 milliseconds