summaryrefslogtreecommitdiffstats
path: root/nss_util.c
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup to remove a slew of trailing whitespaceRob Crittenden2015-10-021-7/+7
|
* Add support for Server Name Indication (SNI)Rob Crittenden2015-10-021-1/+50
| | | | | | | | Uses a hash table to pair up server names and nicknames and a lookup is done during the handshake to determine which nickname to be used, and therefore which VirtualHost. Based heavily on patch from Stanislav Tokos <stokos@suse.de>
* Resolves: 241936rcritten2007-05-311-47/+1
| | | | | | | | | | | Bring in some updates based on diffs from 2.0.59 to 2.2.4 - Do explicit TRUE/FALSE tests with sc->enabled to see if SSL is enabled. Don't depend on the fact that TRUE == 1 - Remove some dead code - Minor update to the buffer code that buffers POST data during a renegotation - Optimize setting environment variables by using a switch statement.
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-15/+15
| | | | co-exist with mod_ssl.
* Initial import of mod_nssrcritten2005-05-171-0/+148