Document CLIENT_EARLY_TRAFFIC_SECRET key log label

This commit is contained in:
Benjamin Saunders 2019-07-10 21:43:25 -07:00 committed by ctz
parent 49716ab59f
commit 3bfc5950aa
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ pub trait KeyLog : Send + Sync {
/// `secret` means:
///
/// - `CLIENT_RANDOM`: `secret` is the master secret for a TLSv1.2 session.
/// - `CLIENT_EARLY_TRAFFIC_SECRET`: `secret` encrypts early data
/// transmitted by a client
/// - `SERVER_HANDSHAKE_TRAFFIC_SECRET`: `secret` encrypts
/// handshake messages from the server during a TLSv1.3 handshake.
/// - `CLIENT_HANDSHAKE_TRAFFIC_SECRET`: `secret` encrypts