libcrypt-openssl-rsa-perl 0.28-1build1 source package in Ubuntu

Changelog

libcrypt-openssl-rsa-perl (0.28-1build1) trusty; urgency=low

  * Rebuild for Perl 5.18.
 -- Colin Watson <email address hidden>   Tue, 22 Oct 2013 09:51:55 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Trusty
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main perl

Downloads

File Size SHA-256 Checksum
libcrypt-openssl-rsa-perl_0.28.orig.tar.gz 19.6 KiB 5357f977464bb3a8184cf2d3341851a10d5515b4b2b0dfb88bf78995c0ded7be
libcrypt-openssl-rsa-perl_0.28-1build1.debian.tar.gz 3.0 KiB 61ac2ae896324c4010a32a0a0c0814024d88ef2c8f7171e846d5127e7dea98ca
libcrypt-openssl-rsa-perl_0.28-1build1.dsc 2.3 KiB f925e08407f9324af5b7c3ea29edb9aa8ad8e472f295848e27e5eb968b7f5f6f

Available diffs

View changes file

Binary packages built by this source

libcrypt-openssl-rsa-perl: module for RSA encryption using OpenSSL

 Crypt::OpenSSL::RSA is a Perl module that provides glue to the RSA functions
 in the OpenSSL library. It provides the following functionalities: create a
 key from a string, make a new key, save key to a string, save public portion
 of key to a string using format compatible with OpenSSL's command-line rsa
 tool, encrypt, decrypt, sign, verify, return the size in bytes of a key,
 check the validity of a key.