tlswg / tls13-spec

TLS 1.3 Specification
563 stars 159 forks source link

cached information extension in EE? #1237

Closed kaduk closed 3 years ago

kaduk commented 3 years ago

RFC 8446 mentions the cached-information extension from RFC 7924 in the context of the contents of the Certificate message, but does not list it in the ExtensionType enum or populate the "TLS 1.3" column in the registry. From first look, its information is not needed for the TLS 1.3 key exchange and thus it could go in EncryptedExtensions.

It seems inconsistent to mention the extension as possibly modifying the Certificate message structure when there's not actually a formally defined way to use the extension for TLS 1.3

ekr commented 3 years ago

This seems like a defect. I agree that it should go in EE.