Changes between Initial Version and Version 1 of Ticket #2135


Ignore:
Timestamp:
02/05/21 19:05:53 (4 years ago)
Author:
Geert Hendrickx
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2135 – Description

    initial v1  
    1 $ssl_ciphers contains the list of ciphers offered/supported by the client.
    2 $ssl_cipher contains the one cipher selected by the server, from the above list of client ciphers.
     1`$ssl_ciphers` contains the list of ciphers offered/supported by the client.
     2`$ssl_cipher` contains the one cipher selected by the server, from the above list of client ciphers.
    33
    4 $ssl_curves contains the list of elliptic curves offered/supported by the client.
    5 However there is no $ssl_curve counterpart to log the selected curve.
     4`$ssl_curves` contains the list of elliptic curves offered/supported by the client.
     5However there is no `$ssl_curve` counterpart to log the selected curve.
    66
    7 Like $ssl_cipher, this could be useful for analysis and optimization of the SSL configuration.
     7Like `$ssl_cipher`, this could be useful for analysis and optimization of the SSL configuration.