Home
last modified time | relevance | path

Searched refs:SSL_get1_session (Results 1 – 13 of 13) sorted by relevance

/openssl/doc/man3/
H A DSSL_get_session.pod5 SSL_get_session, SSL_get0_session, SSL_get1_session - retrieve TLS/SSL session data
13 SSL_SESSION *SSL_get1_session(SSL *ssl);
23 SSL_get1_session() is the same as SSL_get_session(), but the reference
70 If the data is to be kept, SSL_get1_session() will increment the reference
H A DSSL_SESSION_free.pod54 by calling SSL_get1_session(), see L<SSL_get_session(3)>)
/openssl/test/
H A Drpktest.c517 if (!TEST_ptr((client_sess = SSL_get1_session(clientssl))) in test_rpk()
521 if (!TEST_ptr((server_sess = SSL_get1_session(serverssl))) in test_rpk()
H A Dtls13ccstest.c306 sess = SSL_get1_session(cssl); in test_tls13ccs()
H A Dsslapitest.c494 sess = SSL_get1_session(clientssl); in test_keylog_no_master_key()
2155 if (!TEST_ptr(sess1 = SSL_get1_session(clientssl2))) in execute_test_session()
3496 *sess = SSL_get1_session(*clientssl); in setupearly_data_test()
3700 sess = SSL_get1_session(clientssl); in test_early_data_read_write()
4815 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()
4836 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()
4872 clntsess = SSL_get1_session(clientssl); in test_ciphersuite_change()
6262 sess = SSL_get1_session(clientssl); in test_custom_exts()
7938 clntsess = SSL_get1_session(clientssl); in test_info_callback()
8471 clntsess = SSL_get1_session(clientssl); in test_ticket_callbacks()
[all …]
H A Ddtlstest.c229 || !TEST_ptr(sess = SSL_get1_session(clientssl))) in test_dtls_drop_records()
H A Dquicapitest.c167 sess = SSL_get1_session(clientquic); in test_quic_write_read()
/openssl/ssl/
H A Dssl_sess.c72 SSL_SESSION *SSL_get1_session(SSL *ssl) in SSL_get1_session() function
/openssl/test/helpers/
H A Dhandshake.c1697 *session_out = SSL_get1_session(client.ssl); in do_handshake_internal()
/openssl/util/
H A Dlibssl.num67 SSL_get1_session 68 3_0_0 EXIST::FUNCTION:
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md499 | `SSL_get1_session` | HL | ��U | ��A | ��NC\* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in2125 __owur SSL_SESSION *SSL_get1_session(SSL *ssl); /* obtain a reference count */
/openssl/
H A DCHANGES.md18572 * SSL_get1_session() is like SSL_get_session(), but increments

Completed in 110 milliseconds