ftweedal / certmonger

Forked from certmonger 6 years ago
Clone

bf91c28 csrgen-o: extract X509_NAME creation subroutines

1 file Authored by ftweedal 5 years ago, Committed by rcritten 5 years ago,
    csrgen-o: extract X509_NAME creation subroutines
    
    The codes that turns a string into an X509_NAME are big, complex and
    way too deeply indented.  Extract these to two separate subroutines.
    `ldap_dn_to_X509_NAME` tries to turn a string DN into an X509_NAME.
    `cn_to_X509_NAME` take a whole string and uses it as the CN in a
    single-AVA X509_NAME.
    
        
file modified
+88 -72