1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/security/p5-Crypt-PKCS10/pkg-descr
Kirill Ponomarev bc9e69cd59 Update to 1.10
PR:		227972
Submitted by:	maintainer
2018-05-04 17:39:49 +00:00

11 lines
459 B
Plaintext

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: https://github.com/openxpki/Crypt-PKCS10/