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
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