the following columns:</p>
<table style="zebra" border="1">
+ <columnspec><column width=".15"/><column width=".8"/></columnspec>
<tr><th>Column</th><th>Description</th></tr>
<tr><td>1</td>
<td>byte number to begin checking from<br />
non-"<code>></code>" line</td></tr>
<tr><td>2</td>
- <td>type of data to match
+ <td><p>type of data to match</p>
<table border="1">
+ <columnspec><column width=".2"/><column width=".7"/></columnspec>
<tr><td><code>byte</code></td>
<td>single character</td></tr>
<tr><td><code>short</code></td>
compatibility variables.</p>
<table border="1">
+<columnspec><column width=".3"/><column width=".2"/><column width=".5"/>
+</columnspec>
<tr>
<th>Variable Name:</th>
<th>Value Type:</th>
<tr><td><code>SSL_SERVER_A_SIG</code></td> <td>string</td> <td>Algorithm used for the signature of server's certificate</td></tr>
<tr><td><code>SSL_SERVER_A_KEY</code></td> <td>string</td> <td>Algorithm used for the public key of server's certificate</td></tr>
<tr><td><code>SSL_SERVER_CERT</code></td> <td>string</td> <td>PEM-encoded server certificate</td></tr>
-<tr><td colspan="3">[ where <em>x509</em> is a component of a X.509 DN:
- <code>C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email</code> ]</td></tr>
</table>
</section>
+<p>[ where <em>x509</em> is a component of a X.509 DN:
+ <code>C,ST,L,O,OU,CN,T,I,G,S,D,UID,Email</code> ]</p>
<section id="logformats"><title>Custom Log Formats</title>
1</a>).</p>
<table border="1">
+<columnspec><column width=".5"/><column width=".5"/></columnspec>
<tr><th>Tag</th> <th>Description</th></tr>
<tr><td colspan="2"><em>Key Exchange Algorithm:</em></td></tr>
<tr><td><code>kRSA</code></td> <td>RSA key exchange</td></tr>
SSLCipherSuite RSA:!EXP:!NULL:+HIGH:+MEDIUM:-LOW
</example>
<table border="1">
+<columnspec><column width=".3"/><column width=".1"/><column width=".13"/>
+<column width=".1"/><column width=".13"/><column width=".1"/>
+<column width=".13"/></columnspec>
<tr><th>Cipher-Tag</th> <th>Protocol</th> <th>Key Ex.</th> <th>Auth.</th> <th>Enc.</th> <th>MAC</th> <th>Type</th> </tr>
<tr><td colspan="7"><em>RSA Ciphers:</em></td></tr>
<tr><td><code>DES-CBC3-SHA</code></td> <td>SSLv3</td> <td>RSA</td> <td>RSA</td> <td>3DES(168)</td> <td>SHA1</td> <td></td> </tr>
by <code>printf</code> which have a number of formats:</p>
<table>
-
+<columnspec><column width=".2"/><column width=".6"/></columnspec>
<tr><td><code>%%</code></td>
<td>insert a <code>%</code></td></tr>
is present. The interpretation is as follows:</p>
<table>
+ <columnspec><column width=".1"/><column width=".4"/></columnspec>
<tr><td><code>0</code></td>
<td>the whole name</td></tr>