Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSum (0.1 sec)

  1. src/crypto/tls/handshake_client_test.go

    					panic("AcceptableCAs should have been empty")
    				}
    				return new(Certificate), nil
    			}
    		},
    		"",
    		func(t *testing.T, testNum int, cs *ConnectionState) {
    			if l := len(cs.PeerCertificates); l != 0 {
    				t.Errorf("#%d: expected no certificates but got %d", testNum, l)
    			}
    		},
    	},
    	{
    		func(clientConfig, serverConfig *Config) {
    			// With TLS 1.1, the SignatureSchemes should be
    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