]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Use hybrid MD5+SHA1 algorithm
authorMichael Brown <mcb30@ipxe.org>
Tue, 20 Mar 2012 04:07:53 +0000 (04:07 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 20 Mar 2012 16:57:16 +0000 (16:57 +0000)
commita156c157465dde3e4a07034a3201a4ec19cdf750
tree4dd19c9631f214e06fbd8ec9301d4f55906b07ab
parent8583c323a25fd65fb6e7fe47e3e8b69d23acb2d3
[tls] Use hybrid MD5+SHA1 algorithm

TLSv1.1 and earlier use a hybrid of MD5 and SHA-1 to generate digests
over the handshake messages.  Formalise this as a separate digest
algorithm "md5+sha1".

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/include/ipxe/tls.h
src/net/tls.c