4ebb752 Rewrap base64 data when making PEM formatted certificates

Authored and Committed by Chris Andrews 14 years ago
    Rewrap base64 data when making PEM formatted certificates
    
    SAML metadata need not contain 64-char wrapped base64 data, so we
    must rewrap before sticking PEM-style headers on it and feeding the
    result to OpenSSL.
    
        
file modified
+15 -1
file added
+17
file added
+33