Project

General

Profile

« Previous | Next » 

Revision ffeb6f46

Added by Eric Helms over 2 years ago

Fixes #33431: Use Ruby OpenSSL to ensure PKCS1 format

On FIPS enabled machines, private keys generated are not in PKCS #1
format which is required by Apache for bundled SSL proxy machine
certiicates. This switches to using Ruby's OpenSSL library to generate
the proper format when needing to force PKCS #1 format rather than
string manipulation.

  • added
  • modified
  • copied
  • renamed
  • deleted