/netbsd-src/crypto/external/bsd/openssl/dist/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_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 | 45 L<SSL_get_session(3)>;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/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_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 | 45 L<SSL_get_session(3)>;
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | sslapitest.c | 361 SSL_get_session(clientssl), &expected))) in test_keylog() 366 SSL_get_session(serverssl), &expected))) in test_keylog() 439 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key() 441 SSL_get_session(serverssl), in test_keylog_no_master_key() 478 SSL_get_session(clientssl), &expected)) in test_keylog_no_master_key() 480 SSL_get_session(serverssl), in test_keylog_no_master_key() 1275 if (!TEST_ptr_eq(SSL_get_session(clientssl2), sess1)) in execute_test_session() 5886 return SSL_SESSION_set1_ticket_appdata(SSL_get_session(s), appdata, in gen_tick_cb() 6153 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() 6158 || !TEST_ptr_ne(sess = SSL_get_session(clientssl), NULL) in test_shutdown() [all …]
|
H A D | handshake_helper.c | 467 SSL_SESSION *ss = SSL_get_session(s); in generate_session_ticket_cb() 1698 SSL_SESSION *tmp = SSL_get_session(server.ssl); in do_handshake_internal()
|
H A D | ssltest_old.c | 1851 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) { in main() 1857 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) { in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libssl/ |
H A D | ssl.map | 281 SSL_get_session;
|
/netbsd-src/crypto/external/bsd/openssl/lib/libssl/ |
H A D | ssl.map | 367 SSL_get_session;
|
/netbsd-src/crypto/external/bsd/openssl.old/lib/libcrypto/ |
H A D | man.inc | 394 SSL_get_session.3 \
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls_client.c | 295 SSL_SESSION *session = SSL_get_session(TLScontext->con); in uncache_session()
|
H A D | tls_server.c | 239 SSL_SESSION *session = SSL_get_session(TLScontext->con); in uncache_session()
|
/netbsd-src/crypto/external/bsd/openssl/lib/libcrypto/ |
H A D | man.inc | 616 SSL_get_session.3 \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man7/ |
H A D | ssl.pod | 573 =item SSL_SESSION *B<SSL_get_session>(const SSL *ssl); 798 L<SSL_get_session(3)>,
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/ |
H A D | ssl_old_test.c | 1861 if (write_session(server_sess_out, SSL_get_session(s_ssl)) == 0) { in main() 1867 if (write_session(client_sess_out, SSL_get_session(c_ssl)) == 0) { in main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | ssl_sess.c | 32 SSL_SESSION *SSL_get_session(const SSL *ssl) in SSL_get_session() function
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 1998 # define SSL_get0_session SSL_get_session/* just peek at pointer */ 1999 __owur SSL_SESSION *SSL_get_session(const SSL *ssl);
|