Searched refs:SSL_get_session (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/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)>) 69 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 | 57 L<SSL_get_session(3)>,
|
| H A D | SSL_clear.pod | 45 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)>
|
| /freebsd-13.1/secure/lib/libssl/ |
| H A D | Version.map | 283 SSL_get_session;
|
| /freebsd-13.1/crypto/openssl/doc/man7/ |
| H A D | ssl.pod | 573 =item SSL_SESSION *B<SSL_get_session>(const SSL *ssl); 798 L<SSL_get_session(3)>,
|
| /freebsd-13.1/contrib/wpa/src/crypto/ |
| H A D | tls_openssl.c | 4233 sess = SSL_get_session(ssl); in tls_connection_get_eap_fast_key() 5670 sess = SSL_get_session(conn->ssl); in tls_connection_set_success_data() 5706 !(sess = SSL_get_session(conn->ssl))) in tls_connection_get_success_data() 5716 sess = SSL_get_session(conn->ssl); in tls_connection_remove_session()
|
| /freebsd-13.1/crypto/openssl/ssl/ |
| H A D | ssl_sess.c | 32 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
|
| H A D | ssl_lib.c | 1589 if (!SSL_set_session(t, SSL_get_session(f))) { in SSL_copy_session_id()
|
| /freebsd-13.1/crypto/openssl/include/openssl/ |
| H A D | ssl.h | 1992 # define SSL_get0_session SSL_get_session/* just peek at pointer */ 1993 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
|
| /freebsd-13.1/crypto/openssl/ssl/statem/ |
| H A D | extensions.c | 988 SSL_SESSION* ss = SSL_get_session(s); in final_server_name()
|
| /freebsd-13.1/crypto/openssl/apps/ |
| H A D | s_client.c | 3380 SSL_SESSION_print(bio, SSL_get_session(s)); in print_stuff() 3383 if (SSL_get_session(s) != NULL && keymatexportlabel != NULL) { in print_stuff()
|
| H A D | s_server.c | 2871 PEM_write_bio_SSL_SESSION(bio_s_out, SSL_get_session(con)); in print_connection_info() 3194 SSL_SESSION_print(io, SSL_get_session(con)); in www_body()
|
| /freebsd-13.1/secure/lib/libcrypto/man/man3/ |
| H A D | Makefile | 388 MAN+= SSL_get_session.3 2793 MLINKS+= SSL_get_session.3 SSL_get0_session.3 2794 MLINKS+= SSL_get_session.3 SSL_get1_session.3
|
| /freebsd-13.1/crypto/openssl/ |
| H A D | CHANGES | 11766 *) SSL_get1_session() is like SSL_get_session(), but increments
|
| /freebsd-13.1/ |
| H A D | ObsoleteFiles.inc | 11861 OLD_FILES+=usr/share/man/man3/SSL_get_session.3.gz
|