1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: libcrypt-openssl-dsa-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Damyan Ivanov <dmn@debian.org>,
Dominic Hargreaves <dom@earth.li>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-perl-openssl,
libssl-dev,
openssl <!nocheck>,
perl-openssl-defaults,
perl-xs-dev,
perl:native,
pkg-config
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-dsa-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcrypt-openssl-dsa-perl.git
Homepage: https://perl-openssl.sourceforge.net/
Rules-Requires-Root: no
Package: libcrypt-openssl-dsa-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends}
Description: module which implements the DSA signature verification system
Crypt::OpenSSL::DSA is a wrapper to the DSA (Digital Signature Algorithm)
functions contained in the OpenSSL crypto library. It allows you to create
public/private key pair, sign messages and verify signatures, as well as
manipulate the keys at the low level.
|