I have built the FIPS compliant openssl libraries on my machine and
now would like to use that from ruby.
I tried to build the openssl library using the new headers but that
doesn’t work. Is there a way I could use the new libraries with ruby?
I know I could use FFI but that’s a bit convoluted and not very
ruby-ish. It would be so much better if I could use the build in
openssl library.
Thanks.