Is posible to load a custom module, or patch based on OpenSSL API to an Apache reverse proxy using C/C++ ???.
I can build a .so
object using OpenSSL API and preload it to some TLS clients (like wget) but I dont know how to do that on an Apache server.
Any idea?