Home
last modified time | relevance | path

Searched refs:auth_man (Results 1 – 1 of 1) sorted by relevance

/dports/security/openvpn-devel/openvpn-0033811e0215af76f469d78912c95a2f59813454/src/openvpn/
H A Dssl_verify.c1126 enum auth_deferred_result auth_man = ACF_DISABLED; in tls_authentication_status() local
1130 auth_man = man_def_auth_test(ks); in tls_authentication_status()
1132 ASSERT(auth_plugin < 4 && auth_script < 4 && auth_man < 4); in tls_authentication_status()
1135 || auth_man == ACF_FAILED) in tls_authentication_status()
1142 || auth_man == ACF_PENDING) in tls_authentication_status()