aboutsummaryrefslogtreecommitdiff
path: root/security/p5-Crypt-PKCS10
Commit message (Collapse)AuthorAgeFilesLines
* A small command line utility for parsing PKCS#10 certificate signingMartin Wilke2015-12-154-0/+37
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 Notes: svn path=/head/; revision=403776