You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Crittenden <rc...@redhat.com> on 2005/09/20 17:58:02 UTC

mod_nss 1.0

This is to announce a new module for Apache 2.0.x named mod_nss. mod_nss 
provides SSL support using the mozilla.org NSS crypto libraries 
(http://www.mozilla.org/projects/security/pki/nss/).

It is a derivation of mod_ssl from Apache 2.0.54. Basically we ripped 
out any OpenSSL calls and replaced them with NSS calls. The two modules 
are more or less functionally equivalent. Some differences arise due to 
the difference levels of exposure of the underlying SSL calls. The 
mod_nss directives have the NSS prefix. Documentation is distributed 
with the source.

One notable omission at the moment is proxy support. It isn't quite 
ready yet.

This module was created to satisfy a need within the Fedora Directory 
Server project. It is not designed to displace or dispose of mod_ssl.

It can be retrieved from http://directory.fedora.redhat.com/wiki/Mod_nss

It should be considered to be in a beta state.

rob