Home
last modified time | relevance | path

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

/openssl/doc/man3/
H 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
H A DSSL_SESSION_free.pod54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
71 L<ssl(7)>, L<SSL_get_session(3)>,
H A DSSL_SESSION_is_resumable.pod28 L<SSL_get_session(3)>,
H A DSSL_set_session.pod58 L<SSL_get_session(3)>,
H A DSSL_set_session_secret_cb.pod58 L<SSL_get_session(3)>
H A DSSL_clear.pod48 L<SSL_get_session(3)>;
H 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/test/
H A Dsslapitest.c487 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key()
489 SSL_get_session(serverssl), in test_keylog_no_master_key()
528 SSL_get_session(serverssl), in test_keylog_no_master_key()
2185 if (!TEST_ptr_eq(SSL_get_session(clientssl2), sess1)) in execute_test_session()
8215 return SSL_SESSION_set1_ticket_appdata(SSL_get_session(s), appdata, in gen_tick_cb()
8622 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
8627 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
8696 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
8707 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
9490 sess = SSL_get_session(serverssl); in test_session_cache_overflow()
[all …]
H A Dssl_old_test.c1873 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) { in main()
1879 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) { in main()
/openssl/ssl/
H A Dssl_sess.c61 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
84 sess = SSL_get_session(ssl); in SSL_get1_session()
H A Dssl_lib.c2003 if (!SSL_set_session(t, SSL_get_session(f))) { in SSL_copy_session_id()
/openssl/test/helpers/
H A Dhandshake.c458 SSL_SESSION *ss = SSL_get_session(s); in generate_session_ticket_cb()
1699 SSL_SESSION *tmp = SSL_get_session(server.ssl); in do_handshake_internal()
/openssl/util/
H A Dlibssl.num116 SSL_get_session 117 3_0_0 EXIST::FUNCTION:
/openssl/apps/
H A Ds_client.c3589 SSL_SESSION_print(bio, SSL_get_session(s)); in print_stuff()
3592 if (SSL_get_session(s) != NULL && keymatexportlabel != NULL) { in print_stuff()
H A Ds_server.c3063 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con)); in print_connection_info()
3432 SSL_SESSION_print(io, SSL_get_session(con)); in www_body()
/openssl/ssl/statem/
H A Dextensions.c1050 SSL_SESSION* ss = SSL_get_session(ssl); in final_server_name()
/openssl/doc/
H A Dbuild.info2654 DEPEND[html/man3/SSL_get_session.html]=man3/SSL_get_session.pod
2655 GENERATE[html/man3/SSL_get_session.html]=man3/SSL_get_session.pod
2656 DEPEND[man/man3/SSL_get_session.3]=man3/SSL_get_session.pod
2657 GENERATE[man/man3/SSL_get_session.3]=man3/SSL_get_session.pod
3673 html/man3/SSL_get_session.html \
4337 man/man3/SSL_get_session.3 \
/openssl/include/openssl/
H A Dssl.h.in2123 # define SSL_get0_session SSL_get_session/* just peek at pointer */
2124 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md500 | `SSL_get_session` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/
H A DCHANGES.md18572 * SSL_get1_session() is like SSL_get_session(), but increments

Completed in 170 milliseconds