openssl/ssl
Benjamin Kaduk ce0b307ea0 Remove disabled TLS 1.3 ciphers from the SSL(_CTX)
In ssl_create_cipher_list() we make a pass through the ciphers to
remove those which are disabled in the current libctx.  We are
careful to not include such disabled TLS 1.3 ciphers in the final
consolidated cipher list that we produce, but the disabled ciphers
are still kept in the separate stack of TLS 1.3 ciphers associated
with the SSL or SSL_CTX in question.  This leads to confusing
results where a cipher is present in the tls13_cipherlist but absent
from the actual cipher list in use.  Keep the books in order and
remove the disabled ciphers from the 1.3 cipherlist at the same time
we skip adding them to the active cipher list.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/12037)
2021-02-23 16:18:41 -08:00
..
record Update copyright year 2021-02-18 15:05:17 +00:00
statem Update copyright year 2021-02-18 15:05:17 +00:00
bio_ssl.c
build.info
d1_lib.c Update copyright year 2021-01-28 13:54:57 +01:00
d1_msg.c
d1_srtp.c
ktls.c Update copyright year 2021-01-28 13:54:57 +01:00
methods.c
pqueue.c
s3_cbc.c
s3_enc.c Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg 2021-02-05 15:22:43 +00:00
s3_lib.c Deprecate the libssl level SRP APIs 2021-02-12 08:47:32 +00:00
s3_msg.c
ssl_asn1.c
ssl_cert_table.h
ssl_cert.c Remove OPENSSL_NO_DH guards from libssl 2021-02-05 15:20:36 +00:00
ssl_ciph.c Remove disabled TLS 1.3 ciphers from the SSL(_CTX) 2021-02-23 16:18:41 -08:00
ssl_conf.c Update copyright year 2021-02-18 15:05:17 +00:00
ssl_err_legacy.c
ssl_err.c Remove OPENSSL_NO_EC guards from libssl 2021-02-05 15:22:43 +00:00
ssl_init.c
ssl_lib.c Deprecate the libssl level SRP APIs 2021-02-12 08:47:32 +00:00
ssl_local.h Deprecate the libssl level SRP APIs 2021-02-12 08:47:32 +00:00
ssl_mcnf.c
ssl_rsa_legacy.c
ssl_rsa.c Remove OPENSSL_NO_EC guards from libssl 2021-02-05 15:22:43 +00:00
ssl_sess.c
ssl_stat.c
ssl_txt.c
ssl_utst.c
sslerr.h Make supported_groups code independent of EC and DH 2021-02-05 15:20:37 +00:00
t1_enc.c Remove all OPENSSL_NO_XXX from libssl where XXX is a crypto alg 2021-02-05 15:22:43 +00:00
t1_lib.c tls_valid_group: Add missing dereference of okfortls13 2021-02-12 19:05:17 +01:00
t1_trce.c Update copyright year 2021-02-18 15:05:17 +00:00
tls13_enc.c Update copyright year 2021-01-28 13:54:57 +01:00
tls_depr.c Remove OPENSSL_NO_DH guards from libssl 2021-02-05 15:20:36 +00:00
tls_srp.c Update copyright year 2021-02-18 15:05:17 +00:00