Searched defs:ssl_config_data (Results 1 – 1 of 1) sorted by relevance
338 struct ssl_config_data { struct339 long version; /* what version the client wants to use */340 long certverifyresult; /* result from the certificate verification */342 bool verifypeer; /* set TRUE if this is desired */343 bool verifyhost; /* set TRUE if CN/SAN must match hostname */344 bool verifystatus; /* set TRUE if certificate status must be checked */345 char *CApath; /* certificate dir (doesn't work on windows) */346 char *CAfile; /* certificate to verify peer against */347 const char *CRLfile; /* CRL to check certificate revocation */348 const char *issuercert;/* optional issuer certificate filename */[all …]