crypto/tls.sessionStateTLS13.resumptionSecret (field)
6 uses
crypto/tls (current package)
handshake_server_tls13.go#L305: psk := hs.suite.expandLabel(sessionState.resumptionSecret, "resumption",
handshake_server_tls13.go#L744: resumptionSecret: resumptionSecret,
ticket.go#L85: resumptionSecret []byte // opaque resumption_master_secret<1..2^8-1>;
ticket.go#L96: b.AddBytes(m.resumptionSecret)
ticket.go#L113: readUint8LengthPrefixed(&s, &m.resumptionSecret) &&
ticket.go#L114: len(m.resumptionSecret) != 0 &&
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |