summaryrefslogtreecommitdiffstats
path: root/nss_engine_config.c
Commit message (Collapse)AuthorAgeFilesLines
* Compare CN value of remote host with requested host in reverse proxy.rcritten2010-05-131-0/+11
| | | | | | Add configuration option to disable this, defaulting to on. 591224
* Add controls for managing SSL renegotiationrcritten2010-03-021-0/+28
| | | | | | | | | NSS is introducing some new controls in response to CVE-2009-3555, MITM attacks via session renegotiation. This patch adds some tuning so these options can be set at run time. Patch contributed by Kai Engert based on some early work by Rob Crittenden.
* The wrong variable was being used to report that NSSPassPhraseHelperrcritten2007-06-071-2/+2
| | | | wasn't found.
* 211612rcritten2006-10-201-0/+37
| | | | Add support for setting a default OCSP responder.
* 204138rcritten2006-08-251-3/+13
| | | | | | | | | Add new NSSPassPhraseDialog method, defer, where only the tokens that are found in the file pointed to by this directive are initialized. Otherwise every token that NSS finds it attempts to authenticate. Syntax is: NSSPassPhraseDialog defer:/path/to/password.conf
* 197681rcritten2006-07-051-0/+2
| | | | Initialize the ECC certificate and key pointers to NULL.
* 196070rcritten2006-06-201-1/+3
| | | | Fix compilation warnings
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-0/+19
| | | | by default. To enable it, pass --enable-ecc to configure.
* Add support for seeding the NSS Random Number Generator. This addsrcritten2005-10-031-0/+89
| | | | | a new directive, NSSRandomSeed based on the mod_ssl SSLRandomSeed directive.
* Add proxy support to mod_nss. Most of the changes are related torcritten2005-09-291-6/+65
| | | | | | adding new configuration directives. For the others we need to initialize an NSS socket differently whether we will be acting as a client or a server.
* Add OCSP supportrcritten2005-09-061-0/+11
|
* Add a FIPS configuration option. This enables the FIPS internalrcritten2005-08-191-0/+11
| | | | | database module, configures for SSLv3 and TLSv1 and enables the 2 FIPS ciphers (and disables all the others).
* Add NSS database prefix supportrcritten2005-06-291-0/+12
|
* Initialize enforcement of valid certificates to true.rcritten2005-06-031-0/+1
|
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-53/+46
| | | | co-exist with mod_ssl.
* By default, don't start with an expired cert. Add optionrcritten2005-05-201-0/+12
| | | | | | SSLEnforceValid Cert on/off to allow one to start with a bad cert. Fix up some error messages and add in a missing cipher.
* Initial import of mod_nssrcritten2005-05-171-0/+535