crypto/tls.encryptedExtensionsMsg.alpnProtocol (field)
8 uses
crypto/tls (current package)
handshake_client_tls13.go#L397: if encryptedExtensions.alpnProtocol != "" {
handshake_client_tls13.go#L402: if mutualProtocol([]string{encryptedExtensions.alpnProtocol}, hs.hello.alpnProtocols) == "" {
handshake_client_tls13.go#L406: c.clientProtocol = encryptedExtensions.alpnProtocol
handshake_messages.go#L844: alpnProtocol string
handshake_messages.go#L856: if len(m.alpnProtocol) > 0 {
handshake_messages.go#L861: b.AddBytes([]byte(m.alpnProtocol))
handshake_messages.go#L902: m.alpnProtocol = string(proto)
handshake_server_tls13.go#L570: encryptedExtensions.alpnProtocol = selectedProto
![]() |
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. |