How do I configure OpenSSL to allow the use of legacy cryptographic algorithms
After upgrading my app to Heroku-22, OpenSSL 3 no longer allows the use of older hashing algorithms, symmetric ciphers, or key derivation functions.
For example, loading a PKCS12 file that uses the RC2-40-CBC cipher for encryption results in an error such as `OpenSSL::PKCS12::PKCS12Error PKCS12_parse: unsupported`.