summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Security/Null_Cipher/README
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 13:58:05 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-05 13:58:05 +0000
commita2e974b036a5e8957f140b9243f506c6f8aeb12a (patch)
treee6d53d55e8e1a6d3d0368497a70e7ad608b2119e /TAO/orbsvcs/tests/Security/Null_Cipher/README
parent3656e04a81035bf736a4dd094957886822a2b696 (diff)
downloadATCD-a2e974b036a5e8957f140b9243f506c6f8aeb12a.tar.gz
Fixed fuzz
Diffstat (limited to 'TAO/orbsvcs/tests/Security/Null_Cipher/README')
-rw-r--r--TAO/orbsvcs/tests/Security/Null_Cipher/README8
1 files changed, 3 insertions, 5 deletions
diff --git a/TAO/orbsvcs/tests/Security/Null_Cipher/README b/TAO/orbsvcs/tests/Security/Null_Cipher/README
index 7d15e1fb2c7..f46027e282c 100644
--- a/TAO/orbsvcs/tests/Security/Null_Cipher/README
+++ b/TAO/orbsvcs/tests/Security/Null_Cipher/README
@@ -1,14 +1,12 @@
-#
-# $Id$
-#
+$Id$
-This test verifies that a NULL cipher may be used. Sometime between
+This test verifies that a NULL cipher may be used. Sometime between
openssl release 0.9.7a and 0.9.8g, openssl changed the way it evaluated
cipher strings so that "DEFAULT:eNULL" no longer allowed use of a NULL
cipher. The correction is to have the SSLIOP Factory use "ALL:eNULL" as
the cipher string when -SSLNoProtection is used on the server side.
-The test is a simple invocation, with qop and trust policies set to
+The test is a simple invocation, with qop and trust policies set to
force the use of a NULL cipher.
A failure is indicated by the server reporting an ssl handshake error.