]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Add key exchange mechanism to definition of cipher suite
authorMichael Brown <mcb30@ipxe.org>
Tue, 11 Oct 2022 12:54:34 +0000 (13:54 +0100)
committerMichael Brown <mcb30@ipxe.org>
Tue, 11 Oct 2022 13:37:12 +0000 (14:37 +0100)
commitea33ea33c0d77b853c39d7b0e8c54f1a6f56b6bc
treec36d42e2c31a03ffe03bb0a646a2c0e075082abf
parent80c45c5c71af76e4313c37528d29aa485b247073
[tls] Add key exchange mechanism to definition of cipher suite

Allow for the key exchange mechanism to vary depending upon the
selected cipher suite.

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