62a6634867db5d9f79b613055b8788136d4cb41d
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.
rebased onto 62a6634867db5d9f79b613055b8788136d4cb41d
Metadata Update from @rcritten: - Request assigned
Works well, tested resulting file with both openssl and NSS and works fine.
Pull-Request has been merged by rcritten
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.