Import of p5-Crypt-OpenSSL-RSA-0.16,

from Wesley Griffin <wgriffin@jtan.com>

This module is an XS perl module designed to provide basic RSA
functionality. It does this by providing a glue to the RSA functions
in the OpenSSL library.
This commit is contained in:
wilfried 2002-10-15 11:20:10 +00:00
parent f1c92433eb
commit 1a9972377b
4 changed files with 64 additions and 0 deletions

View File

@ -0,0 +1,23 @@
# $OpenBSD: Makefile,v 1.1.1.1 2002/10/15 11:20:10 wilfried Exp $
COMMENT= "RSA encoding and decoding using OpenSSL"
VERSION= 0.16
DISTNAME= Crypt-OpenSSL-RSA-${VERSION}
PKGNAME= p5-${DISTNAME}
CATEGORIES= security perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Crypt/}
MAINTAINER= Wesley Griffin <wgriffin@jtan.com>
PERMIT_PACKAGE_CDROM= "No license"
PERMIT_PACKAGE_FTP= "No license"
PERMIT_DISTFILES_CDROM= "No license"
PERMIT_DISTFILES_FTP= "No license"
BUILD_DEPENDS= :p5-Crypt-OpenSSL-Random->=0.03:security/p5-Crypt-OpenSSL-Random
RUN_DEPENDS= ${BUILD_DEPENDS}
CONFIGURE_STYLE= perl
.include <bsd.port.mk>

View File

@ -0,0 +1,3 @@
MD5 (Crypt-OpenSSL-RSA-0.16.tar.gz) = c799439ce1d9712a221b077e7651c8bc
RMD160 (Crypt-OpenSSL-RSA-0.16.tar.gz) = dd89a5a97e0f2c11daad9be5b057179ab503bf4a
SHA1 (Crypt-OpenSSL-RSA-0.16.tar.gz) = eefb1fc5e0a95b69a650a8931d1edbe5b361abdd

View File

@ -0,0 +1,14 @@
This module is an XS perl module designed to provide basic RSA
functionality. It does this by providing a glue to the RSA functions
in the OpenSSL library. In particular, it provides the following
functions:
loadPublicKey, loadPrivateKey - load a key from a string
getPublicKeyString, getPrivateKeyString - save a key to a string
generateKey - make a new key
encrypt, decrypt, sign, verify,
use_pkcs1_oaep_padding, use_pkcs1_padding,
use_sslv23_padding, use_no_padding,
use_md5_hash, use_sha1_hash, use_ripemd60_hash
size - returns the size, in bytes, of the key
checkKey - checks the validity of the key

View File

@ -0,0 +1,24 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/10/15 11:20:10 wilfried Exp $
${P5ARCH}/Crypt/OpenSSL/RSA.pm
${P5ARCH}/auto/Crypt/OpenSSL/RSA/DESTROY.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/RSA.bs
${P5ARCH}/auto/Crypt/OpenSSL/RSA/RSA.so
${P5ARCH}/auto/Crypt/OpenSSL/RSA/_set_hash_mode.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/autosplit.ix
${P5ARCH}/auto/Crypt/OpenSSL/RSA/get_padding_mode.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/get_private_key_string.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/get_public_key_string.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/import_random_seed.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/load_private_key.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/load_public_key.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/new.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/set_padding_mode.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/use_md5_hash.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/use_no_padding.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/use_pkcs1_oaep_padding.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/use_pkcs1_padding.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/use_ripemd160_hash.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/use_sha1_hash.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/use_sslv23_padding.al
man/man3p/Crypt::OpenSSL::RSA.3p
@dirrm ${P5ARCH}/auto/Crypt/OpenSSL/RSA