diff options
author | Remy <relst@relst.nl> | 2015-03-14 12:09:15 +0100 |
---|---|---|
committer | Remy <relst@relst.nl> | 2015-03-14 12:09:15 +0100 |
commit | 3bac8b16d9c4522f482dd15753f6293f12ecd3ac (patch) | |
tree | be511d90c8aaf374a7c0b7332ec5f82eb297f300 /functions/connection.php | |
parent | b1f95ff20011624f9e6ea835a13c0f79ae73c97a (diff) | |
download | ssl-decoder-3bac8b16d9c4522f482dd15753f6293f12ecd3ac.zip ssl-decoder-3bac8b16d9c4522f482dd15753f6293f12ecd3ac.tar.gz ssl-decoder-3bac8b16d9c4522f482dd15753f6293f12ecd3ac.tar.bz2 |
Fix #7 OCSP HTTP/1.1
Diffstat (limited to 'functions/connection.php')
-rw-r--r-- | functions/connection.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/functions/connection.php b/functions/connection.php index 949bd1a..c422df9 100644 --- a/functions/connection.php +++ b/functions/connection.php @@ -465,12 +465,13 @@ if ( $read_stream === false ) { echo "<!-- "; echo "<span class='glyphicon glyphicon-remove'></span> - "; echo htmlspecialchars($key); - echo " <br -->"; + echo " <br> -->"; } } ?> + <p>Ciphersuites containing <a href="https://en.wikipedia.org/wiki/Null_cipher">NULL</a>, <a href="https://en.wikipedia.org/wiki/Weak_key">DES and RC4</a> are marked RED because they are suboptimal.</p> </td> </tr> <?php |