Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add in support for older versions of NSS that don't have the function | rcritten | 2005-07-20 | 1 | -0/+7 | |
| | | | | | | PK11_TokenKeyGenWithFlags(). Older versions of NSS will only work with software certificates when using nss_pcache. The workaround is to store the token passwords in a file instead. | |||||
* | Fix lunasa problem. The key we generate must work for both encryption and | rrelyea | 2005-07-06 | 1 | -2/+2 | |
| | | | | | | decryption. By default generate key only returns encryption keys. bob | |||||
* | Earlier versions of Apache 2.0 (such as on RHEL 3) don't support | rcritten | 2005-06-29 | 1 | -0/+2 | |
| | | | | AP_BUCKET_IS_EOC. Define around it. | |||||
* | Add NSS database prefix support | rcritten | 2005-06-29 | 6 | -12/+48 | |
| | ||||||
* | Zero length file for now so autoconf will shut up. | rcritten | 2005-06-07 | 1 | -0/+0 | |
| | ||||||
* | Reflect new Directive naming convention | rcritten | 2005-06-07 | 2 | -64/+88 | |
| | ||||||
* | Basic documentation on the mod_nss module. | rcritten | 2005-06-03 | 1 | -0/+908 | |
| | ||||||
* | Fix formatting and variable name in error message. | rcritten | 2005-06-03 | 1 | -2/+2 | |
| | ||||||
* | Initialize enforcement of valid certificates to true. | rcritten | 2005-06-03 | 1 | -0/+1 | |
| | ||||||
* | Remove message about co-existing with mod_ssl, that works ok now. | rcritten | 2005-06-03 | 2 | -18/+2 | |
| | | | | Also fix nasty typo. | |||||
* | Changed function and configuration names so mod_nss can peacefully | rcritten | 2005-05-31 | 23 | -1142/+1102 | |
| | | | | co-exist with mod_ssl. | |||||
* | Generate gencert so we can set the NSS and NSPR directories and make | rcritten | 2005-05-25 | 4 | -11/+66 | |
| | | | | | things easier for the user. Also try really, really hard to get the FQDN so we can create a host-specific self-signed certificate. | |||||
* | Add support for the SSL_CLIENT_CERT_CHAIN_ environment variable. | rcritten | 2005-05-24 | 2 | -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 the | rcritten | 2005-05-24 | 1 | -1/+1 | |
| | | | | certificate to match what OpenSSL does. | |||||
* | Terminate echo'd strings | rcritten | 2005-05-24 | 1 | -2/+2 | |
| | ||||||
* | Enable more ciphers than just fips_3des_sha. | rcritten | 2005-05-24 | 1 | -1/+1 | |
| | ||||||
* | First crack at migrating an existing ssl.conf to nss.conf. | rcritten | 2005-05-23 | 1 | -0/+306 | |
| | ||||||
* | Remove check for Define SSL | rcritten | 2005-05-23 | 1 | -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. | rcritten | 2005-05-23 | 4 | -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 in | rcritten | 2005-05-20 | 1 | -1/+6 | |
| | | | | by Apache. | |||||
* | By default, don't start with an expired cert. Add option | rcritten | 2005-05-20 | 4 | -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_nss | rcritten | 2005-05-17 | 43 | -0/+29864 | |