]> git.ipfire.org Git - thirdparty/openssl.git/commit
Add TLS1.3 ciphersuites from RFC8998
authorMilan Broz <gmazyland@gmail.com>
Sun, 15 Feb 2026 17:29:57 +0000 (18:29 +0100)
committerNeil Horman <nhorman@openssl.org>
Thu, 19 Feb 2026 15:11:05 +0000 (10:11 -0500)
commitf4cfdbd85c8d2f3459d0847666bbf60f330ceb61
tree65a0b729d6a948ff947737837fe82b9a97a0cbff
parent702f1a7f83f18c4b9a30171d9d87ac03ffa5df04
Add TLS1.3 ciphersuites from RFC8998

This adds TLS_SM4_GCM_SM3 and TLS_SM4_CCM_SM3
as defined in RFC 8998.

Fixes openssl/project#1871

Signed-off-by: Milan Broz <gmazyland@gmail.com>
Reviewed-by: Viktor Dukhovni <viktor@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Neil Horman <nhorman@openssl.org>
MergeDate: Thu Feb 19 15:11:15 2026
(Merged from https://github.com/openssl/openssl/pull/30028)
doc/man3/SSL_CTX_set_cipher_list.pod
include/openssl/tls1.h
ssl/s3_lib.c
ssl/ssl_ciph.c
ssl/ssl_local.h
ssl/t1_trce.c
test/ciphername_test.c