[openssl.org #480] Support for local ip address binding for connect BIO's.

2003-01-29 Thread Stephen Henson via RT
[[EMAIL PROTECTED] - Tue Jan 28 09:55:45 2003]: Hi, Hereby i'd like to request the the support for local (source) ip address binding in bio_conn.c. This should be fairly easy to implement and allows a connection BIO to connect from (bind to) a specific source ip address. This

Re: [openssl.org #480] Support for local ip address binding for connect BIO's.

2003-01-29 Thread Andy Polyakov via RT
Hereby i'd like to request the the support for local (source) ip address binding in bio_conn.c. You may be able to do this with a BIO callback and making calls when it has reached the appropriate internal state. That's messy but at least you wouldn't need to patch the OpenSSL core

Re: [openssl.org #480] Support for local ip address binding for connect BIO's.

2003-01-29 Thread Andy Polyakov via RT
Hereby i'd like to request the the support for local (source) ip address binding in bio_conn.c. You may be able to do this with a BIO callback and making calls when it has reached the appropriate internal state. That's messy but at least you wouldn't need to patch the OpenSSL

[openssl.org #480] Support for local ip address binding for connect BIO's.

2003-01-29 Thread Stephen Henson via RT
[[EMAIL PROTECTED] - Wed Jan 29 22:18:06 2003]: The function calling bind, BIO_get_accept_socket, accepts argument in form src_ip:port... Another [and more common I beleive] alternative is to do all the binding yourself and pass the already bound file descriptor down to BIO. A. Indeed

[openssl.org #480] Support for local ip address binding for connect BIO's.

2003-01-28 Thread S Aalberts via RT
Hi, Hereby i'd like to request the the support for local (source) ip address binding in bio_conn.c. This should be fairly easy to implement and allows a connection BIO to connect from (bind to) a specific source ip address. This functionality is typically preferred on systems with multiple