Searched defs:tls_connection (Results 1 – 4 of 4) sorted by relevance
44 struct tls_connection { struct68 static int tls_connection_verify_peer(gnutls_session_t session); argument
65 struct tls_connection { struct66 struct tls_context *context;67 WOLFSSL *ssl;68 int read_alerts;69 int write_alerts;70 int failed;71 struct tls_in_data input;72 struct tls_out_data output;73 char *subject_match;74 char *alt_subject_match;[all …]
239 struct tls_connection { struct240 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 …]
33 struct tls_connection { struct34 struct tlsv1_client *client;35 struct tlsv1_server *server;36 struct tls_global *global;