]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[crypto] Add support for HKDF key derivation master
authorMichael Brown <mcb30@ipxe.org>
Tue, 28 Apr 2026 11:32:12 +0000 (12:32 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 28 Apr 2026 12:31:36 +0000 (13:31 +0100)
commit8d2ebbf8a10331a3b13ab32fcc321e835751c96a
treef8841fd459a97b6bfbaed7c6ab5ab5897c4d0364
parenta42daf6e8868d7b21ad4b9ab12da5ff04d337519
[crypto] Add support for HKDF key derivation

Add support for the HMAC-based Extract-and-Expand Key Derivation
Function (HKDF) as used in TLS version 1.3 and defined in RFC 5869.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/crypto/hkdf.c [new file with mode: 0644]
src/include/ipxe/hkdf.h [new file with mode: 0644]
src/tests/hkdf_test.c [new file with mode: 0644]
src/tests/tests.c