Home
last modified time | relevance | path

Searched refs:helloID (Results 1 – 19 of 19) sorted by relevance

/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/
H A Du_conn_test.go35 helloID := HelloGolang
51 helloID := HelloChrome_70
71 helloID := HelloChrome_58
90 helloID := HelloFirefox_63
113 helloID := HelloFirefox_55
132 helloID := HelloChrome_58
142 runUTLSClientTestTLS12(t, test, helloID)
149 helloID := HelloChrome_70
159 runUTLSClientTestTLS13(t, test, helloID)
191 runUTLSClientTestTLS12(t, test, helloID)
[all …]
H A Du_roller.go79 for _, helloID := range helloIDs {
85 client := UClient(tcpConn, nil, helloID)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/
H A Du_conn_test.go35 helloID := HelloGolang
51 helloID := HelloChrome_70
71 helloID := HelloChrome_58
90 helloID := HelloFirefox_63
113 helloID := HelloFirefox_55
132 helloID := HelloChrome_58
142 runUTLSClientTestTLS12(t, test, helloID)
149 helloID := HelloChrome_70
159 runUTLSClientTestTLS13(t, test, helloID)
191 runUTLSClientTestTLS12(t, test, helloID)
[all …]
H A Du_roller.go79 for _, helloID := range helloIDs {
85 client := UClient(tcpConn, nil, helloID)
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/
H A Du_conn_test.go35 helloID := HelloGolang
51 helloID := HelloChrome_70
71 helloID := HelloChrome_58
90 helloID := HelloFirefox_63
113 helloID := HelloFirefox_55
132 helloID := HelloChrome_58
142 runUTLSClientTestTLS12(t, test, helloID)
149 helloID := HelloChrome_70
159 runUTLSClientTestTLS13(t, test, helloID)
191 runUTLSClientTestTLS12(t, test, helloID)
[all …]
H A Du_roller.go79 for _, helloID := range helloIDs {
85 client := UClient(tcpConn, nil, helloID)
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/
H A Du_conn_test.go25 type helloID struct { struct
29 func (hid *helloID) helloName() string { argument
57 hello := &helloID{HelloGolang}
73 hello := &helloID{HelloChrome_70}
93 hello := &helloID{HelloChrome_58}
112 hello := &helloID{HelloFirefox_63}
135 hello := &helloID{HelloFirefox_55}
154 hello := &helloID{HelloChrome_58}
171 hello := &helloID{HelloChrome_70}
185 hello := &helloID{HelloChrome_70}
[all …]
H A Du_fingerprinter_test.go527 helloID := HelloChrome_58
531 uconn := UClient(&net.TCPConn{}, originalConfig, helloID)
544 name: fmt.Sprintf("%v-fingerprinted", helloID.Str()),
562 helloID := HelloChrome_70
567 uconn := UClient(&net.TCPConn{}, originalConfig, helloID)
580 name: fmt.Sprintf("%v-fingerprinted", helloID.Str()),
H A Du_roller.go79 for _, helloID := range helloIDs {
85 client := UClient(tcpConn, nil, helloID)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/
H A Du_conn_test.go25 type helloID struct { struct
29 func (hid *helloID) helloName() string { argument
57 hello := &helloID{HelloGolang}
73 hello := &helloID{HelloChrome_70}
93 hello := &helloID{HelloChrome_58}
112 hello := &helloID{HelloFirefox_63}
135 hello := &helloID{HelloFirefox_55}
154 hello := &helloID{HelloChrome_58}
171 hello := &helloID{HelloChrome_70}
185 hello := &helloID{HelloChrome_70}
[all …]
H A Du_fingerprinter_test.go527 helloID := HelloChrome_58
531 uconn := UClient(&net.TCPConn{}, originalConfig, helloID)
544 name: fmt.Sprintf("%v-fingerprinted", helloID.Str()),
562 helloID := HelloChrome_70
567 uconn := UClient(&net.TCPConn{}, originalConfig, helloID)
580 name: fmt.Sprintf("%v-fingerprinted", helloID.Str()),
H A Du_roller.go79 for _, helloID := range helloIDs {
85 client := UClient(tcpConn, nil, helloID)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Du_roller.go79 for _, helloID := range helloIDs {
85 client := UClient(tcpConn, nil, helloID)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/refraction-networking/utls/
H A Du_roller.go79 for _, helloID := range helloIDs {
85 client := UClient(tcpConn, nil, helloID)
/dports/security/meek/meek-0.35.0/vendor/github.com/refraction-networking/utls/examples/
H A Dexamples.go38 func HttpGetByHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response, err…
44 uTlsConn := tls.UClient(dialConn, &config, helloID)
159 func HttpGetTicketHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response,…
165 uTlsConn := tls.UClient(dialConn, &config, helloID)
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/refraction-networking/utls/examples/
H A Dexamples.go38 func HttpGetByHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response, err…
44 uTlsConn := tls.UClient(dialConn, &config, helloID)
159 func HttpGetTicketHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response,…
165 uTlsConn := tls.UClient(dialConn, &config, helloID)
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/gitlab.com/yawning/utls.git/examples/
H A Dexamples.go38 func HttpGetByHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response, err…
44 uTlsConn := tls.UClient(dialConn, &config, helloID)
159 func HttpGetTicketHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response,…
165 uTlsConn := tls.UClient(dialConn, &config, helloID)
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/gitlab.com/yawning/utls.git/examples/
H A Dexamples.go38 func HttpGetByHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response, err…
44 uTlsConn := tls.UClient(dialConn, &config, helloID)
159 func HttpGetTicketHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response,…
165 uTlsConn := tls.UClient(dialConn, &config, helloID)
/dports/security/obfs4proxy-tor/obfs4proxy-0.0.11/vendor/gitlab.com/yawning/utls.git/examples/
H A Dexamples.go38 func HttpGetByHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response, err…
44 uTlsConn := tls.UClient(dialConn, &config, helloID)
159 func HttpGetTicketHelloID(hostname string, addr string, helloID tls.ClientHelloID) (*http.Response,…
165 uTlsConn := tls.UClient(dialConn, &config, helloID)