Re: BIO chaining and closing

2005-03-03 Thread Dr. Stephen Henson
On Thu, Mar 03, 2005, Peter wrote: > Thanks, > So BIO_new_socket would create a BIO around the socket of my choosing > which would be more portable than doing BIO_set_fd afterwards? But > then the current code uses BIO_new_ssl_connect to create the bio in the > first place. I assume I would r

BIO chaining and closing

2005-03-02 Thread Peter
Thanks, So BIO_new_socket would create a BIO around the socket of my choosing which would be more portable than doing BIO_set_fd afterwards? But then the current code uses BIO_new_ssl_connect to create the bio in the first place. I assume I would replace this with BIO_new_socket and BIO_new_s