Reworded OpenSSL bug 7712 detection warning to avoid OpenSSL 1.1.1b detection false positive.

This commit is contained in:
Richard Pospesel 2023-02-16 13:27:30 +00:00
parent 482ce87a8d
commit c71f31dccc

View File

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