Lines Matching refs:response
27 function check_response($response, $clientCertSubject) {
28 if (strpos($response, $clientCertSubject) === false) {
29 echo "client cert subject not in response\n";
31 echo "client cert subject in response\n";
82 $response = curl_exec($ch);
83 check_response($response, $clientCertSubject);
96 $response = curl_exec($ch);
97 check_response($response, $clientCertSubject);
110 $response = curl_exec($ch);
111 check_response($response, $clientCertSubject);
124 $response = curl_exec($ch);
125 check_response($response, $clientCertSubject);
140 $response = curl_exec($ch);
141 check_response($response, $clientCertSubject);
156 $response = curl_exec($ch);
157 check_response($response, $clientCertSubject);
172 $response = curl_exec($ch);
173 check_response($response, $clientCertSubject);
190 client cert subject in response
197 client cert subject not in response
205 client cert subject not in response
213 client cert subject in response
222 client cert subject in response
231 client cert subject in response
240 client cert subject not in response