Home
last modified time | relevance | path

Searched refs:SSL_get_session (Results 1 – 18 of 18) sorted by relevance

/openssl-master/doc/man3/
A DSSL_get_session.pod5 SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data
11 SSL_SESSION *SSL_get_session(const SSL *ssl);
17 SSL_get_session() returns a pointer to the B<SSL_SESSION> actually used in
21 SSL_get0_session() is the same as SSL_get_session().
23 SSL_get1_session() is the same as SSL_get_session(), but the reference
A DSSL_SESSION_free.pod54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
69 L<ssl(7)>, L<SSL_get_session(3)>,
A DSSL_SESSION_is_resumable.pod28 L<SSL_get_session(3)>,
A DSSL_set_session.pod57 L<SSL_get_session(3)>,
A DSSL_clear.pod45 L<SSL_get_session(3)>;
A DSSL_CTX_set_session_ticket_cb.pod153 When the B<gen_cb> callback is invoked, the SSL_get_session() function can be
176 L<SSL_get_session(3)>
/openssl-master/test/
A Dsslapitest.c420 SSL_get_session(clientssl), &expected))) in test_keylog()
499 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key()
501 SSL_get_session(serverssl), in test_keylog_no_master_key()
538 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key()
540 SSL_get_session(serverssl), in test_keylog_no_master_key()
1969 if (!TEST_ptr_eq(SSL_get_session(clientssl2), sess1)) in execute_test_session()
7464 return SSL_SESSION_set1_ticket_appdata(SSL_get_session(s), appdata, in gen_tick_cb()
7841 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
7846 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
7915 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
[all …]
A Dssl_old_test.c1815 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) { in main()
1821 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) { in main()
/openssl-master/test/helpers/
A Dhandshake.c444 SSL_SESSION *ss = SSL_get_session(s); in generate_session_ticket_cb()
1666 SSL_SESSION *tmp = SSL_get_session(server.ssl); in do_handshake_internal()
/openssl-master/ssl/
A Dssl_sess.c88 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
A Dssl_lib.c1608 if (!SSL_set_session(t, SSL_get_session(f))) { in SSL_copy_session_id()
/openssl-master/apps/
A Ds_client.c3290 SSL_SESSION_print(bio, SSL_get_session(s)); in print_stuff()
3293 if (SSL_get_session(s) != NULL && keymatexportlabel != NULL) { in print_stuff()
A Ds_server.c2910 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con)); in print_connection_info()
3209 SSL_SESSION_print(io, SSL_get_session(con)); in www_body()
/openssl-master/ssl/statem/
A Dextensions.c970 SSL_SESSION* ss = SSL_get_session(s); in final_server_name()
/openssl-master/util/
A Dlibssl.num116 SSL_get_session 117 3_0_0 EXIST::FUNCTION:
/openssl-master/doc/
A Dbuild.info2470 DEPEND[html/man3/SSL_get_session.html]=man3/SSL_get_session.pod
2471 GENERATE[html/man3/SSL_get_session.html]=man3/SSL_get_session.pod
2472 DEPEND[man/man3/SSL_get_session.3]=man3/SSL_get_session.pod
2473 GENERATE[man/man3/SSL_get_session.3]=man3/SSL_get_session.pod
3339 html/man3/SSL_get_session.html \
3931 man/man3/SSL_get_session.3 \
/openssl-master/include/openssl/
A Dssl.h.in2057 # define SSL_get0_session SSL_get_session/* just peek at pointer */
2058 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
/openssl-master/
A DCHANGES.md16633 * SSL_get1_session() is like SSL_get_session(), but increments

Completed in 89 milliseconds