Home
last modified time | relevance | path

Searched refs:maxHandshake (Results 1 – 25 of 130) sorted by relevance

123456

/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/crypto/tls/
H A Dcommon.go21 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/lang/gcc48/gcc-4.8.5/libgo/go/crypto/tls/
H A Dcommon.go21 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/crypto/tls/
H A Dcommon.go29 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/crypto/tls/
H A Dcommon.go33 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/crypto/tls/
H A Dcommon.go33 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/scan/crypto/tls/
H A Dcommon.go33 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/crypto/tls/
H A Dcommon.go33 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/lang/mono/mono-5.10.1.57/external/boringssl/ssl/test/runner/
H A Dcommon.go33 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
H A Ddtls.go403 if c.handMsgLen > maxHandshake {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/crypto/tls/
H A Dconn.go950 if n > maxHandshake {
952 …t.Errorf("tls: handshake message of length %d bytes exceeds maximum of %d bytes", n, maxHandshake))
H A Dcommon.go35 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/ssl/test/runner/
H A Ddtls.go459 if c.handMsgLen > maxHandshake {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/tls/
H A Dcommon.go35 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
H A Dconn.go972 if n > maxHandshake {
974 …t.Errorf("tls: handshake message of length %d bytes exceeds maximum of %d bytes", n, maxHandshake))
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dcommon.go35 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dcommon.go35 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dcommon.go35 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/tls/
H A Dcommon.go35 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/ssl/test/runner/
H A Ddtls.go459 if c.handMsgLen > maxHandshake {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/tls/
H A Dcommon.go35 maxHandshake = 65536 // maximum handshake we support (protocol max is 16 MB) const
/dports/security/boringssl/boringssl-6a71840/ssl/test/runner/
H A Ddtls.go459 if c.handMsgLen > maxHandshake {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/tls/
H A Dconn.go1016 if n > maxHandshake {
1018 …t.Errorf("tls: handshake message of length %d bytes exceeds maximum of %d bytes", n, maxHandshake))
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls-go1-15/
H A Dconn.go1049 if n > maxHandshake {
1051 …t.Errorf("tls: handshake message of length %d bytes exceeds maximum of %d bytes", n, maxHandshake))
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/marten-seemann/qtls/
H A Dconn.go1028 if n > maxHandshake {
1030 …t.Errorf("tls: handshake message of length %d bytes exceeds maximum of %d bytes", n, maxHandshake))
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/tls/
H A Dconn.go980 if n > maxHandshake {
982 …t.Errorf("tls: handshake message of length %d bytes exceeds maximum of %d bytes", n, maxHandshake))

123456