Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jun 2017 14:15:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 220134] security/p5-Crypt-OpenSSL-CA: adding functionality for parse existing CRL
Message-ID:  <bug-220134-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D220134

            Bug ID: 220134
           Summary: security/p5-Crypt-OpenSSL-CA: adding functionality for
                    parse existing CRL
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: security
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: perl@FreeBSD.org
          Reporter: onborodin@gmail.com
                CC:
          Assignee: perl@FreeBSD.org
             Flags: maintainer-feedback?(perl@FreeBSD.org)

Created attachment 183628
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D183628&action=
=3Dedit
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.=20

- 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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-220134-13>