You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Would it be possible to integrate an additional field concerning the tls client|server support_ciphers?
This field currently is broken down for each cipher presented.
The problem is that we lose the order of preference of the tls client.
So it would be possible to have a text field listing all the ciphers in the order of preference of the client.
Ciphers.list = "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, etc"
gold
Ciphers.list = "0xC030, 0xC02C, etc"
Thanks for your feedback.
Cordially
The text was updated successfully, but these errors were encountered:
FrancoisLAGANT
changed the title
Packetbeat TLS [Client|Server] tls.client.supported_ciphers | on one string
Packetbeat TLS [Client|Server] tls.[client|server].supported_ciphers on one string
Mar 16, 2023
I think this probably needs a proposal to the ECS repo first. The loss of cipher preference is unfortunate and something that we should probably try to solve. Making a proposal for this will help us come to the best solution.
Hello,
Would it be possible to integrate an additional field concerning the tls client|server support_ciphers?
This field currently is broken down for each cipher presented.
The problem is that we lose the order of preference of the tls client.
So it would be possible to have a text field listing all the ciphers in the order of preference of the client.
Ciphers.list = "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, etc"
gold
Ciphers.list = "0xC030, 0xC02C, etc"
Thanks for your feedback.
Cordially
The text was updated successfully, but these errors were encountered: