summaryrefslogtreecommitdiffstats
path: root/nss_engine_init.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-53/+117
* Add in check to be sure that the same server isn't initialized with SSLrcritten2005-10-281-0/+15
* Close the proxy model socket so NSS can be shutdown gracefully. Alsorcritten2005-10-111-4/+14
* Add support for seeding the NSS Random Number Generator. This addsrcritten2005-10-031-2/+8
* Add proxy support to mod_nss. Most of the changes are related torcritten2005-09-291-34/+73
* Make SSL2 an optional protocol, disabled by default.rcritten2005-09-131-5/+9
* Improve FIPS configuration:rcritten2005-09-081-11/+59
* Add OCSP supportrcritten2005-09-061-3/+18
* Add a FIPS configuration option. This enables the FIPS internalrcritten2005-08-191-29/+84
* Also clean up the SSL Session ID Cache when shutting down.rcritten2005-08-041-3/+13
* Properly clean up the SSL environment so NSS can be shut down gracefully.rcritten2005-08-041-4/+30
* Add NSS database prefix supportrcritten2005-06-291-6/+19
* Fix formatting and variable name in error message.rcritten2005-06-031-2/+2
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-86/+89
* When doing SSLVerifyCert require then we need to always require thercritten2005-05-241-1/+1
* By default, don't start with an expired cert. Add optionrcritten2005-05-201-13/+16
* Initial import of mod_nssrcritten2005-05-171-0/+984