Module: sip-router Branch: master Commit: 68e94429aed653c73f80db1a742e291ffd6e3384 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=68e94429...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Mon Sep 21 18:43:37 2009 +0200
tls: tls state is now separate from tcp state
- tls connection state is now kept separately from the tcp state. - update tls_h_fix_read_conn() to what tcp expects now.
Closes: FlySpray#14.
---
modules/tls/tls_server.c | 163 ++++++++++++++++++++++++++++---------------- modules/tls/tls_server.h | 8 ++ modules_s/tls/tls_server.c | 163 ++++++++++++++++++++++++++++---------------- modules_s/tls/tls_server.h | 8 ++ 4 files changed, 222 insertions(+), 120 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=68e9...