Searched refs:certstatus (Results 1 – 6 of 6) sorted by relevance
/third_party/openssl/test/ssl-tests/ |
D | 15-certstatus.cnf | 5 test-0 = 0-certstatus-good 6 test-1 = 1-certstatus-bad 9 [0-certstatus-good] 10 ssl_conf = 0-certstatus-good-ssl 12 [0-certstatus-good-ssl] 13 server = 0-certstatus-good-server 14 client = 0-certstatus-good-client 16 [0-certstatus-good-server] 21 [0-certstatus-good-client] 29 server = 0-certstatus-good-server-extra [all …]
|
D | 16-dtls-certstatus.cnf | 5 test-0 = 0-certstatus-good 6 test-1 = 1-certstatus-bad 9 [0-certstatus-good] 10 ssl_conf = 0-certstatus-good-ssl 12 [0-certstatus-good-ssl] 13 server = 0-certstatus-good-server 14 client = 0-certstatus-good-client 16 [0-certstatus-good-server] 21 [0-certstatus-good-client] 29 server = 0-certstatus-good-server-extra [all …]
|
D | 16-dtls-certstatus.cnf.in | 24 name => "certstatus-good", 40 name => "certstatus-bad", 59 name => "certstatus-good", 76 name => "certstatus-bad",
|
D | 15-certstatus.cnf.in | 20 name => "certstatus-good", 33 name => "certstatus-bad",
|
/third_party/openssl/test/ |
D | dtlstest.c | 28 static unsigned char certstatus[] = { variable 109 certstatus[RECORD_SEQUENCE] = 0xff; in test_dtls_unprocessed() 118 mempacket_test_inject(c_to_s_mempacket, (char *)certstatus, in test_dtls_unprocessed() 119 sizeof(certstatus), 1, INJECT_PACKET_IGNORE_REC_SEQ); in test_dtls_unprocessed()
|
/third_party/cef/tests/cefclient/browser/ |
D | client_handler.cc | 173 cef_cert_status_t certstatus) { in GetCertificateInformation() argument 183 if (certstatus != CERT_STATUS_NONE) { in GetCertificateInformation() 184 ss << "<tr><td>Status</td><td>" << GetCertStatusString(certstatus) in GetCertificateInformation()
|