Searched defs:tls13_ctx (Results 1 – 1 of 1) sorted by relevance
267 struct tls13_ctx { struct268 struct tls13_error error;270 SSL *ssl;271 struct ssl_handshake_st *hs;272 uint8_t mode;273 struct tls13_handshake_stage handshake_stage;274 int handshake_started;275 int handshake_completed;276 int need_flush;277 int middlebox_compat;[all …]