Re: Operation not permitted on SSL_Write()
Discard, while originally the problem was with a moving buffer, the later trouble I had were my own bugs (SMTP CRLF line break algorithm had problems). Ales __ OpenSSL Project http://www.openssl.
Re: Operation not permitted on SSL_Write()
I've found out that it's related to how SSL_Write() expects the same buffer pointer after an SSL_ERROR_WANT_WRITE occurs. I also found out that this can be avoided by issuing a SSL_ctrl() which I tried, but now I get corrupted data from certain point. How EXACTLY is SSL_Write in non-blocking