> I will be happy to do the testing and specificallly the NSS part. Thanks. I managed to get a clean build last night on one Linux variant against both openssl and NSS. I had to patch a variety of things for NSS to build, but I have no idea if it works.
The main change I made to the build was to remove all of the autotools-generated artifacts from svn, as I've increasingly realized that's a terrible approach. So you just need to have relatively recent autotools installed, and then run "autoreconf -i" against the checkout to get the configure script built. Adding NSS is done by adding --with-nss and you can turn off openssl (--without-openssl) -- Scott
