You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 17, 2024. It is now read-only.
This is another case where the server expects an encrypted message but gets a plaintext alert.
A decryption_failed_RESERVED alert must never be sent in TLS 1.3 (we could send decrypt_error instead), but really the server should parse and respond to plaintext alerts before receiving the client's Finished message.
See also #176.
Is decryption_failed_RESERVED the right response to another alert?
The text was updated successfully, but these errors were encountered: