github.com/refraction-networking/utls.UConn.Extensions (field)
32 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L398: for _, ext := range hs.uconn.Extensions {
handshake_client_tls13.go#L413: for _, ext := range hs.uconn.Extensions {
handshake_client_tls13.go#L427: cookieIndex := p.Intn(len(hs.uconn.Extensions) - 2)
handshake_client_tls13.go#L428: if cookieIndex >= len(hs.uconn.Extensions) {
handshake_client_tls13.go#L431: cookieIndex, len(hs.uconn.Extensions))
handshake_client_tls13.go#L433: hs.uconn.Extensions = append(hs.uconn.Extensions[:cookieIndex],
handshake_client_tls13.go#L435: hs.uconn.Extensions[cookieIndex:]...)...)
u_conn.go#L32: Extensions []TLSExtension
u_conn.go#L270: for _, ext := range uconn.Extensions {
u_conn.go#L289: filteredExts := make([]TLSExtension, 0, len(uconn.Extensions))
u_conn.go#L290: for _, e := range uconn.Extensions {
u_conn.go#L295: uconn.Extensions = filteredExts
u_conn.go#L484: for _, ext := range uconn.Extensions {
u_conn.go#L496: for _, ext := range uconn.Extensions {
u_conn.go#L525: echExtIdx := slices.IndexFunc(uconn.Extensions, func(ext TLSExtension) bool {
u_conn.go#L532: oldExt := uconn.Extensions[echExtIdx]
u_conn.go#L534: uconn.Extensions[echExtIdx] = &GenericExtension{
u_conn.go#L553: uconn.Extensions[echExtIdx] = &GenericExtension{
u_conn.go#L562: uconn.Extensions[echExtIdx] = oldExt
u_conn.go#L606: for _, ext := range uconn.Extensions {
u_conn.go#L627: if len(uconn.Extensions) > 0 {
u_conn.go#L654: if len(uconn.Extensions) > 0 {
u_conn.go#L656: for _, ext := range uconn.Extensions {
u_handshake_client.go#L25: for _, ext := range hs.uconn.Extensions {
u_parrots.go#L2842: uconn.Extensions = make([]TLSExtension, len(p.Extensions))
u_parrots.go#L2843: copy(uconn.Extensions, p.Extensions)
u_parrots.go#L2849: for _, e := range uconn.Extensions {
u_session_controller.go#L272: for i, e := range s.uconnRef.Extensions {
u_session_controller.go#L281: s.uconnRef.Extensions[i] = s.sessionTicketExt
u_session_controller.go#L285: uAssert(i == len(s.uconnRef.Extensions)-1, "tls: checkSessionExts failed: PreSharedKeyExtension must be the last extension")
u_session_controller.go#L291: s.uconnRef.Extensions[i] = s.pskExtension
 |
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. |