summaryrefslogtreecommitdiffstats
path: root/README
Commit message (Collapse)AuthorAgeFilesLines
* Document some python dependencies needed by make checkRob Crittenden2016-01-151-0/+5
|
* Update README with SNI information and other useful bitsRob Crittenden2015-10-021-0/+14
|
* Add support for sqlite NSS databasesRob Crittenden2014-10-281-0/+7
| | | | | | | | | | | | We do a chdir() to the NSS database location so that libnssckbi.so is available when the database is opened. Strip off a sql: prefix if one is available. This allows the new sqlite format to work. Add an additional test pass configuring NSS using the sqlite format. This requires a bit of a hack to pass in the value to python but it will work for now. Resolves: #1057650
* Add a new VirtualHost for testing TLS v1.2Rob Crittenden2014-10-171-1/+1
| | | | | | Protocol is a per-server or Virtual Host setting so I added a new VH to do TLSv1.2 testing. It isn't as configurable as I'd like because the port is hardcoded but it'll do for now.
* Add some basic functional tests.Rob Crittenden2014-02-261-5/+17
| | | | | | | | | | | | | | | | | | | | | | | | | This tests in an in-tree Apache instance using the local libmodnss.so shared library, so no pre-installation is necessary. The tests use python-nose and a hacked python-requests library. It is hacked so I can obtain the negotiated cipher and protocol as well as pass a few other things into it. Tests right now are limited to GET requests. A new user certificate for 'beta' was added to gencert to do pass/fail access control testing. The basic process of the tests are: - run setup.sh which sets up a new instance with createinstance.sh and does some variable substitution. - nosetests -v I picture multiple test "suites" of different configurations. Right now there is only one. A template file is provided for each suite. Tested only on Fedora 20 right now.
* Add short example of how to use certutil to generate a certificatercritten2005-09-081-0/+37
| | | | request suitable for submission to a 3rd party CA such as Verisign.
* Add information about how to use built-in CA's via libnssckbi.sorcritten2005-09-061-1/+8
|
* Add more information related to gencertrcritten2005-08-031-4/+18
| | | | Tell user's where to find more documentation
* Clarify things a bit, change directive name to match new naming scheme.rcritten2005-07-201-7/+9
|
* Initial import of mod_nssrcritten2005-05-171-0/+53