|
Preamble |
6.3. Initialization TranscriptThe initialization transcript is an input to signature creation and validation, and shared secret computations. It is itself computed as follows:
init-transcript =
"httpsec/1.0" || ":" ||
id || ":" || ; from request
dh || ":" || ; from request
certificate || ":" || ; from request
url || ":" || ; from request
group || ":" || ; from request
nonce || ":" || ; from request
id || ":" || ; from response
dh || ":" || ; from response
certificate || ":" || ; from response
token || ":" || ; from response
auth || ":" || ; from response
Expires ; from response
where the following apply:
|