Skip to content

Commit

Permalink
docs/logging-format.md: Add TLS extended_master_secret event
Browse files Browse the repository at this point in the history
As the use of EMS is now mandatory in FIPS 140-3 when TLS 1.2 is
negotiated, this would be useful for auditing.

Signed-off-by: Daiki Ueno <[email protected]>
  • Loading branch information
ueno committed Nov 13, 2023
1 parent 39bed6b commit 46feff0
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/logging-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,14 @@ and TLS probe points.

##### TLS keys

| key | value type | description |
|-------------------------------|------------|--------------------------------------------------------------------------------------------------|
| `tls::protocol_version` | uint16 | Negotiated TLS version |
| `tls::ciphersuite` | uint16 | Negotiated ciphersuite (as in IANA [registry][iana-tls-ciphersuites]) |
| `tls::signature_algorithm` | uint16 | Signature algorithm used in the handshake (as in IANA [registry][iana-tls-signature-algorithms]) |
| `tls::key_exchange_algorithm` | uint16 | Key exchange mode: ECDHE(0), DHE(1), PSK(2), ECDHE-PSK(3), DHE-PSK(4) |
| `tls::group` | uint16 | Groups used in the handshake (as in IANA [registry][iana-tls-supported-groups]) |
| key | value type | description |
|------------------------------------|----------------|--------------------------------------------------------------------------------------------------|
| `tls::protocol_version` | uint16 | Negotiated TLS version |
| `tls::ciphersuite` | uint16 | Negotiated ciphersuite (as in IANA [registry][iana-tls-ciphersuites]) |
| `tls::signature_algorithm` | uint16 | Signature algorithm used in the handshake (as in IANA [registry][iana-tls-signature-algorithms]) |
| `tls::key_exchange_algorithm` | uint16 | Key exchange mode: ECDHE(0), DHE(1), PSK(2), ECDHE-PSK(3), DHE-PSK(4) |
| `tls::group` | uint16 | Groups used in the handshake (as in IANA [registry][iana-tls-supported-groups]) |
| `tls::ext::extended_master_secret` | word (ignored) | Present when extended_master_secret extension is negotiated |

##### SSH context names

Expand Down

0 comments on commit 46feff0

Please sign in to comment.