You're right, there is currently no wrapper for the function you mentioned. To be honest, when implementing the SSL wrapper I felt rather overwhelmed with the broad range of various structures and functions the SSL library offers. As I had no clear idea which ones were really important, I chose a minimalistic approach, wrapping only as much as I felt absolutely necessary to make the SSL socket up and running. I think some time ago I posted somewhere here a code snippet demonstrating SSL initialization within one of my commercial applications, which showed this very clearly.