Skip to content

Commit

Permalink
Merge pull request #11 from tlswg/russ-integrity
Browse files Browse the repository at this point in the history
Integrity is busted too
  • Loading branch information
martinthomson committed Apr 26, 2024
2 parents c485600 + 261571c commit f5057ff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions draft-ietf-tls-keylogfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ label "CLIENT_RANDOM" to identify the "master" secret for the connection.
# Security Considerations {#security}

Access to the content of a file in SSLKEYLOGFILE format allows an attacker to
break the confidentiality protection on any TLS connections that are included in
the file. This includes both active connections and connections for which
encrypted records were previously stored. Ensuring adequate access control on
these files therefore becomes very important.
break the confidentiality and integrity protection on any TLS connections that
are included in the file. This includes both active connections and connections
for which encrypted records were previously stored. Ensuring adequate access
control on these files therefore becomes very important.

Implementations that support logging this data need to ensure that logging can
only be enabled by those who are authorized. Allowing logging to be initiated
Expand Down

0 comments on commit f5057ff

Please sign in to comment.