github.com/refraction-networking/utls.SNIExtension.ServerName (field)
9 uses
github.com/refraction-networking/utls (current package)
u_conn.go#L273: sniExt.ServerName = hname
u_parrots.go#L2852: if ext.ServerName == "" {
u_parrots.go#L2853: ext.ServerName = uconn.config.ServerName
u_parrots.go#L2856: ext.ServerName = string(ech.config.PublicName)
u_tls_extensions.go#L124: ServerName string // not an array because go crypto/tls doesn't support multiple SNIs
u_tls_extensions.go#L130: hostName := hostnameInSNI(e.ServerName)
u_tls_extensions.go#L140: hostName := hostnameInSNI(e.ServerName)
u_tls_extensions.go#L203: uc.config.ServerName = e.ServerName
u_tls_extensions.go#L205: hostName := hostnameInSNI(e.ServerName)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |