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

NAME

WebService::SSLLabs::DrownHost - DrownHost object

VERSION

Version 0.33

SUBROUTINES/METHODS

new

a new WebService::SSLLabs::DrownHost object, accepts a hash ref as it's parameter.

ip

IP address of server that shares same RSA-Key/hostname in its certificate

export

true if export cipher suites detected

port

port number of the server

special

true if vulnerable OpenSSL version detected

sslv2

true if SSL v2 is supported

status

drown host status

error - error occurred in test
unknown - before the status is checked
not_checked - not checked if already vulnerable server found
not_checked_same_host - Not checked (same host)
handshake_failure - when SSL v2 not supported by server
sslv2 - SSL v2 supported but not same rsa key
key_match - vulnerable (same key with SSL v2)
hostname_match - vulnerable (same hostname with SSL v2)

DIAGNOSTICS

None

CONFIGURATION AND ENVIRONMENT

WebService::SSLLabs::DrownHost requires no configuration files or environment variables.

DEPENDENCIES

WebService::SSLLabs::DrownHost requires no non-core modules

INCOMPATIBILITIES

None reported

BUGS AND LIMITATIONS

Please report any bugs or feature requests to bug-net-ssllabs at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-SSLLabs. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

AUTHOR

David Dick, <ddick at cpan.org>

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc WebService::SSLLabs::DrownHost

You can also look for information at:

ACKNOWLEDGEMENTS

Thanks to Ivan Ristic and the team at https://www.qualys.com for providing the service at https://www.ssllabs.com

POD was extracted from the API help at https://github.com/ssllabs/ssllabs-scan/blob/stable/ssllabs-api-docs.md

LICENSE AND COPYRIGHT

Copyright 2016 David Dick.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.