rip out x509 code from ssl analyzer. Note that since at the moment

the file analyzer does not yet re-populate the info record that
means quite a lot of information is simply not available.
This commit is contained in:
Bernhard Amann 2013-10-01 16:20:55 -07:00
parent df552ca87d
commit 2b87499fd9
7 changed files with 12 additions and 298 deletions

View file

@ -27,8 +27,7 @@ public:
static bool Available()
{
return ( ssl_client_hello || ssl_server_hello ||
ssl_established || ssl_extension || ssl_alert ||
x509_certificate || x509_error );
ssl_established || ssl_extension || ssl_alert );
}
protected: