Searched refs:bad3 (Results 1 – 2 of 2) sorted by relevance
/openssl/test/recipes/ |
H A D | 80-test_pkcs12.t | 261 my $bad3 = srctop_file("test", "recipes", "80-test_pkcs12_data", "bad3.p12"); 283 ok(run(app(["openssl", "pkcs12", "-in", $bad3, "-password", "pass:"])), 286 ok(run(app(["openssl", "pkcs12", "-in", $bad3, "-password", "pass:",
|
/openssl/test/ |
H A D | sslapitest.c | 10758 unsigned char bad3[] = { 0x03, 'b', 'a', 'd', 0x01, 'b', 'a', 'd'}; in test_set_alpn() local 10781 if (!TEST_true(SSL_CTX_set_alpn_protos(ctx, bad3, sizeof(bad3)))) in test_set_alpn() 10804 if (!TEST_true(SSL_set_alpn_protos(ssl, bad3, sizeof(bad3)))) in test_set_alpn()
|
Completed in 32 milliseconds