You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a check that warns if the OpenSSL::OPENSSL_VERSION is significantly different from SSLkeylog::OpenSSL::OPENSSL_VERSION. A mismatch in these two versions can lead to bad data being read from the SSL struct or even a segfault.
The text was updated successfully, but these errors were encountered:
Add a check that warns if the
OpenSSL::OPENSSL_VERSION
is significantly different fromSSLkeylog::OpenSSL::OPENSSL_VERSION
. A mismatch in these two versions can lead to bad data being read from the SSL struct or even a segfault.The text was updated successfully, but these errors were encountered: