556fc21 x509: use PyASN1 to parse PKCS#7

1 file Authored by jcholast 7 years ago, Committed by mbabinsk 7 years ago,
    x509: use PyASN1 to parse PKCS#7
    
    Use PyASN1 with the PKCS#7 definitions from `pyasn1_modules` to parse
    PKCS#7 in `pkcs7_to_pems()` instead of calling `openssl pkcs7` in a
    subprocess.
    
    https://fedorahosted.org/freeipa/ticket/6550
    
    Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
    
        
file modified
+31 -17