NAME
WebService::SSLLabs::Key - Key object
VERSION
Version 0.33
SUBROUTINES/METHODS
new
a new WebService::SSLLabs::Key
object, accepts a hash ref as it's parameter.
size
key size, e.g., 1024 or 2048 for RSA and DSA, or 256 bits for EC.
strength
key size expressed in RSA bits.
alg
key algorithm; possible values: RSA, DSA, and EC.
debian_flaw
true if we suspect that the key was generated using a weak random number generator (detected via a blacklist database)
q
0 if key is insecure, null otherwise
DIAGNOSTICS
None
CONFIGURATION AND ENVIRONMENT
WebService::SSLLabs::Key requires no configuration files or environment variables.
DEPENDENCIES
WebService::SSLLabs::Key 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::Key
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
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.