Net::SSLeay::OO::X509::Store - wrapper for X509_STORE* pointers


Net-SSLeay-OO documentation  | view source Contained in the Net-SSLeay-OO distribution.

Index


NAME

Top

Net::SSLeay::OO::X509::Store - wrapper for X509_STORE* pointers

SYNOPSIS

Top

 my $store = $ctx->get_cert_store;
 $store->add_cert(...);
 $store->set_purpose(...);

DESCRIPTION

Top

This is a class which represents the X509_STORE* pointers; it is currently poorly understood, the best reference for understanding will be relevant functions within Net::SSLeay (especially the main binding wrapper, SSLeay.xs), and the OpenSSL source code.

You should not need to use this class for regular use of the module; if you find a use for it, or would like to help complete or document it, please submit a patch or pull request.

AUTHOR

Top

Sam Vilain, samv@cpan.org

COPYRIGHT

Top

SEE ALSO

Top

Net::SSLeay::OO, get_cert_store in Net::SSLeay::OO::Context


Net-SSLeay-OO documentation  | view source Contained in the Net-SSLeay-OO distribution.