randombit/botan

[TLS 1.3] Check the Implementation against RFC 9846

Open

#5,719 opened on Jul 13, 2026

View on GitHub
 (0 comments) (1 reaction) (1 assignee)C++ (654 forks)auto 404
good first issue

Repository metrics

Stars
 (3,283 stars)
PR merge metrics
 (PR metrics pending)

Description

RFC 9846 is an updated version of RFC 8446 that tightens some requirements and clarifies some details. The new revision is fully backward-compatible with the old one, though. Check if we're compliant and fix things as needed. Brownie-points for updating all RFC references in the code (as an independent PR).

Contributor guide