Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename configure.in to configure.ac | Rob Crittenden | 2014-02-21 | 1 | -272/+0 |
| | |||||
* | Add support for Elliptical Curve Cryptography (ECC). This is disabled | rcritten | 2006-03-02 | 1 | -2/+15 |
| | | | | by default. To enable it, pass --enable-ecc to configure. | ||||
* | Make configure automatically find the correct versions of apr-config and apxs | rmeggins | 2006-01-31 | 1 | -24/+17 |
| | |||||
* | Changes to allow the mod_nss to work in Apache 2.2.0. Based on a patch | rcritten | 2006-01-04 | 1 | -1/+3 |
| | | | | | | | 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. | ||||
* | separate with options for include and lib directories - use nspr and nss ↵ | rmeggins | 2005-09-26 | 1 | -11/+74 |
| | | | | instead of mozilla-nspr and -nss | ||||
* | Make SSL2 an optional protocol, disabled by default. | rcritten | 2005-09-13 | 1 | -4/+15 |
| | |||||
* | Don't assume that apr-config is in the PATH. Let the user specify which | rcritten | 2005-07-20 | 1 | -1/+7 |
| | | | | one to run, just like with apxs. | ||||
* | Generate gencert so we can set the NSS and NSPR directories and make | rcritten | 2005-05-25 | 1 | -1/+8 |
| | | | | | 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 apr-config. | rcritten | 2005-05-23 | 1 | -5/+28 |
| | | | | | | | 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. | ||||
* | Initial import of mod_nss | rcritten | 2005-05-17 | 1 | -0/+154 |