-
Notifications
You must be signed in to change notification settings - Fork 95
Open
Description
- Forbid negotiating TLS 1.0 and 1.1 as they are now deprecated by RFC8996.
- Removes ambiguity around which hash is used with PreSharedKeys and HelloRetryRequest.
- Require that clients ignore NewSessionTicket if they do not support resumption.
- Upgrade the requirement to initiate key update before exceeding key usage limits to MUST.
- Limit the number of permitted KeyUpdate messages.
- Restore text defining the level of "close_notify" to "warning". Clarify behavior around "user_canceled", requiring that "close_notify" be sent and that "user_canceled" should be ignored.
- Add a "general_error" generic alert.
- Corrected the lower bound on CertificateRequest.extensions to be 0 bytes. This was an error in the syntax as it is possible to send no extensions, which results in length 0.
Metadata
Metadata
Assignees
Labels
No labels