aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/mishmash/rsa_aes_gcm_sha256.c
diff options
context:
space:
mode:
authorMichael Brown <mcb30@ipxe.org>2024-01-30 17:42:16 +0000
committerMichael Brown <mcb30@ipxe.org>2024-01-30 18:03:31 +0000
commit0dc80d20d3f4c3bfd36d9ad50890642e43ee5a6b (patch)
treec7d0cd069bd65131b061d3a6c2ed7d745d93b99f /src/crypto/mishmash/rsa_aes_gcm_sha256.c
parent8f6a9399b3dc5af227cbd6185eff077b6e9d0e37 (diff)
downloadipxe-x25519.tar.gz
[tls] Add ECDHE cipher suitesx25519
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto/mishmash/rsa_aes_gcm_sha256.c')
-rw-r--r--src/crypto/mishmash/rsa_aes_gcm_sha256.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/mishmash/rsa_aes_gcm_sha256.c b/src/crypto/mishmash/rsa_aes_gcm_sha256.c
index e08deff84..b18bbd844 100644
--- a/src/crypto/mishmash/rsa_aes_gcm_sha256.c
+++ b/src/crypto/mishmash/rsa_aes_gcm_sha256.c
@@ -31,7 +31,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
/** TLS_RSA_WITH_AES_128_GCM_SHA256 cipher suite */
struct tls_cipher_suite
-tls_rsa_with_aes_128_gcm_sha256 __tls_cipher_suite ( 11 ) = {
+tls_rsa_with_aes_128_gcm_sha256 __tls_cipher_suite ( 21 ) = {
.code = htons ( TLS_RSA_WITH_AES_128_GCM_SHA256 ),
.key_len = ( 128 / 8 ),
.fixed_iv_len = 4,