Home
last modified time | relevance | path

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

/dports/security/p5-Net-SAML/zxid-1.42/
H A Dhinet.c71 long vfy_err; in hi_vfy_peer_ssl_cred() local
75 vfy_err = SSL_get_verify_result(io->ssl); in hi_vfy_peer_ssl_cred()
76 switch (vfy_err) { in hi_vfy_peer_ssl_cred()
79 …("TLS/SSL connection to(%s) made, with certificate err that will be ignored. (%ld)", eid, vfy_err); in hi_vfy_peer_ssl_cred()
83 ERR("TLS/SSL connection to(%s) made, but certificate not acceptable. (%ld)", eid, vfy_err); in hi_vfy_peer_ssl_cred()
H A Dzxbusprod.c735 long vfy_err; in zxbus_open_bus_url() local
897 switch (vfy_err = SSL_get_error(bu->ssl, SSL_connect(bu->ssl))) { in zxbus_open_bus_url()
904 …LS/SSL connection to(%s) can not be made. SSL connect or handshake problem (%ld)", bu->s, vfy_err); in zxbus_open_bus_url()
912 vfy_err = SSL_get_verify_result(bu->ssl); in zxbus_open_bus_url()
913 switch (vfy_err) { in zxbus_open_bus_url()
916 D("TLS/SSL connection to(%s) made, but certificate err. (%ld)", bu->s, vfy_err); in zxbus_open_bus_url()
920 ERR("TLS/SSL connection to(%s) made, but certificate not acceptable. (%ld)", bu->s, vfy_err); in zxbus_open_bus_url()