]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Split out hybrid MD5+SHA1 algorithm used in TLS version 1.1
authorMichael Brown <mcb30@ipxe.org>
Thu, 7 May 2026 11:44:45 +0000 (12:44 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 7 May 2026 11:50:39 +0000 (12:50 +0100)
commitefa9515b1456bd3846cefeb492474d60250544c0
tree7845e032237b4ef7d6b86fa8d1f0dc8336c68838
parent0c617b913235cbfc82b41db2595cdad10957f1ac
[tls] Split out hybrid MD5+SHA1 algorithm used in TLS version 1.1

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