42381eb cert utilities: MAC verification is incompatible with FIPS mode

Authored and Committed by frenaud a year ago
    cert utilities: MAC verification is incompatible with FIPS mode
    
    The PKCS12 MAC requires PKCS12KDF which is not an approved FIPS
    algorithm and cannot be supported by the FIPS provider.
    Do not require mac verification in FIPS mode: append the option
    --nomacver to the command openssl pkcs12 used to extract a pem file
    or a key from a p12 file.
    
    Signed-off-by: Florence Blanc-Renaud <flo@redhat.com>
    Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
    
        
file modified
+17 -3