update p5-Crypt-OpenSSL-RSA to 0.31

This commit is contained in:
bluhm 2021-05-31 21:02:03 +00:00
parent b015c6e54f
commit 52ffe6b1c5
4 changed files with 13 additions and 28 deletions

View File

@ -1,20 +1,19 @@
# $OpenBSD: Makefile,v 1.25 2020/07/03 21:45:41 sthen Exp $
# $OpenBSD: Makefile,v 1.26 2021/05/31 21:02:03 bluhm Exp $
COMMENT = RSA encoding and decoding using OpenSSL
MODULES = cpan
DISTNAME = Crypt-OpenSSL-RSA-0.31
DISTNAME = Crypt-OpenSSL-RSA-0.28
CATEGORIES = security
REVISION = 2
# Perl
PERMIT_PACKAGE = Yes
PERMIT_PACKAGE = Yes
WANTLIB += c crypto perl ssl
WANTLIB = c crypto perl ssl
RUN_DEPENDS = security/p5-Crypt-OpenSSL-Random>=0.03 \
security/p5-Crypt-OpenSSL-Bignum>=0.03
BUILD_DEPENDS = ${RUN_DEPENDS}
MODULES = cpan
BUILD_DEPENDS = security/p5-Crypt-OpenSSL-Guess>=0.11
RUN_DEPENDS = security/p5-Crypt-OpenSSL-Bignum \
security/p5-Crypt-OpenSSL-Random
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (Crypt-OpenSSL-RSA-0.28.tar.gz) = U1f5d0ZLs6gYTPLTNBhRoQ1VFbSysN+4i/eJlcDe174=
SIZE (Crypt-OpenSSL-RSA-0.28.tar.gz) = 20035
SHA256 (Crypt-OpenSSL-RSA-0.31.tar.gz) = QXNAOtTPdnMhkgmfgz+/vzzYEE4CRrOEQYeuOE0sVDY=
SIZE (Crypt-OpenSSL-RSA-0.31.tar.gz) = 25856

View File

@ -1,17 +1,3 @@
Crypt::OpenSSL::RSA 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:
new_public_key, new_private_key - create a key from a string
generate_key - make a new key
get_private_key_string - save key to a string
get_public_key_string - save public portion of key to a string
get_public_key_x509_string - save public portion of key to a string,
using format compatible with OpenSSL's
command-line rsa tool
encrypt, decrypt, private_encrypt, public_decrypt, sign, verify,
use_pkcs1_oaep_padding, use_pkcs1_padding,
use_sslv23_padding, use_no_padding
use_md5_hash, use_sha1_hash, use_ripemd160_hash
size - Returns the size, in bytes, of the key.
check_key - checks the validity of a key.
in the OpenSSL library.

View File

@ -1,7 +1,7 @@
@comment $OpenBSD: PLIST,v 1.7 2015/07/16 23:57:26 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.8 2021/05/31 21:02:03 bluhm Exp $
${P5ARCH}/Crypt/OpenSSL/RSA.pm
${P5ARCH}/auto/Crypt/OpenSSL/RSA/
${P5ARCH}/auto/Crypt/OpenSSL/RSA/RSA.so
@so ${P5ARCH}/auto/Crypt/OpenSSL/RSA/RSA.so
${P5ARCH}/auto/Crypt/OpenSSL/RSA/autosplit.ix
${P5ARCH}/auto/Crypt/OpenSSL/RSA/get_key_parameters.al
${P5ARCH}/auto/Crypt/OpenSSL/RSA/import_random_seed.al