-
Quick script to dump info about OpenSSL in ruby
Ruby can be built with OpenSSL by default or built with an alternate OpenSSL library (for example, if you had Ruby 3.0 and wanted an OpenSSL >= 3.0.0). There are a few constants and methods to check the version and capabilities of you OpenSSL library connected to Ruby, all from the module OpenSSL documentation available…
-
Ruby `generate_key!’: pkeys are immutable on OpenSSL 3.0
I was suddenly getting `generate_key!’: pkeys are immutable on OpenSSL 3.0 (OpenSSL::PKey::PKeyError) in GitHub Actions with no changes on my part.
-
Turning on FIPS mode failed: fingerprint does not match
Turning on FIPS mode failed: fingerprint does not match… a collection of research about getting an old version to work and links to things that helped along the way.