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

NAME

WebService::SSLLabs::ChainCert - ChainCert object

VERSION

Version 0.33

SUBROUTINES/METHODS

new

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

subject

certificate subject

label

certificate label (user-friendly name)

not_before

not_after

issuer_subject

issuer subject

issuer_label

issuer label (user-friendly name)

sig_alg

issues

a number of flags the describe the problems with this certificate:

bit 0 (1) - certificate not yet valid
bit 1 (2) - certificate expired
bit 2 (4) - weak key
bit 3 (8) - weak signature
bit 4 (16) - blacklisted

key_alg

key algorithm.

key_size

key size, in bits appopriate for the key algorithm.

key_strength

key strength, in equivalent RSA bits.

revocation_status

a number that describes the revocation status of the certificate:

0 - not checked
1 - certificate revoked
2 - certificate not revoked
3 - revocation check error
4 - no revocation information
5 - internal error

crl_revocation_status

same as revocationStatus, but only for the CRL information (if any).

ocsp_revocation_status

same as revocationStatus, but only for the OCSP information (if any).

raw

PEM-encoded certificate data

DIAGNOSTICS

None

CONFIGURATION AND ENVIRONMENT

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

DEPENDENCIES

WebService::SSLLabs::ChainCert 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::ChainCert

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.