Searched refs:gnutls_openpgp_crt_check_hostname (Results 1 – 9 of 9) sorted by relevance
/dports/security/gnutls/gnutls-3.6.16/lib/includes/gnutls/ |
H A D | compat.h | 144 #define gnutls_openpgp_key_check_hostname gnutls_openpgp_crt_check_hostname
|
H A D | openpgp.h | 111 int gnutls_openpgp_crt_check_hostname(gnutls_openpgp_crt_t key,
|
/dports/security/gnutls/gnutls-3.6.16/lib/ |
H A D | openpgp_compat.c | 132 int gnutls_openpgp_crt_check_hostname(gnutls_openpgp_crt_t key, in gnutls_openpgp_crt_check_hostname() function
|
H A D | libgnutls.map | 150 gnutls_openpgp_crt_check_hostname;
|
/dports/net-im/telepathy-salut/telepathy-salut-0.8.1/lib/ext/wocky/wocky/ |
H A D | wocky-tls.c | 811 rval = gnutls_openpgp_crt_check_hostname (opgp, peername); in wocky_tls_session_verify_peer() 816 rval = gnutls_openpgp_crt_check_hostname (opgp, peername); in wocky_tls_session_verify_peer() 831 rval = gnutls_openpgp_crt_check_hostname (opgp, in wocky_tls_session_verify_peer()
|
/dports/security/gnutls/gnutls-3.6.16/tests/ |
H A D | hostname-check.c | 1211 ret = gnutls_openpgp_crt_check_hostname(pgp, "test.gnutls.org"); in doit()
|
/dports/net-im/telepathy-gabble/telepathy-gabble-0.18.4/lib/ext/wocky/wocky/ |
H A D | wocky-tls.c | 929 rval = gnutls_openpgp_crt_check_hostname (opgp, peername); in wocky_tls_session_verify_peer() 934 rval = gnutls_openpgp_crt_check_hostname (opgp, peername); in wocky_tls_session_verify_peer() 949 rval = gnutls_openpgp_crt_check_hostname (opgp, in wocky_tls_session_verify_peer()
|
/dports/security/py-gnutls/python-gnutls-3.1.3/gnutls/library/ |
H A D | functions.py | 1335 gnutls_openpgp_crt_check_hostname = libgnutls.gnutls_openpgp_crt_check_hostname variable 1336 gnutls_openpgp_crt_check_hostname.argtypes = [gnutls_openpgp_crt_t, c_char_p] 1337 gnutls_openpgp_crt_check_hostname.restype = c_int
|
/dports/security/gnutls/gnutls-3.6.16/ |
H A D | NEWS | 6975 gnutls_openpgp_key_check_hostname gnutls_openpgp_crt_check_hostname 7135 gnutls_openpgp_key_check_hostname: RENAMED to gnutls_openpgp_crt_check_hostname
|