| /src/crypto/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_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)>
|
| H A D | SSL_clear.pod | 48 L<SSL_get_session(3)>;
|
| /src/secure/lib/libssl/ |
| H A D | Version.map | 281 SSL_get_session;
|
| /src/crypto/openssl/ssl/ |
| H A D | ssl_sess.c | 62 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 D | ssl_lib.c | 2033 if (!SSL_set_session(t, SSL_get_session(f))) { in SSL_copy_session_id()
|
| /src/crypto/openssl/test/ |
| H A D | sslapitest.c | 418 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 D | ssl_old_test.c | 1856 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 D | handshake.c | 455 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 D | tls_openssl.c | 4446 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 D | libssl.num | 116 SSL_get_session 117 3_0_0 EXIST::FUNCTION:
|
| /src/crypto/openssl/ssl/statem/ |
| H A D | extensions.c | 995 SSL_SESSION *ss = SSL_get_session(ssl); in final_server_name()
|
| /src/crypto/openssl/apps/ |
| H A D | s_server.c | 3165 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 D | s_client.c | 3681 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 D | ssl.h | 2191 #define SSL_get0_session SSL_get_session /* just peek at pointer */ 2192 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
|
| H A D | ssl.h.in | 2144 #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 D | build.info | 2698 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 D | Makefile | 556 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 D | quic-api-ssl-funcs.md | 500 | `SSL_get_session` | HL | U | A | NC\* | Done …
|
| /src/crypto/openssl/ |
| H A D | CHANGES.md | 19251 * SSL_get1_session() is like SSL_get_session(), but increments
|