Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for Elliptical Curve Cryptography (ECC). This is disabled | rcritten | 2006-03-02 | 1 | -50/+53 |
| | | | | by default. To enable it, pass --enable-ecc to configure. | ||||
* | Checking in automatically generated aclocal.m4 and derived files. | nhosoi | 2006-02-26 | 1 | -261/+117 |
| | | | | aclocal-1.6; automake-1.6; autoconf | ||||
* | [179394] HP-UX IPF/PA-RISC support | nhosoi | 2006-02-24 | 1 | -1031/+544 |
| | | | | | | | | updated hppa*64* with hppa2.* in aclocal.m4 to support 64 bit PA_RISC. CAUTION: this file could be automatically updated by "aclocal" command using libtool.m4, which contains the expression: "hppa*64*". But 64 bit PA_RISC generates, this string "build_cpu='hppa2.0w'", which does not match "hppa*64*". So, if aclocal.m4 is updated, hppa*64* needs to be replaced. | ||||
* | Make configure automatically find the correct versions of apr-config and apxs | rmeggins | 2006-01-31 | 1 | -616/+1248 |
| | |||||
* | [179394] HP-UX IPF support | nhosoi | 2006-01-30 | 1 | -2331/+13737 |
| | | | | autoconf 2.59/libtool 1.5 | ||||
* | Changes to allow the mod_nss to work in Apache 2.2.0. Based on a patch | rcritten | 2006-01-04 | 1 | -2/+5 |
| | | | | | | | 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. | ||||
* | had to recreate these on rhel3 because I nuked them on rhel4 | rmeggins | 2005-11-03 | 1 | -13931/+2381 |
| | |||||
* | added mod_nss.spec and makerpm.sh | rmeggins | 2005-11-03 | 1 | -2381/+13931 |
| | |||||
* | separate with options for include and lib directories - use nspr and nss ↵ | rmeggins | 2005-09-26 | 1 | -18/+125 |
| | | | | instead of mozilla-nspr and -nss | ||||
* | Make SSL2 an optional protocol, disabled by default. | rcritten | 2005-09-13 | 1 | -10/+48 |
| | |||||
* | Don't assume that apr-config is in the PATH. Let the user specify which | rcritten | 2005-07-20 | 1 | -2079/+5895 |
| | | | | 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 | -2/+11 |
| | | | | | 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 | -152/+221 |
| | | | | | | | 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/+6031 |