Home
last modified time | relevance | path

Searched refs:SSL_free (Results 1 – 25 of 90) sorted by relevance

1234

/openssl/test/
H A Ddtlstest.c138 SSL_free(serverssl1); in test_dtls_unprocessed()
139 SSL_free(clientssl1); in test_dtls_unprocessed()
300 SSL_free(serverssl); in test_dtls_drop_records()
301 SSL_free(clientssl); in test_dtls_drop_records()
341 SSL_free(serverssl); in test_cookie()
342 SSL_free(clientssl); in test_cookie()
384 SSL_free(serverssl); in test_dtls_duplicate_records()
385 SSL_free(clientssl); in test_dtls_duplicate_records()
465 SSL_free(serverssl); in test_just_finished()
582 SSL_free(cssl); in test_swap_records()
[all …]
H A Dsslapitest.c419 SSL_free(serverssl); in test_keylog()
420 SSL_free(clientssl); in test_keylog()
497 SSL_free(serverssl); in test_keylog_no_master_key()
498 SSL_free(clientssl); in test_keylog_no_master_key()
536 SSL_free(serverssl); in test_keylog_no_master_key()
665 SSL_free(ssl); in test_ssl_build_cert_chain()
3099 SSL_free(ssl); in execute_test_ssl_bio()
7369 SSL_free(con); in test_max_fragment_len_ext()
10812 SSL_free(ssl); in test_set_alpn()
10977 SSL_free(ssl); in test_set_verify_cert_store_ssl()
[all …]
H A Ddtls_mtu_test.c142 SSL_free(clnt_ssl); in mtu_test()
143 SSL_free(srvr_ssl); in mtu_test()
229 SSL_free(clnt_ssl); in test_server_mtu_larger_than_max_fragment_length()
230 SSL_free(srvr_ssl); in test_server_mtu_larger_than_max_fragment_length()
H A Dquicapitest.c200 SSL_free(clientquic); in test_quic_write_read()
277 SSL_free(clientquic); in test_fin_only_blocking()
337 SSL_free(ssl); in test_ciphersuites()
384 SSL_free(clientquic); in test_cipher_find()
423 SSL_free(clientquic); in test_version()
548 SSL_free(clientquic); in test_ssl_trace()
660 SSL_free(ssl); in test_quic_forbidden_apis()
765 SSL_free(ssl); in test_quic_forbidden_options()
819 SSL_free(ssl); in test_quic_set_fd()
959 SSL_free(stream); in test_bio_ssl()
[all …]
H A Dservername_test.c144 SSL_free(con); in client_setup_sni_before_state()
197 SSL_free(con); in client_setup_sni_after_state()
230 SSL_free(serverssl); in server_setup_sni()
231 SSL_free(clientssl); in server_setup_sni()
H A Dsslbuffertest.c180 SSL_free(clientssl); in test_func()
181 SSL_free(serverssl); in test_func()
334 SSL_free(clientssl); in test_free_buffers()
335 SSL_free(serverssl); in test_free_buffers()
H A Dfatalerrtest.c77 SSL_free(sssl); in test_fatalerr()
78 SSL_free(cssl); in test_fatalerr()
H A Dquicfaultstest.c61 SSL_free(cssl); in test_basic()
154 SSL_free(cssl); in test_unknown_frame()
219 SSL_free(cssl); in test_drop_extensions()
366 SSL_free(cssl); in test_corrupted_data()
H A Dssl_handshake_rtt_test.c125 SSL_free(serverssl); in test_handshake_rtt()
126 SSL_free(clientssl); in test_handshake_rtt()
H A Dasynciotest.c382 SSL_free(clientssl); in test_asyncio()
383 SSL_free(serverssl); in test_asyncio()
389 SSL_free(clientssl); in test_asyncio()
390 SSL_free(serverssl); in test_asyncio()
H A Dsslcorrupttest.c173 SSL_free(ssl); in setup_cipher_list()
248 SSL_free(server); in test_ssl_corrupt()
249 SSL_free(client); in test_ssl_corrupt()
H A Ddanetest.c326 SSL_free(ssl); in test_tlsafile()
334 SSL_free(ssl); in test_tlsafile()
342 SSL_free(ssl); in test_tlsafile()
358 SSL_free(ssl); in test_tlsafile()
H A Dtls13ccstest.c311 SSL_free(sssl); in test_tls13ccs()
312 SSL_free(cssl); in test_tls13ccs()
479 SSL_free(sssl); in test_tls13ccs()
480 SSL_free(cssl); in test_tls13ccs()
H A Drecordlentest.c177 SSL_free(serverssl); in test_record_overflow()
178 SSL_free(clientssl); in test_record_overflow()
H A Dcipherlist_test.c180 SSL_free(ssl); in test_default_cipherlist()
242 SSL_free(s); in test_default_cipherlist_clear()
/openssl/doc/man3/
H A DSSL_free.pod5 SSL_free - free an allocated SSL structure
11 void SSL_free(SSL *ssl);
15 SSL_free() decrements the reference count of B<ssl>, and removes the SSL
22 SSL_free() also calls the free()ing procedures for indirectly affected items, if
26 calling SSL_free(), as trying to free things twice may lead to program
30 which the reference count is removed by SSL_free() and the internal
48 stream SSL object, a call to SSL_free() automatically resets the sending part of
57 L<SSL_stream_conclude(3)> on its own end), a call to SSL_free() automatically
71 SSL_free() does not provide diagnostic information.
H A DSSL_stream_reset.pod41 It is also possible to trigger a stream reset by calling L<SSL_free(3)>; see the
42 documentation for L<SSL_free(3)> for details.
64 L<SSL_free(3)>
H A DSSL_clear.pod51 L<SSL_free(3)>
53 (or simply L<SSL_free(3)>; L<SSL_new(3)>
73 L<SSL_new(3)>, L<SSL_free(3)>,
/openssl/doc/designs/ddd/
H A Dddd-03-fd-blocking.c64 SSL_free(ssl); in new_conn()
69 SSL_free(ssl); in new_conn()
74 SSL_free(ssl); in new_conn()
82 SSL_free(ssl); in new_conn()
114 SSL_free(ssl); in teardown()
H A Dddd-05-mem-nonblocking.c86 SSL_free(ssl);
94 SSL_free(ssl);
100 SSL_free(ssl);
107 SSL_free(ssl);
113 SSL_free(ssl);
122 SSL_free(ssl);
H A Dddd-04-fd-nonblocking.c77 SSL_free(ssl); in new_conn()
83 SSL_free(ssl); in new_conn()
89 SSL_free(ssl); in new_conn()
98 SSL_free(ssl); in new_conn()
251 SSL_free(conn->ssl); in teardown()
H A Dddd-06-mem-uv.c221 SSL_free(conn->ssl); in teardown()
511 SSL_free(ssl); in setup_ssl()
516 SSL_free(ssl); in setup_ssl()
524 SSL_free(ssl); in setup_ssl()
529 SSL_free(ssl); in setup_ssl()
537 SSL_free(ssl); in setup_ssl()
/openssl/demos/guide/
H A Dquic-multi-stream.c437 SSL_free(ssl); in main()
438 SSL_free(stream1); in main()
439 SSL_free(stream2); in main()
440 SSL_free(stream3); in main()
H A Dquic-hq-interop.c541 SSL_free(poll_list[poll_idx].desc.value.ssl); in build_request_set()
651 SSL_free(poll_list[poll_idx].desc.value.ssl); in build_request_set()
811 SSL_free(*ssl); in setup_connection()
1032 SSL_free(poll_list[poll_idx].desc.value.ssl); in main()
1034 SSL_free(ssl); in main()
H A Dtls-server-block.c262 SSL_free(ssl); in main()
276 SSL_free(ssl); in main()

Completed in 73 milliseconds

1234