Hi,
I am using openssl-1.0.0d version and having error in SSL_accept.
SSL_accept() returns -1 which is SSL_ERROR_SYSCALL with errno 2 (No such
file or directory) and
ERR_error_string() retuns
error::lib(0):func(0):reason(0)
Can anyone help please to find where is the problem and how to s
On Wed June 15 2011, Wim Lewis wrote:
>
> On 15 Jun 2011, at 11:57 AM, wrote:
> > Whether is it possible to implement? I have read in the documentation about
> > BIO-functions, and could not understand is it possible to implement or not.
> > Thanks for any help or suggestions.
>
> Yes, this is
On 15 Jun 2011, at 11:57 AM, wrote:
> Whether is it possible to implement? I have read in the documentation about
> BIO-functions, and could not understand is it possible to implement or not.
> Thanks for any help or suggestions.
Yes, this is possible. It is asked on this mailing list every no
Hello.
By default OpenSSL itself works with sockets. I would want to implement
operation with sockets without admitting it to OpenSSL. I.e. for example, when
OpenSSL wants to write down something in a socket, it should cause my function
and I will transfer data to the socket. And it is exact als
Hello all,
meanwhile I found out what was the problem. It is step 5 of the Microsoft
list:
5) The certificate’s subject CN must match the FQDN of the server
machine, or the FQDN of the virtual server if the server runs
on failover cluster. This implies that required certificates
mus