Module: sip-router Branch: master Commit: 73c87ff7b655032b0b86a576367f07be89b054ca URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=73c87ff7...
Author: Andrei Pelinescu-Onciul andrei@iptel.org Committer: Andrei Pelinescu-Onciul andrei@iptel.org Date: Thu Sep 9 20:50:24 2010 +0200
tls: CRL support
Support for certificate revocation lists. Patch by Couprie Geoffroy geoffroy.couprie atosorigin com (FS#88) ported to 3.1 (config framework, relative pathname support) and with more docs.
Closes FS#88.
---
NEWS | 2 + config.h | 2 +- modules/tls/README | 211 +++++++++++++++++++++++++++----------------- modules/tls/doc/params.xml | 88 +++++++++++++++++-- modules/tls/tls.cfg | 4 + modules/tls/tls_cfg.c | 6 ++ modules/tls/tls_cfg.h | 1 + modules/tls/tls_config.c | 2 + modules/tls/tls_domain.c | 43 +++++++++ modules/tls/tls_domain.h | 1 + modules/tls/tls_mod.c | 5 + 11 files changed, 278 insertions(+), 87 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=73c8...