bifurcation / mint

A Minimal TLS 1.3 Implementation in Go
MIT License
225 stars 36 forks source link

Correctly reset record layer after receiving HRR #175

Closed ekr closed 6 years ago

ekr commented 6 years ago

If you are sending early data and you receive HRR, you need to send CH in the clear, but right now we don't reset the record layer keys.