Searched defs:tls_connection (Results 1 – 3 of 3) sorted by relevance
42 struct tls_connection { struct66 static int tls_connection_verify_peer(gnutls_session_t session); argument
95 struct tls_connection { struct96 struct tls_context *context;97 SSL_CTX *ssl_ctx;98 SSL *ssl;99 BIO *ssl_in, *ssl_out;101 ENGINE *engine; /* functional reference to the engine */102 EVP_PKEY *private_key; /* the private key if using engine */104 char *subject_match, *altsubject_match, *suffix_match, *domain_match;105 int read_alerts, write_alerts, failed;107 tls_session_ticket_cb session_ticket_cb;[all …]
28 struct tls_connection { struct29 struct tlsv1_client *client;30 struct tlsv1_server *server;31 struct tls_global *global;