summaryrefslogtreecommitdiffstats
path: root/nss_engine_vars.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanup to remove a slew of trailing whitespaceRob Crittenden2015-10-021-6/+6
* Fix compatibility with RHEL 6.x (Apache 2.2.x and NSS 3.15.1)Rob Crittenden2015-10-021-0/+4
* Replace PR_Free with PORT_Freestanda2015-10-021-3/+3
* Add the SECURE_RENEG environment variableRob Crittenden2015-10-021-0/+7
* Add support for Server Name Indication (SNI)Rob Crittenden2015-10-021-0/+7
* Fix cipher memory leak and use PORT_Free instead of PR_FreeRob Crittenden2015-10-021-2/+3
* Fix invalid read when retrieving PEM certificateRob Crittenden2015-10-021-8/+3
* Add a new VirtualHost for testing TLS v1.2Rob Crittenden2014-10-171-2/+7
* Add support for enabling TLS v1.2Rob Crittenden2014-10-161-0/+3
* Apache 2.4 compatibility changesRob Crittenden2014-02-211-2/+2
* Work with mod_proxy when mod_ssl is also loaded.Rob Crittenden2014-02-211-7/+25
* Add support for TLS v1.1, protocol ranges.Rob Crittenden2014-02-211-1/+5
* Resolves BZ 248722rcritten2008-01-031-2/+7
* If mod_ssl isn't loaded then register the hooks to mod_proxy so we canrcritten2007-10-181-0/+15
* Resolves: 241936rcritten2007-05-311-56/+75
* Merge in changes from http://svn.apache.org/viewvc?view=rev&revision=104700rcritten2006-08-091-0/+28
* 200610rcritten2006-08-031-1/+1
* 188300rcritten2006-04-071-4/+5
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-2/+21
* Changes to allow the mod_nss to work in Apache 2.2.0. Based on a patchrcritten2006-01-041-0/+4
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-63/+63
* Add support for the SSL_CLIENT_CERT_CHAIN_ environment variable.rcritten2005-05-241-13/+65
* Initial import of mod_nssrcritten2005-05-171-0/+662