From f93c0f546423eab65be3bc50a8cdfc3d5eb6b2e1 Mon Sep 17 00:00:00 2001 From: Matt Caswell Date: Mon, 26 Sep 2022 12:00:28 +0100 Subject: [PATCH] Remove an old TODO from the code Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/19343) --- ssl/record/rec_layer_s3.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssl/record/rec_layer_s3.c b/ssl/record/rec_layer_s3.c index d77acde232b..aa81d589b55 100644 --- a/ssl/record/rec_layer_s3.c +++ b/ssl/record/rec_layer_s3.c @@ -1226,7 +1226,6 @@ int ssl_set_new_record_layer(SSL_CONNECTION *s, int version, * using the early keys. A server also needs to worry about rejected early * data that might arrive when the handshake keys are in force. */ - /* TODO(RECLAYER): Check this when doing the "write" record layer */ if (s->server && direction == OSSL_RECORD_DIRECTION_READ) { use_early_data = (level == OSSL_RECORD_PROTECTION_LEVEL_EARLY || level == OSSL_RECORD_PROTECTION_LEVEL_HANDSHAKE); -- 2.47.3