summaryrefslogtreecommitdiffstats
path: root/nss_engine_vars.c
Commit message (Collapse)AuthorAgeFilesLines
* Resolves BZ 248722rcritten2008-01-031-2/+7
| | | | | See if the certificate has a version before trying to decode it into a CGI variable.
* If mod_ssl isn't loaded then register the hooks to mod_proxy so we canrcritten2007-10-181-0/+15
| | | | do at least secure proxy in front of an unsecure host.
* Resolves: 241936rcritten2007-05-311-56/+75
| | | | | | | | | | | 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.
* Merge in changes from http://svn.apache.org/viewvc?view=rev&revision=104700rcritten2006-08-091-0/+28
| | | | | | | | | * nss_engine_vars.c (nss_var_lookup_ssl_cert_remain): New function. (nss_var_lookup_nss_cert): Support _V_REMAIN suffix for SSL_{SERVER,CLIENT} as number of days until certificate expires. * nss_engine_kernel.c: Export SSL_CLIENT_V_REMAIN if +StdEnvVars is configured.
* 200610rcritten2006-08-031-1/+1
| | | | | | | Change the kludge for determining the current version of Apache we're building against. Claim to be building against 2.0.55 if not told otherwise. The exact version matters less than knowing which API to use.
* 188300rcritten2006-04-071-4/+5
| | | | Replace C++ style comments to make the Sun Forte compiler happy.
* Add support for Elliptical Curve Cryptography (ECC). This is disabledrcritten2006-03-021-2/+21
| | | | by default. To enable it, pass --enable-ecc to configure.
* Changes to allow the mod_nss to work in Apache 2.2.0. Based on a patchrcritten2006-01-041-0/+4
| | | | | | | from Oden Eriksson. The conditional to determine which API to use is a bit weak at the moment but it works with Apache 2.0.54 and 2.2.0.
* Changed function and configuration names so mod_nss can peacefullyrcritten2005-05-311-63/+63
| | | | co-exist with mod_ssl.
* Add support for the SSL_CLIENT_CERT_CHAIN_ environment variable.rcritten2005-05-241-13/+65
| | | | | | SSL_CLIENT_I_DN_ was incorrectly parsing the client certificate subject instead of the issuer subject. Print out PEM files the same way as OpenSSL
* Initial import of mod_nssrcritten2005-05-171-0/+662