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.2.8-preview. (GOOS=darwin GOARCH=arm64)