Crypt-NSS
view release on metacpan or search on metacpan
initialize ( ) : integer
Initializes NSS. Returns 0 on success or an error code on failure.
Initialization is usually done when importing this module by passing
either `config_dir => $path' or `init' to use the default config
directory (`.').
shutdown ( )
Closes the certificate and key databases.
BUGS AND LIMITATIONS
Please report any bugs or feature requests to `bug-nss@rt.cpan.org', or
through the web interface at http://rt.cpan.org.
SUPPORT
Commercial support is available from Versed Solutions. Contact author
for details.
AUTHOR
Claes Jakobsson, Versed Solutions `<claesjac@cpan.org>'
lib/Crypt/NSS.pm view on Meta::CPAN
one that connects to a remote host, you'll get failures like "-12215 MD5 digest function failed".
This is not a bug in this module and is a recent fix in the underlying NSS library. The PKCS#11 standard
says that after a fork all PKCS#11 modules must be reinitialized again. So if you want to fork, make sure
you don't initialize NSS in the parent process.
L<https://bugzilla.mozilla.org/show_bug.cgi?id=331096>
=back
=head1 BUGS AND LIMITATIONS
Please report any bugs or feature requests to C<bug-nss@rt.cpan.org>,
or through the web interface at L<http://rt.cpan.org>.
=head1 SUPPORT
Commercial support is available from Versed Solutions. Contact author for details.
=head1 AUTHOR
( run in 0.487 second using v1.01-cache-2.11-cpan-4d50c553e7e )