Searched refs:SSL_has_matching_session_id (Results 1 – 7 of 7) sorted by relevance
/openssl/doc/man3/ |
H A D | SSL_CTX_set_generate_session_id.pod | 6 SSL_has_matching_session_id, GEN_SESSION_CB 18 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, 29 SSL_has_matching_session_id() checks, whether a session with id B<id> 63 SSL_has_matching_session_id() and generate another id if a conflict occurs. 73 SSL_has_matching_session_id() will only query the internal session cache, 79 the external cache is not tested with SSL_has_matching_session_id() 90 SSL_has_matching_session_id() returns 1 if another session with the 117 } while (SSL_has_matching_session_id(ssl, id, *id_len)
|
/openssl/ssl/ |
H A D | ssl_sess.c | 334 } while (SSL_has_matching_session_id(ssl, id, *id_len) && in def_generate_session_id() 428 if (SSL_has_matching_session_id(ssl, ss->session_id, in ssl_generate_session_id()
|
H A D | ssl_lib.c | 1044 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id, in SSL_has_matching_session_id() function
|
/openssl/util/ |
H A D | libssl.num | 72 SSL_has_matching_session_id 73 3_0_0 EXIST::FUNCTION:
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 675 * SSL_has_matching_session_id(ssl, id, *id_len) The length value passed in 1749 __owur int SSL_has_matching_session_id(const SSL *s,
|
/openssl/apps/ |
H A D | s_server.c | 3815 while (SSL_has_matching_session_id(ssl, id, *id_len) && in generate_session_id()
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 512 | `SSL_has_matching_session_id` | HL | U | A | NC\* | Done …
|
Completed in 59 milliseconds