Lines Matching refs:cert
29 echo "client cert subject not in response\n";
31 echo "client cert subject in response\n";
37 // load server cert
45 // load client cert
64 $cmd = "openssl s_server -key $serverKeyPath -cert $serverCertPath -accept $port -www -CAfile $clie…
74 echo "case 1: client cert and key from string\n";
88 echo "case 2: empty client cert and key from string\n";
102 echo "case 3: client cert and empty key from string\n";
116 echo "case 4: client cert and key from file\n";
130 echo "case 5: issuer cert from file\n";
146 echo "case 6: issuer cert from string\n";
162 echo "case 7: empty issuer cert from string\n";
185 case 1: client cert and key from string
190 client cert subject in response
192 case 2: empty client cert and key from string
197 client cert subject not in response
200 case 3: client cert and empty key from string
205 client cert subject not in response
208 case 4: client cert and key from file
213 client cert subject in response
215 case 5: issuer cert from file
222 client cert subject in response
224 case 6: issuer cert from string
231 client cert subject in response
233 case 7: empty issuer cert from string
240 client cert subject not in response