030ec9a dn: handle multi-valued RDNs in Name conversion

2 files Authored by ftweedal 4 years ago, Committed by frenaud 4 years ago,
    dn: handle multi-valued RDNs in Name conversion
    
    When applying DN to a cryptography.x509.Name, multi-valued RDNs get
    "flattened" into separate RDNs.  Update the constructor to correctly
    handle Name values with multi-valued RDNs.
    
    Fixes: https://pagure.io/freeipa/issue/7963
    Reviewed-By: Christian Heimes <cheimes@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+2 -2