In perl there are modules that you can pass a socket to and it’ll return an SSL enabled socket.
Is there something similar to that for C++ that I can use as a drop in replacement?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the literal way in which you ask: no, this is not possible. The existing APIs only support plain windows sockets, and provide no hooking for additional functionality. You will have to change readers and writers of the sockets as well.