Encrypted Alert

2011-08-10 Thread Nilotpal De
Hi, This is my first mail to this Group. Consider me a novice in Openssl since I am just getting used to the API's and understanding the behavior. I am facing one problem. We have an MFP/Printer which acts as a client and is trying to connect to a server through a Secure device. When the c

Re: Open SSL API's Support For IPv6.

2011-09-22 Thread Nilotpal De
Hi, You can try this once. Use socket library connect() to get the connected socket. Then use BIO_new_socket() and pass the connected socket descriptor. Then, on the socket BIO you can try BIO_set_nbio() and BIO_do_connect(). With regards, Nilotpal On Thu, Sep 22, 2011 at 2:15 PM, A