-Kyle H
On 5/4/06, Lawrence Rose <[EMAIL PROTECTED]
> wrote:
Many thanks, Marek!
-- larry
Lawrence L. Rose 190 Park Avenue Daytona Development Florham Park, NJ 07932 AT&T Labs - Research Tel: 793.360.8606 [EMAIL PROTECTED] Cell: 908.463.3155
Marek Marcola wrote:Hello,
This new OpenSSL user cannot determine what function to invoke for my
server app to determine the hostname of who just connected to me. I'm
not talking about the CommonName in the client license file ... I want
the hostname assoc. with my BIO* or SSL* connection. (For the case of
multiple clients from connecting from multiple ip's.)
If you have "established" SSL object:
SSL_get_fd();
getpeername();
gethostbyaddr();
Best regards,