Import p5-Crypt-PKCS10-2.001.
Crypt::PKCS10 parses PKCS #10 requests and provides accessor methods to extract the requested data. First, the request will be parsed using the included ASN.1 definition. Common object identifiers will be translated to their corresponding names. Additionally, accessor methods allow to extract single data fields. Bit Strings like signatures will be printed in their hexadecimal representation. From henning@; ok sthen@ afresh1@
This commit is contained in:
parent
040c663659
commit
1679f8a992
23
security/p5-Crypt-PKCS10/Makefile
Normal file
23
security/p5-Crypt-PKCS10/Makefile
Normal file
@ -0,0 +1,23 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2019/10/31 06:19:07 bentley Exp $
|
||||
|
||||
COMMENT = Perl extension to parse PKCS \#10 certificate requests
|
||||
|
||||
DISTNAME = Crypt-PKCS10-2.001
|
||||
CATEGORIES = security
|
||||
|
||||
# perl
|
||||
PERMIT_PACKAGE = Yes
|
||||
|
||||
MODULES = cpan
|
||||
PKG_ARCH = *
|
||||
|
||||
RUN_DEPENDS = converters/p5-Convert-ASN1 \
|
||||
security/p5-Crypt-OpenSSL-DSA \
|
||||
security/p5-Crypt-OpenSSL-RSA \
|
||||
security/p5-CryptX
|
||||
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
CONFIGURE_STYLE = modbuild tiny
|
||||
|
||||
.include <bsd.port.mk>
|
2
security/p5-Crypt-PKCS10/distinfo
Normal file
2
security/p5-Crypt-PKCS10/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (Crypt-PKCS10-2.001.tar.gz) = 95RbdqLY9Njs9iey646k9B0AHmqRXv6C5x1rl/6j/6k=
|
||||
SIZE (Crypt-PKCS10-2.001.tar.gz) = 69310
|
6
security/p5-Crypt-PKCS10/pkg/DESCR
Normal file
6
security/p5-Crypt-PKCS10/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
Crypt::PKCS10 parses PKCS #10 requests and provides accessor methods to
|
||||
extract the requested data. First, the request will be parsed using the
|
||||
included ASN.1 definition. Common object identifiers will be translated to
|
||||
their corresponding names. Additionally, accessor methods allow to extract
|
||||
single data fields. Bit Strings like signatures will be printed in their
|
||||
hexadecimal representation.
|
4
security/p5-Crypt-PKCS10/pkg/PLIST
Normal file
4
security/p5-Crypt-PKCS10/pkg/PLIST
Normal file
@ -0,0 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2019/10/31 06:19:07 bentley Exp $
|
||||
${P5SITE}/Crypt/
|
||||
${P5SITE}/Crypt/PKCS10.pm
|
||||
@man man/man3p/Crypt::PKCS10.3p
|
Loading…
Reference in New Issue
Block a user