Home
last modified time | relevance | path

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

/hostap-latest/src/crypto/
Dtls_gnutls.c44 struct tls_connection { struct
68 static int tls_connection_verify_peer(gnutls_session_t session); argument
Dtls_wolfssl.c71 struct tls_connection { struct
72 struct tls_context *context;
73 WOLFSSL *ssl;
74 int read_alerts;
75 int write_alerts;
76 int failed;
77 struct tls_in_data input;
78 struct tls_out_data output;
79 char *subject_match;
80 char *alt_subject_match;
[all …]
Dtls_openssl.c239 struct tls_connection { struct
240 struct tls_context *context;
241 struct tls_data *data;
242 SSL_CTX *ssl_ctx;
243 SSL *ssl;
244 BIO *ssl_in, *ssl_out;
246 ENGINE *engine; /* functional reference to the engine */
247 EVP_PKEY *private_key; /* the private key if using engine */
249 char *subject_match, *altsubject_match, *suffix_match, *domain_match;
250 char *check_cert_subject;
[all …]
Dtls_mbedtls_alt.c196 struct tls_connection struct
198 struct tls_conf *tls_conf;
199 struct wpabuf *push_buf;
200 struct wpabuf *pull_buf;
201 size_t pull_buf_offset;
203 unsigned int established : 1;
204 unsigned int resumed : 1;
205 unsigned int verify_peer : 1;
206 unsigned int is_server : 1;
208 mbedtls_ssl_context ssl;
[all …]
Dtls_internal.c33 struct tls_connection { struct
34 struct tlsv1_client *client;
35 struct tlsv1_server *server;
36 struct tls_global *global;