maintainer-feedback requested: [Bug 220134] security/p5-Crypt-OpenSSL-CA: adding functionality for parse existing CRL

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 19 14:15:14 UTC 2017


onborodin at gmail.com has reassigned Bugzilla Automation <bugzilla at FreeBSD.org>'s
request for maintainer-feedback to perl at FreeBSD.org:
Bug 220134: security/p5-Crypt-OpenSSL-CA: adding functionality for parse
existing CRL
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=220134



--- Description ---
Created attachment 183628
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183628&action=edit
patch

I added

- parse_CRL ($pem_crl)
Creates and returns an Crypt::OpenSSL::CA::X509_CRL object

- get_issuer_DN()
Get DN string of issuer the CRL

- get_nextUpdate () and  get_lastUpdate ()
Get validity period of the certificate

- get_entryNumbers()
Get array of revoked serial numbers

- get_entry_count()
Get count of CRL entries. Count begin from zero.

- get_entry_revoke_date( $num )
Get revoke date of entry in the CRL. 

- get_entry_serial( $num )
Get serial number of entry in the CRL.

This function allows you to get information about already created revocation
lists.

Authors of the perl package, unfortunately, do not answer.


More information about the freebsd-perl mailing list