mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Move new TLS decryption capabilities up to Zeek 5 in NEWS file
This commit is contained in:
parent
67012b96ff
commit
b956539b46
1 changed files with 8 additions and 8 deletions
16
NEWS
16
NEWS
|
@ -16,6 +16,14 @@ New Functionality
|
||||||
``--event-trace`` / ``-E`` command-line options. For details, see:
|
``--event-trace`` / ``-E`` command-line options. For details, see:
|
||||||
https://docs.zeek.org/en/master/quickstart.html#tracing-events
|
https://docs.zeek.org/en/master/quickstart.html#tracing-events
|
||||||
|
|
||||||
|
- Zeek now features limited TLS decryption capabilities. This feature is experimental
|
||||||
|
and only works for TLS 1.2 connections that use the TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
||||||
|
ciphersuite. Furthermore Zeek requires access to the pre-master secret of each TLS
|
||||||
|
connection. Typically this functionality will be most useful when analyzing trace-files
|
||||||
|
where the TLS client recorded the key material. For more details and examples how to
|
||||||
|
use this functionality, see the TLS Decryption documentation at
|
||||||
|
https://docs.zeek.org/en/master/frameworks/tls-decryption.html
|
||||||
|
|
||||||
- The new --with-gen-zam configure flag and its corresponding GEN_ZAM_EXE_PATH
|
- The new --with-gen-zam configure flag and its corresponding GEN_ZAM_EXE_PATH
|
||||||
cmake variable allow reuse of a previously built Gen-ZAM code generator. This
|
cmake variable allow reuse of a previously built Gen-ZAM code generator. This
|
||||||
aids cross-compilation: the Zeek build process normally compiles Gen-ZAM on
|
aids cross-compilation: the Zeek build process normally compiles Gen-ZAM on
|
||||||
|
@ -161,14 +169,6 @@ New Functionality
|
||||||
|
|
||||||
- The GRE analyzer now supports the Aruba WLAN protocol type.
|
- The GRE analyzer now supports the Aruba WLAN protocol type.
|
||||||
|
|
||||||
- Zeek now features limited TLS decryption capabilities. This feature is experimental
|
|
||||||
and only works for TLS 1.2 connections that use the TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
|
|
||||||
ciphersuite. Furthermore Zeek requires access to the pre-master secret of each TLS
|
|
||||||
connection. Typically this functionality will be most useful when analyzing trace-files
|
|
||||||
where the TLS client recorded the key material. For more details and examples how to
|
|
||||||
use this functionality, see the TLS Decryption documentation at
|
|
||||||
https://docs.zeek.org/en/master/frameworks/tls-decryption.html
|
|
||||||
|
|
||||||
Changed Functionality
|
Changed Functionality
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue