Searched refs:SSL_get_session (Results 1 – 20 of 20) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_get_session.pod | 5 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 D | SSL_SESSION_free.pod | 54 by calling SSL_get1_session(), see L<SSL_get_session(3)>) 71 L<ssl(7)>, L<SSL_get_session(3)>,
|
H A D | SSL_SESSION_is_resumable.pod | 28 L<SSL_get_session(3)>,
|
H A D | SSL_set_session.pod | 58 L<SSL_get_session(3)>,
|
H A D | SSL_set_session_secret_cb.pod | 58 L<SSL_get_session(3)>
|
H A D | SSL_clear.pod | 48 L<SSL_get_session(3)>;
|
H A D | SSL_CTX_set_session_ticket_cb.pod | 153 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 D | sslapitest.c | 487 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 D | ssl_old_test.c | 1873 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 D | ssl_sess.c | 61 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 D | ssl_lib.c | 2003 if (!SSL_set_session(t, SSL_get_session(f))) { in SSL_copy_session_id()
|
/openssl/test/helpers/ |
H A D | handshake.c | 458 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 D | libssl.num | 116 SSL_get_session 117 3_0_0 EXIST::FUNCTION:
|
/openssl/apps/ |
H A D | s_client.c | 3589 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 D | s_server.c | 3063 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 D | extensions.c | 1050 SSL_SESSION* ss = SSL_get_session(ssl); in final_server_name()
|
/openssl/doc/ |
H A D | build.info | 2654 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 D | ssl.h.in | 2123 # 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 D | quic-api-ssl-funcs.md | 500 | `SSL_get_session` | HL | U | A | NC\* | Done …
|
/openssl/ |
H A D | CHANGES.md | 18572 * SSL_get1_session() is like SSL_get_session(), but increments
|
Completed in 170 milliseconds