Skip to content

Commit 82f8c9f

Browse files
author
Laura Bauman
committed
prefix SPAKE2+ context with 'tls'
1 parent 3d4f371 commit 82f8c9f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

draft-ietf-tls-pake.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,8 +353,10 @@ i.e., `shareV` and `confirmV` concatenated, as computed in {{Section 3.3 of SPAK
353353

354354
Given `shareP` and `shareV`, the client and server can then both compute
355355
K_main, the root secret in the protocol as described in {{Section 3.4 of SPAKE2PLUS}}.
356-
The "Context" value for SPAKE2+ may be specified by the application to include additional
357-
context in the protocol transcript or left empty. See {{Section 3 of SPAKE2PLUS}}. The rest of
356+
The "Context" value for SPAKE2+ is equal to `tls || application_context` where
357+
`application_context` is either an empty string or a string that may be specified by
358+
the protocol using tls to include additional context in the protocol transcript.
359+
See {{Section 3 of SPAKE2PLUS}}. The rest of
358360
the values needed for the transcript derivation are as configured in {{spake2plus-setup}},
359361
exchanged over the wire, or computed by client and server.
360362

0 commit comments

Comments
 (0)