Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRejectSNIWithTrailingDot (0.22 sec)

  1. src/crypto/tls/handshake_server_test.go

    	// defaults.
    	serverConfig.CipherSuites = nil
    	testClientHelloFailure(t, serverConfig, clientHello, "no cipher suite supported by both client and server")
    }
    
    func TestRejectSNIWithTrailingDot(t *testing.T) {
    	testClientHelloFailure(t, testConfig, &clientHelloMsg{
    		vers:       VersionTLS12,
    		random:     make([]byte, 32),
    		serverName: "foo.com.",
    	}, "unexpected message")
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 03 14:56:25 UTC 2024
    - 64.7K bytes
    - Viewed (0)
Back to top