FD either . Dig around in the BIO calls and
I bet you'll find it.
Dave
-Original Message-
From: Dhoti Walla [mailto:lk2...@gmail.com]
Sent: Tuesday, August 16, 2011 1:51 PM
To: mclellan, dave; dhotiwa...@gmail.com; openssl-users@openssl.org
Subject: Re: FW: noob question on OpenSSL
Dhoti Walla
Sent: Saturday, August 13, 2011 7:01 PM
To: openssl-users@openssl.org
Subject: noob question on OpenSSL
Hi,
I've gotten OpenSSL to work for me using examples from the Network
Security with OpenSSL book.
I've got two questions that I know are very basic - Mr Google was not
ve
AM
To: 'Dhoti Walla'
Subject: RE: FW: noob question on OpenSSL
BIO_get_accept_socket both takes the BIO_BIND_REUSEADDR flag and returns the raw socket in the return value. You might have to make some changes to your last few steps to get this working.
Good luck.
Dave
-Origin
Hi,
I've gotten OpenSSL to work for me using examples from the Network
Security with OpenSSL book.
I've got two questions that I know are very basic - Mr Google was not
very helpful here
1) how do I set SO_REUSEADDR option on my OpenSSL server?
2) when a client connects to the my server, how c
Hi,
I've gotten OpenSSL to work for me using examples from the Network
Security with OpenSSL book.
I've got two questions that I know are very basic - Mr Google was not
very helpful here
1) how do I set SO_REUSEADDR option on my OpenSSL server?
2) when a client connects to the my server, h