Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cherry-pick #7498 to 6.3: Update TLS protocol cipher suites (#7455) #7501

Merged
merged 1 commit into from
Jul 4, 2018

Conversation

andrewkroh
Copy link
Member

Cherry-pick of PR #7498 to 6.3 branch. Original message:

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}

Closes #7455

…#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)
@andrewkroh andrewkroh force-pushed the backport_7498_6.3 branch from f0c5323 to 778f023 Compare July 3, 2018 17:05
@ruflin ruflin merged commit 0286172 into elastic:6.3 Jul 4, 2018
@andrewkroh andrewkroh deleted the backport_7498_6.3 branch July 27, 2018 14:58
leweafan pushed a commit to leweafan/beats that referenced this pull request Apr 28, 2023
…#7498) (elastic#7501)

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 b1c422e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants