]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Allow a minimum TLS protocol version to be specified
authorMichael Brown <mcb30@ipxe.org>
Fri, 12 Jun 2020 20:40:33 +0000 (21:40 +0100)
committerMichael Brown <mcb30@ipxe.org>
Fri, 12 Jun 2020 20:40:33 +0000 (21:40 +0100)
commit2dac11eb1d8588d095be36152bb35b35637d387b
tree94bf7bb47e0110a22243ad6b48430b856b3342e5
parent9ee70fb95bc266885ff88be228b044a2bb226eeb
[tls] Allow a minimum TLS protocol version to be specified

The supported ciphers and digest algorithms may already be specified
via config/crypto.h.  Extend this to allow a minimum TLS protocol
version to be specified.

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