c7ea56c Add function for extracting PEM certs from PKCS #7

3 files Authored by ftweedal 7 years ago, Committed by jcholast 7 years ago,
    Add function for extracting PEM certs from PKCS #7
    
    Add a single function for extracting X.509 certs in PEM format from
    a PKCS #7 object.  Refactor sites that execute ``openssl pkcs7`` to
    use the new function.
    
    Part of: https://fedorahosted.org/freeipa/ticket/6178
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    Reviewed-By: Tomas Krizek <tkrizek@redhat.com>
    
        
file modified
+28 -1
file modified
+2 -7
file modified
+19 -33