ngircd-tor/src
Tom Ryder b71a0ddbd5 Specify session context for OpenSSL clients
Reconnecting to ngIRCd 22.1 built with OpenSSL with some OpenSSL
clients, including Pidgin and stunnel 5.06, attempts to reuse a session
and fails due to the absence of this line.

The error message in syslog from ngIRCd is:

> SSL protocol error: SSL_accept (error:140D9115:SSL
> routines:SSL_GET_PREV_SESSION:session id context uninitialized)

This patch appears to fix the problem for both Pidgin and stunnel; it
may work for other OpenSSL clients that attempt to re-use sessions.

*   <https://github.com/ngircd/ngircd/issues/182>
*   <https://developer.pidgin.im/ticket/11568>
*   <https://www.openssl.org/docs/ssl/SSL_CTX_set_session_id_context.html>
2015-06-26 16:21:54 +12:00
..
ipaddr Update #include's: remove unused and add missing ones 2014-03-17 11:37:25 +01:00
ngircd Specify session context for OpenSSL clients 2015-06-26 16:21:54 +12:00
portab Update copyright notices of recently changed files 2014-03-17 12:22:00 +01:00
testsuite Don't send nick name as default PART reason 2015-03-14 11:13:50 +01:00
tool Update copyright notices of recently changed files 2014-03-17 12:22:00 +01:00
.gitignore GIT: added src/src/config.h.in~ to ignore list. 2008-06-11 16:02:06 +02:00
Makefile.am IPv6 support. 2008-02-26 23:50:35 +01:00