Sharpie / sslkeylog

A Ruby library that logs SSL session keys in NSS Key Log Format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warn if OpenSSL versions don't match

Sharpie opened this issue · comments

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.