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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_m.c1380 tlsm_init_ca_certs( tlsm_ctx *ctx, const char *cacertfile, const char *cacertdir ) argument
1386 if ( !cacertfile && !cacertdir ) {
1391 if ( cacertfile ) {
1392 int rc = tlsm_add_cert_from_file( ctx, cacertfile, isca, PR_TRUE );
1397 cacertfile, errcode,
1399 /* failure with cacertfile is a hard failure even if cacertdir is
1405 cacertfile, 0, 0 );
1409 /* if cacertfile above failed, we will return failure, even
1416 - this is different behavior than that of cacertfile */

Completed in 128 milliseconds