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, -- Marek Marcola <[EMAIL PROTECTED]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]