Lines Matching defs:ssl_backend_data
84 struct ssl_backend_data { struct
85 struct curl_schannel_cred *cred;
86 struct curl_schannel_ctxt *ctxt;
87 SecPkgContext_StreamSizes stream_sizes;
88 size_t encdata_length, decdata_length;
89 size_t encdata_offset, decdata_offset;
90 unsigned char *encdata_buffer, *decdata_buffer;
95 bool encdata_is_incomplete;
96 unsigned long req_flags, ret_flags;
97 CURLcode recv_unrecoverable_err; /* schannel_recv had an unrecoverable err */
98 bool recv_sspi_close_notify; /* true if connection closed by close_notify */
99 bool recv_connection_closed; /* true if connection closed, regardless how */
100 bool use_alpn; /* true if ALPN is used for this connection */
102 bool use_manual_cred_validation; /* true if manual cred validation is used */