/openssl/test/ |
H A D | dtlstest.c | 138 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 D | sslapitest.c | 419 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 D | dtls_mtu_test.c | 142 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 D | quicapitest.c | 200 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 D | servername_test.c | 144 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 D | sslbuffertest.c | 180 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 D | fatalerrtest.c | 77 SSL_free(sssl); in test_fatalerr() 78 SSL_free(cssl); in test_fatalerr()
|
H A D | quicfaultstest.c | 61 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 D | ssl_handshake_rtt_test.c | 125 SSL_free(serverssl); in test_handshake_rtt() 126 SSL_free(clientssl); in test_handshake_rtt()
|
H A D | asynciotest.c | 382 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 D | sslcorrupttest.c | 173 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 D | danetest.c | 326 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 D | tls13ccstest.c | 311 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 D | recordlentest.c | 177 SSL_free(serverssl); in test_record_overflow() 178 SSL_free(clientssl); in test_record_overflow()
|
H A D | cipherlist_test.c | 180 SSL_free(ssl); in test_default_cipherlist() 242 SSL_free(s); in test_default_cipherlist_clear()
|
/openssl/doc/man3/ |
H A D | SSL_free.pod | 5 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 D | SSL_stream_reset.pod | 41 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 D | SSL_clear.pod | 51 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 D | ddd-03-fd-blocking.c | 64 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 D | ddd-05-mem-nonblocking.c | 86 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 D | ddd-04-fd-nonblocking.c | 77 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 D | ddd-06-mem-uv.c | 221 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 D | quic-multi-stream.c | 437 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 D | quic-hq-interop.c | 541 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 D | tls-server-block.c | 262 SSL_free(ssl); in main() 276 SSL_free(ssl); in main()
|