<tr><td><code>SSL_SESSION_RESUMED</code></td><td>string</td><td>Initial or Resumed SSL Session. Note: multiple requests may be served over the same (Initial or Resumed) SSL session if HTTP KeepAlive is in use</td></tr>
<tr><td><code>SSL_SECURE_RENEG</code></td><td>string</td><td><code>true</code> if secure renegotiation is supported, else <code>false</code></td></tr>
@@ -1207,15 +1207,25 @@ The available (case-insensitive) <em>protocol</em>s are:</p>
<li><code>TLSv1</code>
<p>
This is the Transport Layer Security (TLS) protocol, version 1.0. It is the
successor to SSLv3 and was originally defined in <ahref="http://www.ietf.org/rfc/rfc2246.txt">RFC 2246</a>
(obsoleted by <ahref="http://www.ietf.org/rfc/rfc4346.txt">RFC 4346</a>
and <ahref="http://www.ietf.org/rfc/rfc5246.txt">RFC 5246</a> in
the meantime).</p></li>
This is the Transport Layer Security (TLS) protocol, version 1.0.