crypto/tls.sessionState.usedOldKey (field)
5 uses
crypto/tls (current package)
handshake_server.go#L375: hs.sessionState = &sessionState{usedOldKey: usedOldKey}
handshake_server.go#L430: hs.hello.ticketSupported = hs.sessionState.usedOldKey
ticket.go#L32: usedOldKey bool
ticket.go#L54: *m = sessionState{usedOldKey: m.usedOldKey}
![]() |
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. |