4375ef8 Split x509.load_certificate() into PEM/DER functions

15 files Authored by stlaz 7 years ago, Committed by pvomacka 7 years ago,
    Split x509.load_certificate() into PEM/DER functions
    
    Splitting the load_certificate() function into two separate helps
    us word the requirements for the input explicitly. It also makes
    our backend similar to the one of python-cryptography so eventually
    we can swap python-cryptography for IPA x509 module.
    
    https://pagure.io/freeipa/issue/4985
    
    Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
    Reviewed-By: Rob Crittenden <rcritten@redhat.com>
    Reviewed-By: Martin Basti <mbasti@redhat.com>
    
        
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+1 -1
file modified
+33 -23
file modified
+6 -6
file modified
+1 -1
file modified
+2 -2
file modified
+10 -8
file modified
+3 -3
file modified
+6 -6