rcritten / certmonger

Forked from certmonger 7 years ago
Clone

62a6634 Fix local CA to work under FIPS

Authored and Committed by vakwetu 3 years ago
1 file changed. 3 lines added. 1 lines removed.
    Fix local CA to work under FIPS
    
    The PKCS12 file used for the local CA fails to be created because
    it uses default OpenSSL encryption algorithms that are disallowed
    under FIPS.  This patch simply updates the PKCS12_create() command
    to use allowed encryption algorithms.
    
        
file modified
+3 -1