summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-10-01 14:58:17 -0400
committerRob Crittenden <rcritten@redhat.com>2015-10-02 16:51:57 -0400
commit1a2bbe1686bdda16ad28b65b84d4010b0dbfc862 (patch)
tree2368cf9103c88585fffe8f34017202d7e03e402c /README
parent3324b6eb2b08c552f65f529e549d8fce0afdee0d (diff)
downloadmod_nss-1a2bbe1686bdda16ad28b65b84d4010b0dbfc862.tar.gz
mod_nss-1a2bbe1686bdda16ad28b65b84d4010b0dbfc862.tar.xz
mod_nss-1a2bbe1686bdda16ad28b65b84d4010b0dbfc862.zip
Update README with SNI information and other useful bits
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
index aee8f55..7d78ac9 100644
--- a/README
+++ b/README
@@ -130,3 +130,17 @@ TESTING
This is controlled by the environment variable DBPREFIX which needs
to be set to sql: when using the newer format for the tests.
+
+ A test for the OpenSSL-compatibility is also executed. It tries to
+ compare the output of `openssl ciphers <string>` with the
+ equivalent from mod_nss. This may vary by release of OpenSSL and
+ what ciphers are available in NSS.
+
+ The test suite requires python >= 2.7.10 and
+ python-requests > 2.7.0.
+
+ There is a very small SNI suite included as well. To run it you
+ need to add www[1..25].example.com to your /etc/hosts pointing
+ to your IP address. Then run:
+
+ % make checksni