Searched refs:bad1 (Results 1 – 4 of 4) sorted by relevance
/openssl/test/ssl-tests/ |
H A D | 29-dtls-sctp-label-bug.cnf | 7 test-2 = 2-SCTPLabelBug-bad1 65 [2-SCTPLabelBug-bad1] 66 ssl_conf = 2-SCTPLabelBug-bad1-ssl 68 [2-SCTPLabelBug-bad1-ssl] 69 server = 2-SCTPLabelBug-bad1-server 70 client = 2-SCTPLabelBug-bad1-client 72 [2-SCTPLabelBug-bad1-server] 77 [2-SCTPLabelBug-bad1-client]
|
H A D | 29-dtls-sctp-label-bug.cnf.in | 44 name => "SCTPLabelBug-bad1",
|
/openssl/test/recipes/ |
H A D | 80-test_pkcs12.t | 259 my $bad1 = srctop_file("test", "recipes", "80-test_pkcs12_data", "bad1.p12"); 265 ok(run(app(["openssl", "pkcs12", "-in", $bad1, "-password", "pass:"])), 268 ok(run(app(["openssl", "pkcs12", "-in", $bad1, "-password", "pass:", 272 ok(run(app(["openssl", "pkcs12", "-in", $bad1, "-password", "pass:",
|
/openssl/test/ |
H A D | sslapitest.c | 10756 unsigned char bad1[] = { 0x01, 'b', 'a', 'd' }; in test_set_alpn() local 10777 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad1, sizeof(bad1)))) in test_set_alpn() 10800 if (!TEST_true(SSL_set_alpn_protos(ssl, bad1, sizeof(bad1)))) in test_set_alpn()
|
Completed in 35 milliseconds