Changes between Initial Version and Version 1 of Ticket #2135
- Timestamp:
- 02/05/21 19:05:53 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2135 – Description
initial v1 1 $ssl_cipherscontains the list of ciphers offered/supported by the client.2 $ssl_ciphercontains 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. 3 3 4 $ssl_curvescontains the list of elliptic curves offered/supported by the client.5 However there is no $ssl_curvecounterpart to log the selected curve.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. 6 6 7 Like $ssl_cipher, this could be useful for analysis and optimization of the SSL configuration.7 Like `$ssl_cipher`, this could be useful for analysis and optimization of the SSL configuration.