1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

A small command line utility for parsing PKCS#10 certificate signing

requests to perl data structure and provides accessor methods to
supported elements.

It is based on the generic ASN.1 module by Graham Barr and on the
x509decode example by Norbert Klasen. It is also based upon the
works of Duncan Segrests Crypt-X509-CRL module. The module parses
common fields and extensions. Some fields might be missing.

WWW: http://search.cpan.org/dist/Crypt-PKCS10/

PR:		204814
Submitted by:	Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by:    mat (mentor)
Differential Revision:  D4574
This commit is contained in:
Martin Wilke 2015-12-15 14:33:33 +00:00
parent d248ce9d80
commit 5b2cf02256
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=403776
5 changed files with 38 additions and 0 deletions

View File

@ -526,6 +526,7 @@
SUBDIR += p5-Crypt-Passwd-XS
SUBDIR += p5-Crypt-PasswdMD5
SUBDIR += p5-Crypt-Password-Util
SUBDIR += p5-Crypt-PKCS10
SUBDIR += p5-Crypt-Primes
SUBDIR += p5-Crypt-RC4
SUBDIR += p5-Crypt-RC5

View File

@ -0,0 +1,23 @@
# Created by: Sergei Vyshenski <svysh.fbsd@gmail.com>
# $FreeBSD$
PORTNAME= Crypt-PKCS10
PORTVERSION= 1.3
CATEGORIES= security perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= svysh.fbsd@gmail.com
COMMENT= Parse PKCS #10 certificate requests
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-Convert-ASN1>=0.27:${PORTSDIR}/converters/p5-Convert-ASN1
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USE_PERL5= configure
NO_ARCH=yes
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Crypt-PKCS10-1.3.tar.gz) = 5ef231ac72a6b6987f90d5d9007914442a0aa9dd2bdbdba1ba4a9429c7b864ec
SIZE (Crypt-PKCS10-1.3.tar.gz) = 15436

View File

@ -0,0 +1,10 @@
A small command line utility for parsing PKCS#10 certificate signing
requests to perl data structure and provides accessor methods to
supported elements.
It is based on the generic ASN.1 module by Graham Barr and on the
x509decode example by Norbert Klasen. It is also based upon the
works of Duncan Segrests Crypt-X509-CRL module. The module parses
common fields and extensions. Some fields might be missing.
WWW: http://search.cpan.org/dist/Crypt-PKCS10/

View File

@ -0,0 +1,2 @@
%%SITE_PERL%%/Crypt/PKCS10.pm
%%PERL5_MAN3%%/Crypt::PKCS10.3.gz