Searched refs:SSL_SESSION_get_id (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_SESSION_set1_id.pod | 5 SSL_SESSION_get_id, 13 const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, 20 SSL_SESSION_get_id() returns a pointer to the internal session id value for the 29 SSL_SESSION_get_id() returns a pointer to the session id value.
|
/openssl/test/helpers/ |
H A D | handshake.c | 1485 SSL_SESSION_get_id(serv_sess_in, &sess_id_len); in do_handshake_internal() 1652 sess_id = SSL_SESSION_get_id(sess, &sess_id_len); in do_handshake_internal()
|
/openssl/apps/ |
H A D | s_server.c | 3844 SSL_SESSION_get_id(session, &sess->idlen); in add_session() 3852 sess->id = OPENSSL_memdup(SSL_SESSION_get_id(session, NULL), sess->idlen); in add_session() 3900 id = SSL_SESSION_get_id(session, &idlen); in del_session()
|
/openssl/ssl/ |
H A D | ssl_sess.c | 290 const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s, unsigned int *len) in SSL_SESSION_get_id() function
|
/openssl/util/ |
H A D | libssl.num | 370 SSL_SESSION_get_id 371 3_0_0 EXIST::FUNCTION:
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 480 | `SSL_SESSION_get_id` | HL | U | A | NC\* | Done …
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 1731 const unsigned char *SSL_SESSION_get_id(const SSL_SESSION *s,
|
Completed in 62 milliseconds