已合并
feat: enforce record boundary on TLS1.3 read key switches #1014
pi_ixeL创建于 1月20日
feat: enforce record boundary on TLS1.3 read key switches #1014
已合并
Pull Request已成功合入, 合并人@liwei3013
(感谢 pi_ixeL 的贡献)此处折叠了11条事件消息 查看更多
1月20日 添加了label:ci-failed
1月20日 删除了label:ci-failed
此处折叠了7条事件消息 查看更多


tls: enforce record boundary on TLS1.3 read key switches
Enforce TLS1.3 read-side key activation to occur only at record boundaries by checking for unconsumed decrypted handshake bytes before switching pending->current state. Emit fatal unexpected_message, return HITLS_REC_ERR_NOT_ON_RECORD_BOUNDARY.