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

NAME

Mail::BIMI::VMC::Chain - Class to model a VMC Chain

VERSION

version 3.20240402

DESCRIPTION

Class for representing, retrieving, validating, and processing a VMC Certificate Chain

ATTRIBUTES

These values are derived from lookups and verifications made based upon the input values, it is however possible to override these with other values should you wish to, for example, validate a record before it is published in DNS, or validate an Indicator which is only available locally

cert_list

is=rw

ArrayRef of individual Certificates in the chain

cert_object_list

is=rw

ArrayRef of Crypt::OpenSSL::X509 objects for the Certificates in the chain

errors

is=rw

is_valid

is=rw

Does the VMC of this chain validate back to root?

warnings

is=rw

CONSUMES

EXTENDS

METHODS

vmc()

Locate and return the VMC object from this chain.

app_validate()

Output human readable validation status of this object

REQUIRES

AUTHOR

Marc Bradshaw <marc@marcbradshaw.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2020 by Marc Bradshaw.

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