README
1Crypt::OpenSSL::DSA
2===================
3
4DESCRIPTION
5
6Crypt::OpenSSL::DSA implements the DSA
7(Digital Signature Algorithm) signature verification system.
8
9It is a thin XS wrapper to the DSA functions contained in the
10OpenSSL crypto library, located at http://www.openssl.org
11
12INSTALLATION
13
14To install this module type the following:
15
16 perl Makefile.PL
17 make
18 make test
19 make install
20
21DEPENDENCIES
22
23This module requires these other modules and libraries:
24
25 openssl, available from http://www.openssl.org/
26
27COPYRIGHT AND LICENCE
28
29Copyright (c) 2002 T.J. Mather. Crypt::OpenSSL::DSA is free software;
30you may redistribute it and/or modify it under the same terms as Perl itself.
31
32Paid support is available directly from the author of this package.
33Please see http://www.maxmind.com/app/opensourceservices for more details.
34