Home
last modified time | relevance | path

Searched refs:fail (Results 1 – 25 of 205) sorted by relevance

123456789

/openssl/test/
H A Dquic_wire_test.c568 if ((fail < 0 || fail >= 3) in encode_case_12_dec()
572 if ((fail < 0 || fail >= 3) in encode_case_12_dec()
576 if ((fail < 0 || fail >= 8) in encode_case_12_dec()
580 if ((fail < 0 || fail >= 8) in encode_case_12_dec()
710 if ((fail < 0 || fail >= 1) in encode_case_15_dec()
714 if ((fail < 0 || fail >= 3) in encode_case_15_dec()
718 if ((fail < 0 || fail >= 4) in encode_case_15_dec()
722 if ((fail < 0 || fail >= 8) in encode_case_15_dec()
1071 if ((fail < 0 || fail >= 2) in encode_case_22_dec()
1086 if ((fail < 0 || fail >= 8) in encode_case_22_dec()
[all …]
H A Dasn1_dsa_internal_test.c100 goto fail; in test_decode()
111 goto fail; in test_decode()
121 goto fail; in test_decode()
131 goto fail; in test_decode()
138 goto fail; in test_decode()
146 goto fail; in test_decode()
154 goto fail; in test_decode()
162 goto fail; in test_decode()
170 goto fail; in test_decode()
174 fail: in test_decode()
H A Dquic_newcid_test.c49 static int test_ncid_frame(int fail) in test_ncid_frame() argument
101 if (!fail && !TEST_true(ossl_quic_tserver_set_new_local_cid(qtserv, &conn_id))) in test_ncid_frame()
132 if (fail) { in test_ncid_frame()
H A Dasn1_encode_test.c733 int fail = 0; in test_intern() local
753 fail++; in test_intern()
760 fail++; in test_intern()
776 fail++; in test_intern()
783 fail++; in test_intern()
806 fail++; in test_intern()
812 fail++; in test_intern()
825 fail++; in test_intern()
828 return fail == 0; in test_intern()
/openssl/test/ssl-tests/
H A D03-custom_verify.cnf12 test-7 = 7-verify-fail-no-root
14 test-9 = 9-verify-custom-fail-no-root
193 [7-verify-fail-no-root]
194 ssl_conf = 7-verify-fail-no-root-ssl
196 [7-verify-fail-no-root-ssl]
197 server = 7-verify-fail-no-root-server
198 client = 7-verify-fail-no-root-client
200 [7-verify-fail-no-root-server]
205 [7-verify-fail-no-root-client]
242 [9-verify-custom-fail-no-root]
[all …]
H A D04-client_auth.cnf7 test-2 = 2-client-auth-flex-require-fail
15 test-10 = 10-client-auth-TLSv1-require-fail
21 test-16 = 16-client-auth-TLSv1.1-require-fail
94 [2-client-auth-flex-require-fail]
97 [2-client-auth-flex-require-fail-ssl]
101 [2-client-auth-flex-require-fail-server]
108 [2-client-auth-flex-require-fail-client]
322 [10-client-auth-TLSv1-require-fail]
505 [16-client-auth-TLSv1.1-require-fail]
688 [22-client-auth-TLSv1.2-require-fail]
[all …]
H A D26-tls13_client_auth.cnf7 test-2 = 2-client-auth-TLSv1.3-require-fail
12 test-7 = 7-client-auth-TLSv1.3-require-fail-post-handshake
76 [2-client-auth-TLSv1.3-require-fail]
77 ssl_conf = 2-client-auth-TLSv1.3-require-fail-ssl
79 [2-client-auth-TLSv1.3-require-fail-ssl]
80 server = 2-client-auth-TLSv1.3-require-fail-server
81 client = 2-client-auth-TLSv1.3-require-fail-client
83 [2-client-auth-TLSv1.3-require-fail-server]
92 [2-client-auth-TLSv1.3-require-fail-client]
239 [7-client-auth-TLSv1.3-require-fail-post-handshake]
[all …]
/openssl/doc/designs/ddd/
H A Dddd-03-fd-blocking.c148 goto fail; in main()
157 goto fail; in main()
166 goto fail; in main()
178 goto fail; in main()
184 goto fail; in main()
190 goto fail; in main()
196 goto fail; in main()
207 fail: in main()
H A Dddd-04-fd-nonblocking.c316 goto fail; in main()
325 goto fail; in main()
334 goto fail; in main()
346 goto fail; in main()
352 goto fail; in main()
358 goto fail; in main()
364 goto fail; in main()
375 goto fail; in main()
407 goto fail; in main()
450 goto fail; in main()
[all …]
H A Dddd-05-mem-nonblocking.c367 goto fail;
377 goto fail;
386 goto fail;
398 goto fail;
404 goto fail;
410 goto fail;
416 goto fail;
430 goto fail;
445 goto fail;
451 fail:
H A Dddd-01-conn-blocking.c148 goto fail; in main()
158 goto fail; in main()
164 goto fail; in main()
170 goto fail; in main()
181 fail: in main()
H A Dddd-02-conn-nonblocking-threads.c271 goto fail; in main()
281 goto fail; in main()
287 goto fail; in main()
304 goto fail; in main()
322 goto fail; in main()
328 fail: in main()
H A Dddd-02-conn-nonblocking.c334 goto fail; in main()
344 goto fail; in main()
350 goto fail; in main()
392 goto fail; in main()
436 goto fail; in main()
443 fail: in main()
/openssl/test/recipes/
H A D70-test_key_share.t94 ok(TLSProxy::Message->fail(), "Server asks for group already provided");
100 ok(TLSProxy::Message->fail(), "Missing key_shares extension");
128 ok(TLSProxy::Message->fail(), "No acceptable key_shares");
164 ok(TLSProxy::Message->fail(), "Group id too short");
170 ok(TLSProxy::Message->fail(), "key_exchange length mismatch");
176 ok(TLSProxy::Message->fail(), "zero length key_exchange data");
182 ok(TLSProxy::Message->fail(), "key_share list trailing data");
228 ok(TLSProxy::Message->fail(), "Non offered key_share");
234 ok(TLSProxy::Message->fail(), "Group id too short in ServerHello");
252 ok(TLSProxy::Message->fail(), "key_share trailing data in ServerHello");
[all …]
H A D70-test_sslsigalgs.t72 ok(TLSProxy::Message->fail, "No TLSv1.3 sigalgs");
78 ok(TLSProxy::Message->fail, "Empty TLSv1.3 sigalgs");
84 ok(TLSProxy::Message->fail, "No known TLSv1.3 sigalgs");
91 ok(TLSProxy::Message->fail, "No PSS TLSv1.3 sigalgs");
107 ok(TLSProxy::Message->fail,
120 ok(TLSProxy::Message->fail, "No matching TLSv1.3 sigalgs");
159 ok(TLSProxy::Message->fail, "No TLSv1.2 sigalgs server seclevel 1");
177 ok(TLSProxy::Message->fail, "Empty TLSv1.2 sigalgs");
185 ok(TLSProxy::Message->fail, "No known TLSv1.3 sigalgs");
213 ok(TLSProxy::Message->fail, "Sigalg we did not send in TLSv1.2");
[all …]
H A D70-test_tls13downgrade.t49 ok(TLSProxy::Message->fail(), "Downgrade TLSv1.3 to TLSv1.2");
55 ok(TLSProxy::Message->fail(), "Downgrade TLSv1.3 to TLSv1.1");
62 ok(TLSProxy::Message->fail(), "Downgrade TLSv1.2 to TLSv1.1");
71 ok(TLSProxy::Message->fail()
H A D70-test_sslversions.t61 ok(TLSProxy::Message->fail(), "Empty supported versions");
68 ok(TLSProxy::Message->fail(), "No recognised versions");
83 ok(TLSProxy::Message->fail(), "No supported versions extension (only TLS1.3)");
122 ok(TLSProxy::Message->fail(), "Legacy version is SSLv3 with supported versions");
H A D70-test_sslsignature.t60 ok(TLSProxy::Message->fail, "Corrupt server TLSv1.3 CertVerify");
95 ok(TLSProxy::Message->fail, "Corrupt <=TLSv1.2 CertVerify");
108 ok(TLSProxy::Message->fail, "Corrupt <=TLSv1.2 ServerKeyExchange");
H A D70-test_renegotiation.t54 ok(TLSProxy::Message->fail(), "No client SCSV");
68 ok(TLSProxy::Message->fail(), "No client extension");
112 ok(TLSProxy::Message->fail(), "client_sig_algs instead of sig_algs");
125 ok(TLSProxy::Message->fail(),
/openssl/test/recipes/30-test_evp_data/
H A Devpkdf_argon2.txt103 # Expected fail on condition violation: m_cost < 8 * lanes
112 # Expected fail on condition violation: m_cost < 2 * syncpoints = 8
120 # Expected fail on condition violation: threads > avail threads
130 # Expected fail on condition violation: lanes >= 1
135 # Expected fail on condition violation: lanes <= 0xFFFFFF
140 # Expected fail on condition violation: threads >= 1
145 # Expected fail on condition violation: threads <= 0xFFFFFF
150 # Expected fail on condition violation: outlen >= 4
155 # Expected fail on condition violation: iter >= 1
160 # Expected fail on condition violation: saltlen > 8
[all …]
/openssl/crypto/thread/
H A Darch.c26 goto fail; in ossl_crypto_thread_native_start()
28 goto fail; in ossl_crypto_thread_native_start()
30 goto fail; in ossl_crypto_thread_native_start()
39 fail: in ossl_crypto_thread_native_start()
73 goto fail; in ossl_crypto_thread_native_join()
93 fail: in ossl_crypto_thread_native_join()
H A Dinternal.c65 goto fail; in ossl_crypto_thread_start()
69 fail: in ossl_crypto_thread_start()
138 goto fail; in ossl_threads_ctx_new()
142 fail: in ossl_threads_ctx_new()
H A Dapi.c48 goto fail; in OSSL_get_max_threads()
54 fail: in OSSL_get_max_threads()
/openssl/providers/implementations/kdfs/
H A Dargon2.c571 goto fail; in fill_mem_blocks_mt()
620 fail: in fill_mem_blocks_mt()
670 goto fail; in initial_hash()
690 goto fail; in initial_hash()
698 goto fail; in initial_hash()
711 goto fail; in initial_hash()
721 fail: in initial_hash()
811 fail: in blake2b_mac()
906 fail: in blake2b_long()
1284 fail: in kdf_argon2_ctx_set_pwd()
[all …]
/openssl/crypto/hpke/
H A Dhpke_util.c486 goto fail; in ossl_hpke_str2suite()
502 goto fail; in ossl_hpke_str2suite()
506 goto fail; in ossl_hpke_str2suite()
510 goto fail; in ossl_hpke_str2suite()
519 goto fail; in ossl_hpke_str2suite()
525 fail: in ossl_hpke_str2suite()

Completed in 61 milliseconds

123456789