From 1a2bbe1686bdda16ad28b65b84d4010b0dbfc862 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 1 Oct 2015 14:58:17 -0400 Subject: Update README with SNI information and other useful bits --- README | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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 ` 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 -- cgit