openssl
openssl copied to clipboard
Anyone tried wolfSSL in Openssl compat mode
Has anyone tried to build this extension using wolfSSL underneath rather than OpenSSL?
Looking at its compatibility header files, it seems the symbols have a wolf prefix. Our feature checking code in ext/openssl/extconf.rb would need to be rewritten if we want to support it.
Personally I don't have any experience with wolfSSL.
I'm working on the many fixes for things that wolfSSL does not really provide in compatibility mode. I don't think it will turn out well, alas.