summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog1
-rwxr-xr-xperl-cpan/crypt-openssl-rsa/DEPENDS2
-rwxr-xr-xperl-cpan/crypt-openssl-rsa/DETAILS15
-rw-r--r--perl-cpan/crypt-openssl-rsa/HISTORY3
4 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 49cedc5e6e..7502969d00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,7 @@
2015-07-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* perl-cpan/mail-dkim: new spell, DKIM for perl
* perl-cpan/crypt-openssl-random: new spell, openssl's prng for perl
+ * perl-cpan/crypt-openssl-rsa: new spell, openssl's RSA for perl
2015-07-16 Ismael Luceno <ismael@sourcemage.org>
* haskell/haskell-uuid-types: new spell, Type definitions for Universally Unique Identifiers
diff --git a/perl-cpan/crypt-openssl-rsa/DEPENDS b/perl-cpan/crypt-openssl-rsa/DEPENDS
new file mode 100755
index 0000000000..29535e43d4
--- /dev/null
+++ b/perl-cpan/crypt-openssl-rsa/DEPENDS
@@ -0,0 +1,2 @@
+depends perl &&
+depends crypt-openssl-random
diff --git a/perl-cpan/crypt-openssl-rsa/DETAILS b/perl-cpan/crypt-openssl-rsa/DETAILS
new file mode 100755
index 0000000000..2876b315d6
--- /dev/null
+++ b/perl-cpan/crypt-openssl-rsa/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=crypt-openssl-rsa
+ VERSION=0.28
+ SOURCE="Crypt-OpenSSL-RSA-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$PERL_CPAN_URL/authors/id/P/PE/PERLER/${SOURCE}
+ SOURCE_HASH=sha512:4a20c3f814e80ea15304b2a189001172e72237d703a0f9281e7e46d593c521508abfac3a259701994ec867f160821bec37e4e8234d04b792168db19b065ce324
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/Crypt-OpenSSL-RSA-${VERSION}"
+ WEB_SITE="https://metacpan.org/release/Crypt-OpenSSL-RSA"
+ LICENSE[0]=ART
+ ENTERED=20150717
+ SHORT="RSA encoding and decoding, using the openSSL libraries"
+cat << EOF
+Crypt::OpenSSL::RSA provides the ability to RSA encrypt strings which are
+somewhat shorter than the block size of a key. It also allows for decryption,
+signatures and signature verification.
+EOF
diff --git a/perl-cpan/crypt-openssl-rsa/HISTORY b/perl-cpan/crypt-openssl-rsa/HISTORY
new file mode 100644
index 0000000000..ea7336e435
--- /dev/null
+++ b/perl-cpan/crypt-openssl-rsa/HISTORY
@@ -0,0 +1,3 @@
+2015-07-17 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DEPENDS, DETAILS: spell created
+