Appendix B. Protocol Data Structures and Constant Values (协议数据结构和常量值)
本附录汇总 TLS 1.3 中使用的 protocol data structure 和 constant value, 作为实现者查阅结构与枚举值的参考.
B.1. Record Layer (记录层)
列出 record layer 结构和常量.
B.2. Alert Messages (告警消息)
列出 alert protocol 的消息类型及其取值.
B.3. Handshake Protocol (握手协议)
列出 handshake message 类型和结构.
B.4. Cipher Suites (密码套件)
列出 TLS 1.3 cipher suite 定义及其分配值.
完整 protocol data structure, enumeration 和 constant value 定义见 RFC 8446 Appendix B.