From c41c7ee976aad76f63ce42c1ea883e4d075e2f0e Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Thu, 15 Dec 2022 11:29:38 +0000 Subject: [PATCH] QUIC: Add TODO for CCM support Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/19703) --- ssl/quic/quic_impl.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ssl/quic/quic_impl.c b/ssl/quic/quic_impl.c index 19d100f50b7..77d72c9d6a1 100644 --- a/ssl/quic/quic_impl.c +++ b/ssl/quic/quic_impl.c @@ -1201,6 +1201,8 @@ int ossl_quic_renegotiate_check(SSL *ssl, int initok) /* * This is the subset of TLS1.3 ciphers which can be used with QUIC and which we * actually support. + * + * TODO(QUIC): CCM support */ static SSL_CIPHER tls13_quic_ciphers[] = { { -- 2.47.2