Many thanks, Marek! -- larry
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, |
- Re: OpenSSL method to determine connected client 'hostname' Lawrence Rose