The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::IMP::Example::LogServerCertificate - Proof Of Concept IMP plugin for logging server certificate of SSL connections

SYNOPSIS

    my $factory = Net::IMP::Example::LogServerCertificate->new_factory;

DESCRIPTION

Net::IMP::Example::LogServerCertificate implements an analyzer, which expects an SSL Server Hello on the server side, extracts the certificates and logs their common name. There are no further arguments.

BUGS

Sessions might be re-stablished with a session-id common between client and server. In this case no certificates need to be exchanged and thus certificate infos will not be tracked. To work around it one might track session-ids and implement caching.

AUTHOR

Steffen Ullrich <sullr@cpan.org>

COPYRIGHT

Copyright by Steffen Ullrich.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.