summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for the SSL_CLIENT_CERT_CHAIN_ environment variable.rcritten2005-05-242-13/+90
| | | | | | 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
* When doing SSLVerifyCert require then we need to always require thercritten2005-05-241-1/+1
| | | | certificate to match what OpenSSL does.
* Terminate echo'd stringsrcritten2005-05-241-2/+2
|
* Enable more ciphers than just fips_3des_sha.rcritten2005-05-241-1/+1
|
* First crack at migrating an existing ssl.conf to nss.conf.rcritten2005-05-231-0/+306
|
* Remove check for Define SSLrcritten2005-05-231-11/+15
| | | | | Comment out a few entries that the average user won't need Do some general cleanups and fixups
* Add support for apr-config.rcritten2005-05-234-177/+356
| | | | | | | Print out some nice notes alerting the user to verify that mod_ssl is disabled. Tell the user about gencert so they can generate their own self-signed certificate.
* The path to the cert database was hardcoded, use the value passed inrcritten2005-05-201-1/+6
| | | | by Apache.
* By default, don't start with an expired cert. Add optionrcritten2005-05-204-14/+34
| | | | | | 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-1743-0/+29864