]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
new: dev: add crypto required for quic support
authorAydın Mercan <aydin@isc.org>
Tue, 14 Jul 2026 14:12:19 +0000 (17:12 +0300)
committerAydın Mercan <aydin@isc.org>
Tue, 14 Jul 2026 14:12:19 +0000 (17:12 +0300)
This MR adds the necessary cryptographic parts for QUIC support.
These parts are:

AEAD (AES-GCM and ChaCha20-Poly1305)

HKDF (Both the original algorithm and TLS 1.3's HKDF-Expand-Label)

QUIC header protection mask generation

Merge branch 'aydin/quic-crypto' into 'main'

See merge request isc-projects/bind9!11549


Trivial merge