Thomas Schweikle wrote:
Hi!

can anyone give me a hint where to look on how I open an openssl
encripted socket bound to a specific interface? I found
"bind(address)", but do not have a clue on how it is used correctly!

First: the openssl-users mailing list would have been more appropriate.

You can create a socket bio with BIO_new_socket and connect this to an SSL object with SSL_set_bio, so that the problem is reduced to the non-SSL-specific one of binding a standard socket to an interface.
Ciao,
Richard
--
Dr. Richard W. Könning
Fujitsu Siemens Computers GmbH

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to