Searched refs:SSL_get_session (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/lib/libssl/src/doc/ssl/ |
| D | SSL_get_session.pod | 5 SSL_get_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
|
| D | SSL_SESSION_free.pod | 38 by calling SSL_get1_session(), see L<SSL_get_session(3)|SSL_get_session(3)>) 50 L<ssl(3)|ssl(3)>, L<SSL_get_session(3)|SSL_get_session(3)>,
|
| D | SSL_set_session.pod | 53 L<SSL_get_session(3)|SSL_get_session(3)>,
|
| D | ssl.pod | 509 =item SSL_SESSION *B<SSL_get_session>(const SSL *ssl); 707 L<SSL_get_session(3)|SSL_get_session(3)>,
|
| /mirbsd/src/usr.sbin/httpd/src/modules/ssl/ |
| D | README.dsov.fig | 331 4 0 0 200 0 20 8 0.0000 4 120 840 10440 5940 SSL_get_session()\001
|
| D | ssl_engine_vars.c | 306 SSL_SESSION *pSession = SSL_get_session(ssl); in ssl_var_lookup_ssl()
|
| /mirbsd/src/lib/libssl/man/ |
| D | Makefile | 190 SSL_get_session.cat3 \ 856 SSL_get_session.3 SSL_get0_session.3 \ 857 SSL_get_session.3 SSL_get1_session.3 \
|
| /mirbsd/src/lib/libssl/src/apps/ |
| D | s_time.c | 680 SSL_set_session(serverCon,SSL_get_session(scon)); in doConnection()
|
| D | s_server.c | 1243 PEM_write_bio_SSL_SESSION(bio_s_out,SSL_get_session(con)); in init_ssl_connection() 1501 SSL_SESSION_print(io,SSL_get_session(con)); in www_body()
|
| D | s_client.c | 1111 SSL_SESSION_print(bio,SSL_get_session(s)); in print_stuff()
|
| /mirbsd/src/lib/libssl/src/ssl/ |
| D | ssl.h | 1398 #define SSL_get0_session SSL_get_session /* just peek at pointer */ 1399 SSL_SESSION *SSL_get_session(const SSL *ssl);
|
| D | ssl_sess.c | 70 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
|
| D | ssl_lib.c | 742 SSL_set_session(t,SSL_get_session(f)); in SSL_copy_session_id()
|
| /mirbsd/src/lib/libssl/src/doc/ |
| D | ssleay.txt | 5675 SSL_SESSION *SSL_get_session(SSL *s); 5806 PEM_write_SSL_SESSION(SSL_get_session(ssl),stdout,....) 5813 SSL_set_session(ssl2,SSL_get_session(ssl)); 5817 SSL_CTX_remove_session(SSL_get_SSL_CTX(ssl),SSL_get_session(ssl)); 5824 * connections using this session by doing SSL_get_session(ssl) to get the 6152 SSL_get_session
|
| /mirbsd/src/distrib/lists/htman/htmi/ |
| D | mi | 1824 ./man3/SSL_get_session.htm
|
| /mirbsd/src/distrib/lists/base/dev/ |
| D | mi | 5067 ./usr/share/man/cat3/SSL_get_session.0
|