Home
last modified time | relevance | path

Searched refs:GetConfigForClient (Results 1 – 25 of 445) sorted by relevance

12345678910>>...18

/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/lucas-clemente/quic-go/internal/handshake/
H A Dqtls_test.go77 Expect(qtlsConf.GetConfigForClient).To(BeNil())
82 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
88 Expect(qtlsConf.GetConfigForClient).ToNot(BeNil())
89 confForClient, err := qtlsConf.GetConfigForClient(nil)
103 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
108 _, err := qtlsConf.GetConfigForClient(nil)
114 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
119 Expect(qtlsConf.GetConfigForClient(nil)).To(BeNil())
H A Dqtls.go86 if c.GetConfigForClient != nil {
88 tlsConf, err := c.GetConfigForClient(ch)
109 GetConfigForClient: getConfigForClient,
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/internal/qtls/
H A Dqtls_test.go85 Expect(qtlsConf.GetConfigForClient).To(BeNil())
90 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
96 Expect(qtlsConf.GetConfigForClient).ToNot(BeNil())
97 confForClient, err := qtlsConf.GetConfigForClient(nil)
112 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
117 _, err := qtlsConf.GetConfigForClient(nil)
123 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
128 Expect(qtlsConf.GetConfigForClient(nil)).To(BeNil())
H A Dqtls.go57 if c.GetConfigForClient != nil {
59 tlsConf, err := c.GetConfigForClient(toTLSClientHelloInfo(ch))
94 GetConfigForClient: getConfigForClient,
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/internal/qtls/
H A Dqtls_test.go85 Expect(qtlsConf.GetConfigForClient).To(BeNil())
90 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
96 Expect(qtlsConf.GetConfigForClient).ToNot(BeNil())
97 confForClient, err := qtlsConf.GetConfigForClient(nil)
112 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
117 _, err := qtlsConf.GetConfigForClient(nil)
123 GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) {
128 Expect(qtlsConf.GetConfigForClient(nil)).To(BeNil())
H A Dqtls.go57 if c.GetConfigForClient != nil {
59 tlsConf, err := c.GetConfigForClient(toTLSClientHelloInfo(ch))
94 GetConfigForClient: getConfigForClient,
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/handshake/
H A Dqtls.go90 if c.GetConfigForClient != nil {
92 tlsConf, err := c.GetConfigForClient(ch)
113 GetConfigForClient: getConfigForClient,
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/internal/handshake/
H A Dqtls.go90 if c.GetConfigForClient != nil {
92 tlsConf, err := c.GetConfigForClient(ch)
113 GetConfigForClient: getConfigForClient,
/dports/net/v2ray/v2ray-core-4.36.2/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver_test.go516 …c, err := conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft29)})
519 … c, err = conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft32)})
553 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
572 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
588 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
592 conf, err = receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
601 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
614 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
621 …tlsConf := &tls.Config{GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) { retur…
630 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver_test.go516 …c, err := conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft29)})
519 … c, err = conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft32)})
553 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
572 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
588 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
592 conf, err = receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
601 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
614 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
621 …tlsConf := &tls.Config{GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) { retur…
630 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/lucas-clemente/quic-go/internal/qtls/
H A Dqtls.go57 if c.GetConfigForClient != nil {
59 tlsConf, err := c.GetConfigForClient(toTLSClientHelloInfo(ch))
94 GetConfigForClient: getConfigForClient,
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/crypto/
H A Dcert_chain.go106 if c.GetConfigForClient == nil {
109 confForClient, err := c.GetConfigForClient(&tls.ClientHelloInfo{ServerName: sni})
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/psiphon-tunnel-core/psiphon/common/quic/gquic-go/internal/crypto/
H A Dcert_chain.go106 if c.GetConfigForClient == nil {
109 confForClient, err := c.GetConfigForClient(&tls.ClientHelloInfo{ServerName: sni})
/dports/net/storj/storj-1.45.3/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver_test.go709 …c, err := conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft29)})
712 c, err = conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.Version1)})
746 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
765 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
781 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
785 conf, err = receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
794 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
807 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
814 …tlsConf := &tls.Config{GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) { retur…
823 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
/dports/security/xray-core/Xray-core-1.5.0/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver_test.go709 …c, err := conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft29)})
712 c, err = conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.Version1)})
746 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
765 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
781 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
785 conf, err = receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
794 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
807 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
814 …tlsConf := &tls.Config{GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) { retur…
823 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
/dports/dns/nextdns/nextdns-1.32.2/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver_test.go709 …c, err := conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft29)})
712 … c, err = conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft32)})
746 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
765 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
781 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
785 conf, err = receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
794 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
807 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
814 …tlsConf := &tls.Config{GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) { retur…
823 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver_test.go709 …c, err := conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft29)})
712 c, err = conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.Version1)})
746 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
765 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
781 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
785 conf, err = receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
794 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
807 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
814 …tlsConf := &tls.Config{GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) { retur…
823 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/lucas-clemente/quic-go/http3/
H A Dserver_test.go709 …c, err := conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.VersionDraft29)})
712 c, err = conf.GetConfigForClient(&tls.ClientHelloInfo{Conn: newMockConn(protocol.Version1)})
746 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
765 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
781 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
785 conf, err = receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
794 GetConfigForClient: func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
807 conf, err := tlsConf.GetConfigForClient(&tls.ClientHelloInfo{})
814 …tlsConf := &tls.Config{GetConfigForClient: func(*tls.ClientHelloInfo) (*tls.Config, error) { retur…
823 conf, err := receivedConf.GetConfigForClient(&tls.ClientHelloInfo{})
/dports/sysutils/helm/helm-3.5.2/vendor/k8s.io/apiserver/pkg/server/dynamiccertificates/
H A Dserver_test.go91 tlsConfig.GetConfigForClient = dynamicCertificateController.GetConfigForClient
/dports/sysutils/kubectl/kubernetes-1.22.2/staging/src/k8s.io/apiserver/pkg/server/dynamiccertificates/
H A Dserver_test.go91 tlsConfig.GetConfigForClient = dynamicCertificateController.GetConfigForClient
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/http3/
H A Dserver.go111 if tlsConf.GetConfigForClient != nil {
112 getConfigForClient := tlsConf.GetConfigForClient
113 tlsConf.GetConfigForClient = func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/Psiphon-Labs/quic-go/http3/
H A Dserver.go111 if tlsConf.GetConfigForClient != nil {
112 getConfigForClient := tlsConf.GetConfigForClient
113 tlsConf.GetConfigForClient = func(ch *tls.ClientHelloInfo) (*tls.Config, error) {
/dports/sysutils/consul/consul-1.10.3/tlsutil/
H A Dconfig.go668 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
678 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
693 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
708 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
719 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/tlsutil/
H A Dconfig.go667 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
677 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
692 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
707 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
718 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/tlsutil/
H A Dconfig.go657 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
667 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
682 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
697 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {
708 config.GetConfigForClient = func(*tls.ClientHelloInfo) (*tls.Config, error) {

12345678910>>...18