diff options
author | Ivan Nardi <12729895+IvanNardi@users.noreply.github.com> | 2025-01-06 11:04:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-06 11:04:50 +0100 |
commit | cae9fb9989838f213eeb857b8fc4bbeac6940049 (patch) | |
tree | 1f44410c9362d8ff41f6f41916b37186092293f2 /src/include | |
parent | 19e531e20b5b8edf5952ddadff2d21106beae7e8 (diff) |
TLS: remove ESNI support (#2648)
ESNI has been superseded by ECH for years, now.
See: https://blog.cloudflare.com/encrypted-client-hello/
Set the existing flow risk if we still found this extension.
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/ndpi_typedefs.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/ndpi_typedefs.h b/src/include/ndpi_typedefs.h index 57a7d9993..4d0e6740b 100644 --- a/src/include/ndpi_typedefs.h +++ b/src/include/ndpi_typedefs.h @@ -1435,11 +1435,6 @@ struct ndpi_flow_struct { u_int16_t ssl_version, server_names_len; struct { - u_int16_t cipher_suite; - char *esni; - } encrypted_sni; - - struct { u_int16_t version; } encrypted_ch; |