Home
last modified time | relevance | path

Searched refs:ssl (Results 1 – 25 of 59) sorted by relevance

123

/test/quic-openssl-docker/hq-interop/
A Dquic-hq-interop.c217 sock = SSL_get_fd(ssl); in wait_for_activity()
226 if (SSL_net_write_desired(ssl)) in wait_for_activity()
228 if (SSL_net_read_desired(ssl)) in wait_for_activity()
289 wait_for_activity(ssl); in handle_io_failure()
749 *ssl = SSL_new(*ctx); in setup_connection()
750 if (*ssl == NULL) { in setup_connection()
771 SSL_set_bio(*ssl, bio, bio); in setup_connection()
826 SSL_free(*ssl); in setup_connection()
829 *ssl = NULL; in setup_connection()
861 SSL *ssl = NULL; in main() local
[all …]
/test/radix/
A Dquic_ops.c188 SSL *ssl; in DEF_FUNC() local
275 SSL *ssl; in DEF_FUNC() local
427 SSL *ssl; in DEF_FUNC() local
444 SSL *ssl; in DEF_FUNC() local
461 SSL *ssl; in DEF_FUNC() local
479 SSL *ssl; in DEF_FUNC() local
506 SSL *ssl; in DEF_FUNC() local
551 SSL *ssl; in DEF_FUNC() local
572 SSL *ssl; in DEF_FUNC() local
606 SSL *ssl; in DEF_FUNC() local
[all …]
A Dquic_bindings.c90 SSL *ssl[NUM_SLOTS]; member
111 if (!TEST_ptr(name) || !TEST_ptr(ssl)) in DEFINE_STACK_OF()
122 obj->ssl = ssl; in DEFINE_STACK_OF()
133 SSL_free(obj->ssl); in RADIX_OBJ_free()
224 is_conn = SSL_is_connection(ssl); in report_ssl()
287 SSL *ssl = obj->ssl; in report_obj() local
291 report_ssl(ssl, bio, " "); in report_obj()
489 return obj->ssl; in RADIX_PROCESS_get_ssl()
652 SSL_handle_events(obj->ssl); in per_op_tick_obj()
683 #define REQUIRE_SSL(ssl) REQUIRE_SSL_N(0, (ssl)) argument
[all …]
/test/
A Ddanetest.c75 store_ctx_dane_init(store_ctx, ssl); in verify_chain()
296 SSL *ssl; in test_tlsafile() local
322 if (!TEST_ptr(ssl = SSL_new(ctx))) in test_tlsafile()
324 SSL_set_connect_state(ssl); in test_tlsafile()
326 SSL_free(ssl); in test_tlsafile()
334 SSL_free(ssl); in test_tlsafile()
342 SSL_free(ssl); in test_tlsafile()
346 ok = verify_chain(ssl, chain); in test_tlsafile()
348 err = SSL_get_verify_result(ssl); in test_tlsafile()
357 SSL_set_verify_result(ssl, err); in test_tlsafile()
[all …]
A Ddtlsv1listentest.c262 static int cookie_gen(SSL *ssl, unsigned char *cookie, unsigned int *cookie_len) in cookie_gen() argument
273 static int cookie_verify(SSL *ssl, const unsigned char *cookie, in cookie_verify() argument
292 SSL *ssl = NULL; in dtls_listen_test() local
308 if (!TEST_ptr(ssl = SSL_new(ctx)) in dtls_listen_test()
311 SSL_set0_wbio(ssl, outbio); in dtls_listen_test()
317 SSL_set0_rbio(ssl, inbio); in dtls_listen_test()
320 if (!TEST_int_ge(ret = DTLSv1_listen(ssl, peer), 0)) in dtls_listen_test()
338 SSL_set0_rbio(ssl, NULL); in dtls_listen_test()
343 SSL_free(ssl); in dtls_listen_test()
A Dssl_ctx_test.c76 SSL *ssl = NULL; in test_set_min_max_version() local
106 ssl = SSL_new(ctx); in test_set_min_max_version()
107 if (ssl == NULL) in test_set_min_max_version()
119 if (!TEST_int_eq(SSL_set_min_proto_version(ssl, t.min_version), t.min_ok)) in test_set_min_max_version()
121 if (!TEST_int_eq(SSL_set_max_proto_version(ssl, t.max_version), t.max_ok)) in test_set_min_max_version()
123 if (!TEST_int_eq(SSL_get_min_proto_version(ssl), t.expected_min)) in test_set_min_max_version()
125 if (!TEST_int_eq(SSL_get_max_proto_version(ssl), t.expected_max)) in test_set_min_max_version()
131 SSL_free(ssl); in test_set_min_max_version()
/test/ssl-tests/
A D02-protocol-version.cnf688 [0-version-negotiation-ssl]
713 [1-version-negotiation-ssl]
738 [2-version-negotiation-ssl]
763 [3-version-negotiation-ssl]
788 [4-version-negotiation-ssl]
813 [5-version-negotiation-ssl]
837 [6-version-negotiation-ssl]
863 [7-version-negotiation-ssl]
889 [8-version-negotiation-ssl]
915 [9-version-negotiation-ssl]
[all …]
A D07-dtls-protocol-version.cnf74 [0-version-negotiation-ssl]
101 [1-version-negotiation-ssl]
128 [2-version-negotiation-ssl]
154 [3-version-negotiation-ssl]
182 [4-version-negotiation-ssl]
210 [5-version-negotiation-ssl]
237 [6-version-negotiation-ssl]
264 [7-version-negotiation-ssl]
290 [8-version-negotiation-ssl]
317 [9-version-negotiation-ssl]
[all …]
A D14-curves.cnf114 [0-curve-prime256v1-ssl]
143 [1-curve-secp384r1-ssl]
172 [2-curve-secp521r1-ssl]
201 [3-curve-X25519-ssl]
230 [4-curve-X448-ssl]
259 [5-curve-ffdhe2048-ssl]
288 [6-curve-ffdhe3072-ssl]
317 [7-curve-ffdhe4096-ssl]
346 [8-curve-ffdhe6144-ssl]
375 [9-curve-ffdhe8192-ssl]
[all …]
A D10-resumption.cnf75 [0-resumption-ssl]
112 [1-resumption-ssl]
149 [2-resumption-ssl]
186 [3-resumption-ssl]
223 [4-resumption-ssl]
260 [5-resumption-ssl]
297 [6-resumption-ssl]
334 [7-resumption-ssl]
371 [8-resumption-ssl]
408 [9-resumption-ssl]
[all …]
A D03-custom_verify.cnf18 ssl_conf = 0-verify-success-ssl
20 [0-verify-success-ssl]
41 ssl_conf = 1-verify-custom-reject-ssl
43 [1-verify-custom-reject-ssl]
69 ssl_conf = 2-verify-custom-allow-ssl
71 [2-verify-custom-allow-ssl]
98 [3-verify-custom-retry-ssl]
123 ssl_conf = 4-noverify-success-ssl
125 [4-noverify-success-ssl]
196 [7-verify-fail-no-root-ssl]
[all …]
A D22-compression.cnf16 ssl_conf = 0-tlsv1_3-both-compress-ssl
18 [0-tlsv1_3-both-compress-ssl]
42 ssl_conf = 1-tlsv1_3-client-compress-ssl
44 [1-tlsv1_3-client-compress-ssl]
69 [2-tlsv1_3-server-compress-ssl]
94 [3-tlsv1_3-neither-compress-ssl]
116 ssl_conf = 4-tlsv1_2-both-compress-ssl
118 [4-tlsv1_2-both-compress-ssl]
145 [5-tlsv1_2-client-compress-ssl]
171 [6-tlsv1_2-server-compress-ssl]
[all …]
A D17-renegotiate.cnf28 [0-renegotiate-client-no-resume-ssl]
56 [1-renegotiate-client-resume-ssl]
83 [2-renegotiate-server-no-resume-ssl]
111 [3-renegotiate-server-resume-ssl]
170 [5-renegotiate-client-auth-once-ssl]
230 [7-renegotiate-aead-to-non-aead-ssl]
262 [8-renegotiate-non-aead-to-aead-ssl]
326 [10-renegotiate-aead-to-aead-ssl]
470 [15-no-extms-on-renegotiation-ssl]
502 [16-allow-client-renegotiation-ssl]
[all …]
A D13-fragmentation.cnf32 [0-one-fragment-minus-app-data-ssl]
53 ssl_conf = 1-one-fragment-app-data-ssl
55 [1-one-fragment-app-data-ssl]
78 [2-one-fragment-plus-app-data-ssl]
99 ssl_conf = 3-small-app-data-ssl
101 [3-small-app-data-ssl]
146 ssl_conf = 5-medium-app-data-ssl
148 [5-medium-app-data-ssl]
171 [6-medium-plus-app-data-ssl]
192 ssl_conf = 7-large-app-data-ssl
[all …]
A D11-dtls_resumption.cnf26 [0-resumption-ssl]
64 [1-resumption-ssl]
102 [2-resumption-ssl]
140 [3-resumption-ssl]
178 [4-resumption-ssl]
216 [5-resumption-ssl]
254 [6-resumption-ssl]
292 [7-resumption-ssl]
330 [8-resumption-ssl]
367 [9-resumption-ssl]
[all …]
A D25-cipher.cnf17 ssl_conf = 0-cipher-server-1-ssl
19 [0-cipher-server-1-ssl]
42 ssl_conf = 1-cipher-server-2-ssl
44 [1-cipher-server-2-ssl]
69 [2-cipher-server-client-list-ssl]
92 ssl_conf = 3-cipher-server-pref-1-ssl
94 [3-cipher-server-pref-1-ssl]
118 ssl_conf = 4-cipher-server-pref-2-ssl
120 [4-cipher-server-pref-2-ssl]
198 [7-cipher-server-pref-mobile-ssl]
[all …]
A D04-client_auth.cnf48 ssl_conf = 0-server-auth-flex-ssl
50 [0-server-auth-flex-ssl]
73 [1-client-auth-flex-request-ssl]
123 [3-client-auth-flex-require-ssl]
152 [4-client-auth-flex-rsa-pss-ssl]
243 [7-client-auth-flex-noroot-ssl]
270 [8-server-auth-TLSv1-ssl]
453 [14-server-auth-TLSv1.1-ssl]
636 [20-server-auth-TLSv1.2-ssl]
894 [28-server-auth-DTLSv1-ssl]
[all …]
A D29-dtls-sctp-label-bug.cnf12 ssl_conf = 0-SCTPLabelBug-good1-ssl
14 [0-SCTPLabelBug-good1-ssl]
39 ssl_conf = 1-SCTPLabelBug-good2-ssl
41 [1-SCTPLabelBug-good2-ssl]
66 ssl_conf = 2-SCTPLabelBug-bad1-ssl
68 [2-SCTPLabelBug-bad1-ssl]
93 ssl_conf = 3-SCTPLabelBug-bad2-ssl
95 [3-SCTPLabelBug-bad2-ssl]
A D32-compressed-certificate.cnf16 ssl_conf = 0-no-compressed-certificates-ssl
18 [0-no-compressed-certificates-ssl]
43 ssl_conf = 1-server-compressed-certificates-ssl
45 [1-server-compressed-certificates-ssl]
72 [2-client-compressed-certificates-ssl]
97 ssl_conf = 3-both-compressed-certificates-ssl
99 [3-both-compressed-certificates-ssl]
126 [4-no-compressed-certificates-mtls-ssl]
157 [5-server-compressed-certificates-mtls-ssl]
188 [6-client-compressed-certificates-mtls-ssl]
[all …]
A D01-simple.cnf12 ssl_conf = 0-default-ssl
14 [0-default-ssl]
35 ssl_conf = 1-Server signature algorithms bug-ssl
37 [1-Server signature algorithms bug-ssl]
60 ssl_conf = 2-verify-cert-ssl
62 [2-verify-cert-ssl]
83 ssl_conf = 3-name-constraints-no-san-in-ee-ssl
85 [3-name-constraints-no-san-in-ee-ssl]
A D18-dtls-renegotiate.cnf17 ssl_conf = 0-renegotiate-client-no-resume-ssl
19 [0-renegotiate-client-no-resume-ssl]
46 ssl_conf = 1-renegotiate-client-resume-ssl
48 [1-renegotiate-client-resume-ssl]
74 ssl_conf = 2-renegotiate-server-resume-ssl
76 [2-renegotiate-server-resume-ssl]
104 [3-renegotiate-client-auth-require-ssl]
136 [4-renegotiate-client-auth-once-ssl]
168 [5-renegotiate-aead-to-non-aead-ssl]
201 [6-renegotiate-non-aead-to-aead-ssl]
[all …]
A D19-mac-then-encrypt.cnf17 ssl_conf = 0-disable-encrypt-then-mac-server-sha-ssl
19 [0-disable-encrypt-then-mac-server-sha-ssl]
44 [1-disable-encrypt-then-mac-client-sha-ssl]
67 ssl_conf = 2-disable-encrypt-then-mac-both-sha-ssl
69 [2-disable-encrypt-then-mac-both-sha-ssl]
95 [3-disable-encrypt-then-mac-server-sha2-ssl]
120 [4-disable-encrypt-then-mac-client-sha2-ssl]
145 [5-disable-encrypt-then-mac-both-sha2-ssl]
171 [6-disable-encrypt-then-mac-server-sha-tls1-ssl]
197 [7-disable-encrypt-then-mac-client-sha-tls1-ssl]
[all …]
A D28-seclevel.cnf14 ssl_conf = 0-SECLEVEL 3 with default key-ssl
16 [0-SECLEVEL 3 with default key-ssl]
37 ssl_conf = 1-SECLEVEL 4 with ED448 key-ssl
39 [1-SECLEVEL 4 with ED448 key-ssl]
62 ssl_conf = 2-SECLEVEL 5 server with ED448 key-ssl
64 [2-SECLEVEL 5 server with ED448 key-ssl]
87 ssl_conf = 3-SECLEVEL 5 client with ED448 key-ssl
89 [3-SECLEVEL 5 client with ED448 key-ssl]
114 [4-SECLEVEL 3 with P-384 key, X25519 ECDHE-ssl]
136 ssl_conf = 5-SECLEVEL 3 with ED448 key, TLSv1.2-ssl
[all …]
A D15-certstatus.cnf12 ssl_conf = 0-certstatus-good-ssl
14 [0-certstatus-good-ssl]
40 ssl_conf = 1-certstatus-bad-ssl
42 [1-certstatus-bad-ssl]
68 ssl_conf = 2-certstatus-good-ext-ssl
70 [2-certstatus-good-ext-ssl]
96 ssl_conf = 3-certstatus-bad-ext-ssl
98 [3-certstatus-bad-ext-ssl]
/test/helpers/
A Dhandshake.c364 SSL *ssl; in verify_retry_cb() local
374 return SSL_set_retry_verify(ssl); in verify_retry_cb()
849 SSL *ssl; member
863 SSL *ssl = NULL; in create_peer() local
871 peer->ssl = ssl; in create_peer()
877 SSL_free(ssl); in create_peer()
885 SSL_free(peer->ssl); in peer_free_data()
1083 if (SSL_is_server(peer->ssl) in do_reneg_setup_step()
1150 if (!SSL_in_init(peer->ssl)) in do_reneg_setup_step()
1181 ret = SSL_shutdown(peer->ssl); in do_shutdown_step()
[all …]

Completed in 750 milliseconds

123