Home
last modified time | relevance | path

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

/src/crypto/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_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)>
H A DSSL_clear.pod48 L<SSL_get_session(3)>;
/src/secure/lib/libssl/
H A DVersion.map281 SSL_get_session;
/src/crypto/openssl/ssl/
H A Dssl_sess.c62 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
85 sess = SSL_get_session(ssl); in SSL_get1_session()
H A Dssl_lib.c2033 if (!SSL_set_session(t, SSL_get_session(f))) { in SSL_copy_session_id()
/src/crypto/openssl/test/
H A Dsslapitest.c418 SSL_get_session(clientssl), &expected))) in test_keylog()
423 SSL_get_session(serverssl), &expected))) in test_keylog()
497 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key()
499 SSL_get_session(serverssl), in test_keylog_no_master_key()
536 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key()
538 SSL_get_session(serverssl), in test_keylog_no_master_key()
2194 if (!TEST_ptr_eq(SSL_get_session(clientssl2), sess1)) in execute_test_session()
8463 return SSL_SESSION_set1_ticket_appdata(SSL_get_session(s), appdata, in gen_tick_cb()
8870 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
8875 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown()
[all …]
H A Dssl_old_test.c1856 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) { in main()
1862 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) { in main()
/src/crypto/openssl/test/helpers/
H A Dhandshake.c455 SSL_SESSION *ss = SSL_get_session(s); in generate_session_ticket_cb()
1695 SSL_SESSION *tmp = SSL_get_session(server.ssl); in do_handshake_internal()
/src/contrib/wpa/src/crypto/
H A Dtls_openssl.c4446 sess = SSL_get_session(ssl); in tls_connection_get_eap_fast_key()
5909 sess = SSL_get_session(conn->ssl); in tls_connection_set_success_data()
5960 !(sess = SSL_get_session(conn->ssl))) in tls_connection_get_success_data()
5970 sess = SSL_get_session(conn->ssl); in tls_connection_remove_session()
/src/crypto/openssl/util/
H A Dlibssl.num116 SSL_get_session 117 3_0_0 EXIST::FUNCTION:
/src/crypto/openssl/ssl/statem/
H A Dextensions.c995 SSL_SESSION *ss = SSL_get_session(ssl); in final_server_name()
/src/crypto/openssl/apps/
H A Ds_server.c3165 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con)); in print_connection_info()
3534 SSL_SESSION_print(io, SSL_get_session(con)); in www_body()
H A Ds_client.c3681 SSL_SESSION_print(bio, SSL_get_session(s)); in print_stuff()
3684 if (SSL_get_session(s) != NULL && keymatexportlabel != NULL) { in print_stuff()
/src/crypto/openssl/include/openssl/
H A Dssl.h2191 #define SSL_get0_session SSL_get_session /* just peek at pointer */
2192 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
H A Dssl.h.in2144 #define SSL_get0_session SSL_get_session /* just peek at pointer */
2145 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
/src/crypto/openssl/doc/
H A Dbuild.info2698 DEPEND[html/man3/SSL_get_session.html]=man3/SSL_get_session.pod
2699 GENERATE[html/man3/SSL_get_session.html]=man3/SSL_get_session.pod
2700 DEPEND[man/man3/SSL_get_session.3]=man3/SSL_get_session.pod
2701 GENERATE[man/man3/SSL_get_session.3]=man3/SSL_get_session.pod
3738 html/man3/SSL_get_session.html \
4414 man/man3/SSL_get_session.3 \
/src/secure/lib/libcrypto/man/man3/
H A DMakefile556 MAN+= SSL_get_session.3
4447 MLINKS+= SSL_get_session.3 SSL_get0_session.3
4448 MLINKS+= SSL_get_session.3 SSL_get1_session.3
/src/crypto/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md500 | `SSL_get_session` | HL | ��U | ��A | ��NC\* | ��Done …
/src/crypto/openssl/
H A DCHANGES.md19251 * SSL_get1_session() is like SSL_get_session(), but increments