[squid-dev] [PATCH] Log SSL Cryptography Parameters

Amos Jeffries squid3 at treenet.co.nz
Sun Dec 13 09:25:11 UTC 2015


On 13/12/2015 10:16 p.m., Amos Jeffries wrote:
> * please make the codes shorter. We still have to work within a
> relatively short line length for the entire log format.
> 
> There also seems to be a lot of confusion over the meaning of "SSL
> version" in the documentation.
>  - I suggest:
> 
>   %ssl::<v - Negotiated TLS version on the client connection.
> 
>   %ssl::<cv - ClientHello message version received on the client connection.
> 
>   %ssl::<sv - ServerHello message version sent on the client connection.
> 
> 
>   %ssl::>v - Negotiated TLS version on the last server or peer connection.
> 
>   %ssl::>cv - ClientHello message version sent on the last server or
> peer connection.
> 
>   %ssl::>sv - ServerHello message version received on the last server or
> peer connection.
> 

Oop. I got those > and < around the wrong way. > is client connection, <
is server connection.

Amos



More information about the squid-dev mailing list