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
|
Source: libcrypt-smime-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 8),
perl,
libssl-dev, openssl,
libtest-exception-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fschlich@zedat.fu-berlin.de>
Standards-Version: 3.9.2
Homepage: http://search.cpan.org/dist/Crypt-SMIME/
Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libcrypt-smime-perl.git
Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libcrypt-smime-perl.git
Package: libcrypt-smime-perl
Architecture: any
Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}
Description: S/MIME message signing, verification, encryption and decryption module
Crypt::SMIME provides a class for handling S/MIME messages. It can sign,
verify, encrypt and decrypt messages.
.
Crypt::SMIME operates on email messages as simple strings, so there's no
particular integration with other MAIL::* or MIME::* modules. Rather, it
can co-operate with any module capable of accepting / outputting the entire
message as a single string.
|