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
83 struct tls_connection { struct84 struct tls_context *context;85 SSL_CTX *ssl_ctx;86 SSL *ssl;87 BIO *ssl_in, *ssl_out;89 ENGINE *engine; /* functional reference to the engine */90 EVP_PKEY *private_key; /* the private key if using engine */92 char *subject_match, *altsubject_match, *suffix_match, *domain_match;93 int read_alerts, write_alerts, failed;95 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;