https://issues.apache.org/bugzilla/show_bug.cgi?id=55467
Bug ID: 55467 Summary: Contribution: support for OpenSSL custom TLS extensions and supplemental data Product: Apache httpd-2 Version: 2.4.4 Hardware: PC OS: Mac OS X 10.4 Status: NEW Severity: normal Priority: P2 Component: mod_ssl Assignee: bugs@httpd.apache.org Reporter: sde...@iname.com Created attachment 30747 --> https://issues.apache.org/bugzilla/attachment.cgi?id=30747&action=edit Aug 21 version of the patch against 2.4.x branch New APIs have been added to OpenSSL to support send/receive of custom TSL extensions as well as TLS supplemental data. The attached patch adds optional functions and optional hooks to mod_ssl which exposes these APIs for use in other modules. The patch also provides an optional hook supporting notification of handshake completion. Returning OK from this hook will result in renegotiation. Returning DECLINED will not result in renegotiation. An optional function is also provided which allows modules to initiate renegotiation as needed. The patch is created against the 2.4.x github repository git hash 1f88c41c1eacd0a24ecd642f20050ed5cc2ac170 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1516 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org