5b2cf02256
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
10 lines
459 B
Text
10 lines
459 B
Text
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/
|