Crypt-OpenSSL-CA - Model of an X509v3 Certification Authority

This package performs the cryptographic operations necessary to issue X509 certificates and certificate revocation lists (CRLs). It is implemented as a Perl wrapper around the popular OpenSSL library. All certificate and CRL extensions supported by OpenSSL are available, and then some.

INSTALLATION

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

EXAMPLES

Have a look at examples/*.t

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Crypt::OpenSSL::CA

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/Crypt-OpenSSL-CA

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Crypt-OpenSSL-CA

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/Crypt-OpenSSL-CA

CPAN Ratings:

http://cpanratings.perl.org/d/Crypt-OpenSSL-CA

COPYRIGHT AND LICENSE

Authored by Dominique QUATRAVAUX; Copyright (C) 2007 Siemens Business Services France SAS, all rights reserved.

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