attempted to write the time of day to an SSL stream, but failed
with the error SSL_ERROR_WANT_WRITE. Later on I discover that I can write,
but by this time the time of day has changed by one second. What am I to
do?
- Joel Daniels
are there any
reasons why I should use Ephemeral RSA vs. Ephemeral DH?
Also are there any reasons why I should not use Ephemeral Keys period?
- Joel Daniels
__
OpenSSL Project http://www.openssl.
Is there any benefit to creating my own BIO and using SSL_set_bio as
apposed to SSL_set_fd, if I am trying to associate the SSL object with a
file descriptor anyway?
- Joel Daniels
__
OpenSSL Project
ct line.
}
catch (...)
{
return FALSE; //There was a memory exception
}
if(sCertAddress != sAddress) //If the server name from the server
certificate and the server name do not match...
return FALSE; //ERROR COULD NOT VALIDATE SERVER
Joel Daniels (a novice).