]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[tls] Add ECDHE cipher suites x25519
authorMichael Brown <mcb30@ipxe.org>
Tue, 30 Jan 2024 17:42:16 +0000 (17:42 +0000)
committerMichael Brown <mcb30@ipxe.org>
Tue, 30 Jan 2024 18:03:31 +0000 (18:03 +0000)
commit0dc80d20d3f4c3bfd36d9ad50890642e43ee5a6b
treec7d0cd069bd65131b061d3a6c2ed7d745d93b99f
parent8f6a9399b3dc5af227cbd6185eff077b6e9d0e37
[tls] Add ECDHE cipher suites

Signed-off-by: Michael Brown <mcb30@ipxe.org>
16 files changed:
src/config/config_crypto.c
src/config/crypto.h
src/crypto/mishmash/dhe_rsa_aes_cbc_sha1.c
src/crypto/mishmash/dhe_rsa_aes_cbc_sha256.c
src/crypto/mishmash/dhe_rsa_aes_gcm_sha256.c
src/crypto/mishmash/dhe_rsa_aes_gcm_sha384.c
src/crypto/mishmash/ecdhe_rsa_aes_cbc_sha1.c [new file with mode: 0644]
src/crypto/mishmash/ecdhe_rsa_aes_cbc_sha256.c [new file with mode: 0644]
src/crypto/mishmash/ecdhe_rsa_aes_cbc_sha384.c [new file with mode: 0644]
src/crypto/mishmash/ecdhe_rsa_aes_gcm_sha256.c [new file with mode: 0644]
src/crypto/mishmash/ecdhe_rsa_aes_gcm_sha384.c [new file with mode: 0644]
src/crypto/mishmash/rsa_aes_cbc_sha1.c
src/crypto/mishmash/rsa_aes_cbc_sha256.c
src/crypto/mishmash/rsa_aes_gcm_sha256.c
src/crypto/mishmash/rsa_aes_gcm_sha384.c
src/include/ipxe/tls.h