randombit/botan

Limit data sent over TLS by ciphersuite

Open

#2,283 创建于 2020年2月26日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)C++ (654 fork)auto 404
enhancementhelp wanted

仓库指标

Star
 (3,283 star)
PR 合并指标
 (PR 指标待抓取)

描述

Then renegotiate or fail when too much data is sent. There is already a limit of 2^48 for DTLS or 2^64 for TLS due to sequence number wraparound, but specific ciphers have smaller limits. This is most important for 3DES due to collisions, but even AES-GCM has relatively small limits

NSS change https://bugzilla.mozilla.org/show_bug.cgi?id=1268745 Paper http://www.isg.rhul.ac.uk/~kp/TLS-AEbounds.pdf

贡献者指南