Home | History | Annotate | Download | only in runner

Lines Matching refs:peer

328 	// algorithm that the peer should have used in the handshake.
415 // expectPeerCertificate, if not nil, is the certificate chain the peer
504 local, peer := "client", "server"
506 local, peer = peer, local
512 peer: peer,
628 return fmt.Errorf("expected peer to use signature algorithm %04x, but got %04x", expected, connState.PeerSignatureAlgorithm)
632 return fmt.Errorf("expected peer to use curve %04x, but got %04x", expected, connState.CurveID)
637 return fmt.Errorf("expected peer to send %d certificates, but got %d", len(connState.PeerCertificates), len(test.expectPeerCertificate.Certificate))
641 return fmt.Errorf("peer certificate %d did not match", i+1)
667 return fmt.Errorf("tls-unique mismatch: peer sent %x, but %x was expected", peersValue[:], expected)
1944 expectedLocalError: "tls: peer did not false start: EOF",
1964 expectedLocalError: "tls: peer did not false start: EOF",
1984 expectedLocalError: "tls: peer did not false start: EOF",
2469 expectedLocalError: "tls: peer did not false start: EOF",
3082 "-verify-peer",
3118 flags: []string{"-verify-peer"},
3254 test.expectedLocalError = "extended master secret required but not supported by peer"
3617 flags: []string{"-verify-peer"},
3635 flags: []string{"-verify-peer"},
3652 flags: []string{"-verify-peer"},
3854 "-verify-peer",
3881 "-verify-peer",
3911 flag := "-verify-peer"
3945 // By default, the client is in a soft fail mode where the peer
6780 "-expect-peer-signature-algorithm", strconv.Itoa(int(alg.id)),
6783 // Resume the session to assert the peer signature
6832 "-expect-peer-signature-algorithm", strconv.Itoa(int(alg.id)),
6835 // Resume the session to assert the peer signature
7060 // Test that, if the list is missing, the peer falls back to SHA-1 in
7558 // each peer handshake flight N. The timeout opcode both simulates a
7644 // duplicated if the peer badly fragments everything.
10582 "-expect-peer-cert-file", path.Join(*resourceDir, rsaChainCertificateFile),
10599 "-expect-peer-cert-file", path.Join(*resourceDir, rsaChainCertificateFile),
10635 "-verify-peer",
10656 "-verify-peer",
10676 "-verify-peer",