c4f9175 Fix removal of CR from PEM certificates

2 files Authored by Frederic Hoerni 7 years ago, Committed by rcritten 7 years ago,
    Fix removal of CR from PEM certificates
    
    Previously, only the first CR (\r) was removed from the PEM, and
    the following CRLF were kept unchanged.
    
    This had no much impact as most crypto libraries support either CR
    or CRLF in PEM certificates.
    
    https://pagure.io/mod_nss/issue/32
    
        
file modified
+1 -0
file modified
+3 -2