Lines Matching defs:ssl_backend_data
174 struct ssl_backend_data { struct
175 struct Curl_schannel_cred *cred;
176 struct Curl_schannel_ctxt *ctxt;
177 SecPkgContext_StreamSizes stream_sizes;
178 size_t encdata_length, decdata_length;
179 size_t encdata_offset, decdata_offset;
180 unsigned char *encdata_buffer, *decdata_buffer;
185 bool encdata_is_incomplete;
186 unsigned long req_flags, ret_flags;
187 CURLcode recv_unrecoverable_err; /* schannel_recv had an unrecoverable err */
188 bool recv_sspi_close_notify; /* true if connection closed by close_notify */
189 bool recv_connection_closed; /* true if connection closed, regardless how */
190 bool recv_renegotiating; /* true if recv is doing renegotiation */
191 bool use_alpn; /* true if ALPN is used for this connection */
193 bool use_manual_cred_validation; /* true if manual cred validation is used */