type crypto/tls.keyShare
8 uses
crypto/tls (current package)
common.go#L127: type keyShare struct {
handshake_client.go#L131: hello.keyShares = []keyShare{{group: curveID, data: params.PublicKey()}}
handshake_client_tls13.go#L233: hs.hello.keyShares = []keyShare{{group: curveID, data: params.PublicKey()}}
handshake_messages.go#L90: keyShares []keyShare
handshake_messages.go#L533: var ks keyShare
handshake_messages.go#L606: serverShare keyShare
handshake_server_tls13.go#L188: var clientKeyShare *keyShare
handshake_server_tls13.go#L228: hs.hello.serverShare = keyShare{group: selectedGroup, data: params.PublicKey()}
![]() |
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. |