tls.c | 621 accept_cert(const char* reason, struct tls_conn_settings *conn_info, function in typeref:typename:int 755 return accept_cert("disabled verification", conn_info, 762 return accept_cert("valid certificate chain", 768 return accept_cert("matching fingerprint", 776 return accept_cert("matching certfile", 790 return accept_cert("matching hostname/subject", 798 return accept_cert("matching fingerprint", conn_info, 801 return accept_cert("matching certfile", conn_info,
|