quictls / openssl

TLS/SSL and crypto library with QUIC APIs
https://quictls.github.io/openssl
Apache License 2.0
380 stars 51 forks source link

Update SSL_clear() to clear quic data (1.1.1) #57

Closed tmshort closed 3 years ago

tmshort commented 3 years ago

Fixes #55 Had to fixup tests because SSL_accept() eventually calls SSL_clear() and it was removing the inital ClientHello sent via SSL_provide_quic_data() from the server SSL.

Checklist