c57dc89 x509: use pyasn1-modules X.509 specs

1 file Authored by ftweedal 7 years ago, Committed by dkupka 7 years ago,
    x509: use pyasn1-modules X.509 specs
    
    Remove our hand-rolled pyasn1 specifications for X.509 in favour of
    those provided by the pyasn1-modules library.
    
    This also avoids a bug in our _Extension spec wherein parsing fails
    if the 'critical' field is absent.
    
    Part of: https://fedorahosted.org/freeipa/ticket/6398
    
    Reviewed-By: Jan Cholasta <jcholast@redhat.com>
    Reviewed-By: Florence Blanc-Renaud <frenaud@redhat.com>
    
        
file modified
+7 -96