DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=34607>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=34607 ------- Additional Comments From [EMAIL PROTECTED] 2007-11-16 16:24 ------- (In reply to comment #9) > Note that it is possible to reliably check if TLS extension support is in > OpenSSL at compile time by seeing if the version number is 0.9.8f or later and > that OPENSSL_NO_TLSEXT is *not* defined. The logic used in the patch: #ifndef OPENSSL_NO_TLSEXT #ifndef SSL_CTRL_SET_TLSEXT_HOSTNAME #define OPENSSL_NO_TLSEXT #endif #endif is also fine for detecting extension support in OpenSSL. The result being that support will only be included if compiled against a version of OpenSSL supporting TLS extensions. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
