Searched defs:tls_connection (Results 1 – 3 of 3) sorted by relevance
44 struct tls_connection { struct68 static int tls_connection_verify_peer(gnutls_session_t session); argument
201 struct tls_connection { struct202 struct tls_context *context;203 SSL_CTX *ssl_ctx;204 SSL *ssl;205 BIO *ssl_in, *ssl_out;207 ENGINE *engine; /* functional reference to the engine */208 EVP_PKEY *private_key; /* the private key if using engine */210 char *subject_match, *altsubject_match, *suffix_match, *domain_match;211 int read_alerts, write_alerts, failed;213 tls_session_ticket_cb session_ticket_cb;[all …]
33 struct tls_connection { struct34 struct tlsv1_client *client;35 struct tlsv1_server *server;36 struct tls_global *global;