Fairly new to socket programming, but I've been assigned with a whopper of project.
My issue is this: I try initiating an SSL handshake with both SSL_accept() and SSL_connect(), as well as renegotiating the handshake and then attempting to reconnect with SSL_renegotiate() and SSL_do_handshake() in succession, but all of these give me the error of BIO routines:BIO_write:unsupported method
Before making any calls, I make sure to set my BIO and initialize all SSL libraries.
The BIO and SSL pointers are not null during the time of execution.
Any ideas?