Home
last modified time | relevance | path

Searched refs:SSL_CTX_free (Results 1 – 25 of 77) sorted by relevance

1234

/openssl/demos/guide/
H A Dtls-server-block.c94 SSL_CTX_free(ctx); in main()
154 SSL_CTX_free(ctx); in main()
166 SSL_CTX_free(ctx); in main()
215 SSL_CTX_free(ctx); in main()
222 SSL_CTX_free(ctx); in main()
282 SSL_CTX_free(ctx); in main()
/openssl/test/
H A Ddtlstest.c140 SSL_CTX_free(sctx); in test_dtls_unprocessed()
141 SSL_CTX_free(cctx); in test_dtls_unprocessed()
302 SSL_CTX_free(sctx); in test_dtls_drop_records()
303 SSL_CTX_free(cctx); in test_dtls_drop_records()
343 SSL_CTX_free(sctx); in test_cookie()
344 SSL_CTX_free(cctx); in test_cookie()
386 SSL_CTX_free(sctx); in test_dtls_duplicate_records()
387 SSL_CTX_free(cctx); in test_dtls_duplicate_records()
466 SSL_CTX_free(sctx); in test_just_finished()
584 SSL_CTX_free(cctx); in test_swap_records()
[all …]
H A Dsslapitest.c421 SSL_CTX_free(sctx); in test_keylog()
422 SSL_CTX_free(cctx); in test_keylog()
538 SSL_CTX_free(sctx); in test_keylog_no_master_key()
539 SSL_CTX_free(cctx); in test_keylog_no_master_key()
631 SSL_CTX_free(sctx); in test_client_cert_verify_cb()
632 SSL_CTX_free(cctx); in test_client_cert_verify_cb()
704 SSL_CTX_free(ctx); in test_ssl_ctx_build_cert_chain()
788 SSL_CTX_free(sctx); in test_client_hello_cb()
789 SSL_CTX_free(cctx); in test_client_hello_cb()
839 SSL_CTX_free(sctx); in test_no_ems()
[all …]
H A Dquicapitest.c201 SSL_CTX_free(cctx); in test_quic_write_read()
202 SSL_CTX_free(sctx); in test_quic_write_read()
278 SSL_CTX_free(cctx); in test_fin_only_blocking()
279 SSL_CTX_free(sctx); in test_fin_only_blocking()
338 SSL_CTX_free(ctx); in test_ciphersuites()
385 SSL_CTX_free(cctx); in test_cipher_find()
424 SSL_CTX_free(cctx); in test_version()
623 SSL_CTX_free(ctx); in test_quic_forbidden_apis_ctx()
661 SSL_CTX_free(ctx); in test_quic_forbidden_apis()
766 SSL_CTX_free(ctx); in test_quic_forbidden_options()
[all …]
H A Dservername_test.c145 SSL_CTX_free(ctx); in client_setup_sni_before_state()
198 SSL_CTX_free(ctx); in client_setup_sni_after_state()
232 SSL_CTX_free(sctx); in server_setup_sni()
233 SSL_CTX_free(cctx); in server_setup_sni()
H A Dfatalerrtest.c79 SSL_CTX_free(sctx); in test_fatalerr()
80 SSL_CTX_free(cctx); in test_fatalerr()
H A Dquicfaultstest.c63 SSL_CTX_free(cctx); in test_basic()
156 SSL_CTX_free(cctx); in test_unknown_frame()
221 SSL_CTX_free(cctx); in test_drop_extensions()
368 SSL_CTX_free(cctx); in test_corrupted_data()
H A Dssl_handshake_rtt_test.c127 SSL_CTX_free(sctx); in test_handshake_rtt()
128 SSL_CTX_free(cctx); in test_handshake_rtt()
H A Dsslcorrupttest.c174 SSL_CTX_free(ctx); in setup_cipher_list()
250 SSL_CTX_free(sctx); in test_ssl_corrupt()
251 SSL_CTX_free(cctx); in test_ssl_corrupt()
H A Dssl_test.c533 SSL_CTX_free(server_ctx); in test_handshake()
534 SSL_CTX_free(server2_ctx); in test_handshake()
535 SSL_CTX_free(client_ctx); in test_handshake()
536 SSL_CTX_free(resume_server_ctx); in test_handshake()
537 SSL_CTX_free(resume_client_ctx); in test_handshake()
H A Drecordlentest.c179 SSL_CTX_free(sctx); in test_record_overflow()
180 SSL_CTX_free(cctx); in test_record_overflow()
H A Dcipherlist_test.c34 SSL_CTX_free(fixture->server); in tear_down()
35 SSL_CTX_free(fixture->client); in tear_down()
H A Dclienthellotest.c98 SSL_CTX_free(ctx); in test_client_hello()
248 SSL_CTX_free(ctx); in test_client_hello()
H A Ddtls_mtu_test.c190 SSL_CTX_free(ctx); in run_mtu_tests()
231 SSL_CTX_free(ctx); in test_server_mtu_larger_than_max_fragment_length()
H A Dsysdefaulttest.c41 SSL_CTX_free(ctx); in test_func()
H A Dcert_comp_test.c241 SSL_CTX_free(sctx); in test_ssl_cert_comp()
242 SSL_CTX_free(cctx); in test_ssl_cert_comp()
H A Dsslbuffertest.c379 SSL_CTX_free(clientctx); in cleanup_tests()
380 SSL_CTX_free(serverctx); in cleanup_tests()
H A Drpktest.c628 SSL_CTX_free(sctx); in test_rpk()
629 SSL_CTX_free(cctx); in test_rpk()
685 SSL_CTX_free(sctx); in test_rpk_api()
686 SSL_CTX_free(cctx); in test_rpk_api()
/openssl/doc/man3/
H A DSSL_CTX_free.pod5 SSL_CTX_free - free an allocated SSL_CTX object
11 void SSL_CTX_free(SSL_CTX *ctx);
15 SSL_CTX_free() decrements the reference count of B<ctx>, and removes the
31 SSL_CTX_sess_set_remove_cb(B<ctx>, NULL) prior to calling SSL_CTX_free().
35 SSL_CTX_free() does not provide diagnostic information.
/openssl/doc/designs/ddd/
H A Dddd-01-conn-blocking.c36 SSL_CTX_free(ctx); in create_ssl_ctx()
130 SSL_CTX_free(ctx); in teardown_ctx()
H A Dddd-03-fd-blocking.c37 SSL_CTX_free(ctx); in create_ssl_ctx()
123 SSL_CTX_free(ctx); in teardown_ctx()
H A Dddd-02-conn-nonblocking-threads.c48 SSL_CTX_free(ctx); in create_ssl_ctx()
251 SSL_CTX_free(ctx); in teardown_ctx()
/openssl/fuzz/
H A Dclient.c100 SSL_CTX_free(ctx); in FuzzerTestOneInput()
H A Ddtlsclient.c100 SSL_CTX_free(ctx); in FuzzerTestOneInput()
/openssl/doc/man7/
H A Dossl-guide-tls-server-block.pod70 SSL_CTX_free(ctx);
123 SSL_CTX_free(ctx);
135 SSL_CTX_free(ctx);
212 SSL_CTX_free(ctx);
225 SSL_CTX_free(ctx);
311 SSL_CTX_free(ctx);

Completed in 73 milliseconds

1234