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
189 struct tls_connection { struct190 struct tls_context *context;191 SSL_CTX *ssl_ctx;192 SSL *ssl;193 BIO *ssl_in, *ssl_out;195 ENGINE *engine; /* functional reference to the engine */196 EVP_PKEY *private_key; /* the private key if using engine */198 char *subject_match, *altsubject_match, *suffix_match, *domain_match;199 int read_alerts, write_alerts, failed;201 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;