• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/Crypt/OpenSSL/H18-Mar-2021-29754

t/H18-Mar-2021-224172

ChangesH A D18-Mar-20212.1 KiB6448

DSA.xsH A D18-Mar-202116.6 KiB731669

LICENSEH A D22-Oct-2016108 11

MANIFESTH A D18-Mar-2021337 1514

META.jsonH A D18-Mar-20211,012 4847

META.ymlH A D18-Mar-2021586 2625

Makefile.PLH A D13-Jan-20171.2 KiB4440

READMEH A D17-Nov-2016832 3421

typemapH A D27-Oct-2016518 2016

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