Hi,
When i run my SSL server, it keeps asking the PEM pass phrase every
time it is started.
But i want my server to be loaded automaticaly, wihtout need to type
everytime the password.
Is there a way to put this password inside the server code and
eliminate the need of type the pass everytime ti
Hi everyone,
I'm developing a communication between sockets and i'm having some
problems with the openssl and the select() function. The problem is
that i have to call the SSL_write() function twice to make the other
side read the buffer. Anyone has any idea of how can i overcome this
problem?