Lines Matching defs:ldaptls
181 struct ldaptls { struct
182 char *lt_certfile;
183 char *lt_keyfile;
184 char *lt_dhfile;
185 char *lt_cacertfile;
186 char *lt_cacertdir;
187 char *lt_ciphersuite;
188 char *lt_crlfile;
189 char *lt_randfile; /* OpenSSL only */
190 char *lt_ecname; /* OpenSSL only */
191 int lt_protocol_min;
192 int lt_protocol_max;
193 struct berval lt_cacert;
194 struct berval lt_cert;
195 struct berval lt_key;