Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestTLS13OnlyClientHelloCipherSuite (0.41 sec)

  1. src/crypto/tls/handshake_client_test.go

    	if err == nil {
    		t.Error("Client connection was not closed when the context was canceled")
    	}
    }
    
    // TestTLS13OnlyClientHelloCipherSuite tests that when a client states that
    // it only supports TLS 1.3, it correctly advertises only TLS 1.3 ciphers.
    func TestTLS13OnlyClientHelloCipherSuite(t *testing.T) {
    	tls13Tests := []struct {
    		name    string
    		ciphers []uint16
    	}{
    		{
    			name:    "nil",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 88.7K bytes
    - Viewed (0)
Back to top