tls_global_set_verify() function
tls_global_set_verify - Set global certificate verification options @tls_ctx: TLS context data from tls_init() @check_crl: 0 = do not verify CRLs, 1 = verify CRL for the user certificate, 2 = verify CRL for all certificates @strict: 0 = allow CRL time errors, 1 = do not allow CRL time errors Returns: 0 on success, -1 on failure
tls_global_set_verify() writes 1 variable:
![]()
tls_global_set_verify()