Hi,
Thanks Michael. I'll check if your proposal fits my requirement.
Regards,
Sanjaya
On Wed, Jan 10, 2018 at 7:55 PM, Michael Richardson
wrote:
>
> Sanjaya Joshi wrote:
> > Is there a BIO family of API that OpenSSL provides to bind to a
> > specific source IP address before creating a
Sanjaya Joshi wrote:
> Is there a BIO family of API that OpenSSL provides to bind to a
> specific source IP address before creating a socket connection (using
> for e.g. BIO_new_connect()) ?
I think not... BIO_new_connect() allocates the BIO, and so there isn't any
state to set up be
Hello,
Is there a BIO family of API that OpenSSL provides to bind to a specific
source IP address before creating a socket connection (using for e.g.
BIO_new_connect()) ?
My application does not need to rely on the kernel-provided source IP
address and hence the need for this.
Regards,
Sanjaya
--