Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Packetbeat: Update TLS protocol cipher suites (elastic#7455) (elastic…
…#7498) The TLS protocol parser has been updated with 5 new cipher suites introduced in TLS 1.3: +------------------------------+-------------+ | Description | Value | +------------------------------+-------------+ | TLS_AES_128_GCM_SHA256 | {0x13,0x01} | | | | | TLS_AES_256_GCM_SHA384 | {0x13,0x02} | | | | | TLS_CHACHA20_POLY1305_SHA256 | {0x13,0x03} | | | | | TLS_AES_128_CCM_SHA256 | {0x13,0x04} | | | | | TLS_AES_128_CCM_8_SHA256 | {0x13,0x05} | +------------------------------+-------------+ (cherry picked from commit 533e026)
- Loading branch information