]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Remove an old TODO from the code
authorMatt Caswell <matt@openssl.org>
Mon, 26 Sep 2022 11:00:28 +0000 (12:00 +0100)
committerMatt Caswell <matt@openssl.org>
Wed, 12 Oct 2022 14:53:31 +0000 (15:53 +0100)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19343)

ssl/record/rec_layer_s3.c

index d77acde232b1b8467a7ee2c6bd97d874b57605fb..aa81d589b552be5cb3f41f78da5f6b3b01ddb35c 100644 (file)
@@ -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);