[Mod_nss-list] [PATCH 0/3] mod_nss SNI patch

Vitezslav Cizek vcizek at suse.com
Fri Oct 2 13:10:48 UTC 2015


Hi,
As the bug tracker at https://fedorahosted.org/mod_nss/
doesn't seem to be used at all, I'm attaching our patches here.

Stanislav Tokos (2):
  [1/3] Prevent a crash when the cert db isn't accessible to apache
   * When the apache user can't access the nss certificate store,
     eg because of too strict permissions, it may continue without
     proper initialization but it will crash eventually
  [2/3] Add SNI support.
   * Adds SNI support to mod_nss

Vitezslav Cizek (1):
  [3/3] Send TLS server name extension on proxy connections.
   * send the SNI extension when doing proxy backend requests.

 docs/mod_nss.html   |  13 ++++-
 mod_nss.c           |   3 ++
 mod_nss.h           |  19 +++++++
 nss_engine_config.c |  11 ++++
 nss_engine_init.c   | 145 ++++++++++++++++++++++++++++++++++++++++++++++++----
 nss_engine_io.c     |  39 ++++++++++++++
 nss_engine_kernel.c |  53 +++++++++++++++++++
 nss_util.c          |  44 ++++++++++++++++
 8 files changed, 315 insertions(+), 12 deletions(-)

-- 
2.1.4




More information about the Mod_nss-list mailing list