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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dtls2.c214 if ( is_server && !lts.lt_certfile && !lts.lt_keyfile &&
231 if ( lts.lt_certfile ) {
232 lts.lt_certfile = LDAP_STRDUP( lts.lt_certfile );
233 __atoe( lts.lt_certfile );
271 LDAP_FREE( lts.lt_certfile );
H A Dldap-int.h170 char *lt_certfile; member in struct:ldaptls
236 #define ldo_tls_certfile ldo_tls_info.lt_certfile
H A Dtls_m.c2203 if ( lt->lt_certfile ) {
2204 /* if using the PEM module, load the PEM file specified by lt_certfile */
2208 int rc = tlsm_add_cert_from_file( ctx, lt->lt_certfile, PR_FALSE, PR_TRUE );
2214 ctx->tc_certname = PL_strdup( lt->lt_certfile );
H A Dtls_g.c360 rc = tlsg_getfile( lt->lt_certfile, &buf );
H A Dtls_o.c585 lt->lt_certfile, SSL_FILETYPE_PEM ) )

Completed in 139 milliseconds