Home
last modified time | relevance | path

Searched defs:tls_connection (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/wpa_supplicant/src/crypto/
H A Dtls_gnutls.c44 struct tls_connection { struct
68 static int tls_connection_verify_peer(gnutls_session_t session); argument
H A Dtls_wolfssl.c65 struct tls_connection { struct
67 WOLFSSL *ssl;
68 int read_alerts;
69 int write_alerts;
70 int failed;
73 char *subject_match;
74 char *alt_subject_match;
75 char *suffix_match;
76 char *domain_match;
78 u8 srv_cert_hash[32];
[all …]
H A Dtls_openssl.c235 SSL_CTX *ssl_ctx;
236 SSL *ssl;
237 BIO *ssl_in, *ssl_out;
242 char *subject_match, *altsubject_match, *suffix_match, *domain_match;
244 int read_alerts, write_alerts, failed;
250 u8 *session_ticket;
261 u8 srv_cert_hash[32];
263 unsigned int flags;
265 X509 *peer_cert;
266 X509 *peer_issuer;
[all …]
H A Dtls_internal.c33 struct tls_connection { struct
34 struct tlsv1_client *client;
35 struct tlsv1_server *server;
36 struct tls_global *global;