-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security/p5-Crypt-PKCS10: import p5-Crypt-PKCS10-2.005
From Edgar Fuß. Crypt::PKCS10 parses PKCS #10 certificate requests (CSRs) and provides ccessor methods to extract the data in usable form. Common object identifiers will be translated to their corresponding names. Additionally, accessor methods allow extraction of single data fields. The format of returned data varies by accessor. The access methods return the value corresponding to their name. If called in scalar context, they return the first value (or an empty string). If called in array context, they return all values.
- Loading branch information
Showing
3 changed files
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
Crypt::PKCS10 parses PKCS #10 certificate requests (CSRs) and provides | ||
ccessor methods to extract the data in usable form. | ||
|
||
Common object identifiers will be translated to their corresponding names. | ||
Additionally, accessor methods allow extraction of single data fields. | ||
The format of returned data varies by accessor. | ||
|
||
The access methods return the value corresponding to their name. If called | ||
in scalar context, they return the first value (or an empty string). If called | ||
in array context, they return all values. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# $NetBSD: Makefile,v 1.1 2025/01/14 09:49:01 wiz Exp $ | ||
|
||
DISTNAME= Crypt-PKCS10-2.005 | ||
PKGNAME= p5-${DISTNAME} | ||
CATEGORIES= security sysutils perl5 | ||
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/M/MR/MRSCOTTY/} | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= https://metacpan.org/release/Crypt-PKCS10 | ||
COMMENT= Parse PKCS #10 certificate requests | ||
LICENSE= ${PERL5_LICENSE} | ||
|
||
DEPENDS+= p5-Convert-ASN1>=0:../../textproc/p5-Convert-ASN1 | ||
DEPENDS+= p5-CryptX>=0:../../security/p5-CryptX | ||
|
||
PERL5_PACKLIST= auto/Crypt/PKCS10/.packlist | ||
PERL5_MODULE_TYPE= Module::Build::Tiny | ||
|
||
.include "../../lang/perl5/module.mk" | ||
.include "../../mk/bsd.pkg.mk" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
$NetBSD: distinfo,v 1.1 2025/01/14 09:49:01 wiz Exp $ | ||
|
||
BLAKE2s (Crypt-PKCS10-2.005.tar.gz) = c39038215bfa9837ea21510c1342af3739b07fbbea3670a5f3039925a39309d7 | ||
SHA512 (Crypt-PKCS10-2.005.tar.gz) = 8addc189b96339eef14a353cb04b7dd02c46de4c0070b77b87eade7fec223db64ef4a7e5387dddd5452df9a906bd21de67f92600c7b5acc0be965667d9700e64 | ||
Size (Crypt-PKCS10-2.005.tar.gz) = 75975 bytes |