On Thu, May 12, 2005 at 12:23:40PM +0200, Georg v. Zezschwitz wrote:
...
> 3) Extending the logfile to log the compression protocol:
>
> E.g:
> ... X=TLS-1.0:RSA_3DES_EDE_CBC_SHA:24
Hmpffh.
Should be:
Extending $tls_cipher to the format:
<protocol>:<cipher>:<bits>:<compression>
with compression = (NULL|DEFLATE|STAC) for now.