Home
last modified time | relevance | path

Searched defs:ssl_config_data (Results 1 – 1 of 1) sorted by relevance

/external/curl/lib/
Durldata.h343 struct ssl_config_data { struct
344 long version; /* what version the client wants to use */
345 long certverifyresult; /* result from the certificate verification */
347 bool verifypeer; /* set TRUE if this is desired */
348 bool verifyhost; /* set TRUE if CN/SAN must match hostname */
349 bool verifystatus; /* set TRUE if certificate status must be checked */
350 char *CApath; /* certificate dir (doesn't work on windows) */
351 char *CAfile; /* certificate to verify peer against */
352 const char *CRLfile; /* CRL to check certificate revocation */
353 const char *issuercert;/* optional issuer certificate filename */
[all …]