Vulnerability in OpenSSL - no-ssl3 configuration sets method to NULL
When openssl is built with the no-ssl3 option and a SSL v3 ClientHello is received the ssl method would be set to NULL which could later result in a NULL pointer dereference. Found by Frank Schmirler...