]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Reworded OpenSSL bug 7712 detection warning to avoid OpenSSL 1.1.1b detection false...
authorRichard Pospesel <richard@torproject.org>
Thu, 16 Feb 2023 13:27:30 +0000 (13:27 +0000)
committerRichard Pospesel <richard@torproject.org>
Thu, 16 Feb 2023 13:27:30 +0000 (13:27 +0000)
src/lib/tls/tortls_openssl.c

index 77de2d6a1112e6b765c3a04645f7490c56bfc176..12260c09d3f865117f8973177065f86f28e93641 100644 (file)
@@ -1734,8 +1734,7 @@ tor_tls_export_key_material,(tor_tls_t *tls, uint8_t *secrets_out,
          * issue 7712. */
         openssl_bug_7712_is_present = 1;
         log_warn(LD_GENERAL, "Detected OpenSSL bug 7712: disabling TLS 1.3 on "
-                 "future connections. A fix is expected to appear in OpenSSL "
-                 "1.1.1b.");
+                 "future connections.");
       }
     }
     if (openssl_bug_7712_is_present)