OpenSSL as a Filter (or non-blocking OpenSSL)
funcptr
OpenSSL as a library at first glance is complicated, and then you realise that a lot of the documentation seems to be incomplete or missing.
In this article I describe how you can use memory BIO's to create an OpenSSL filter that can easily be added to existing applications without requiring a lot of modifications of existing code.
