Searched refs:SSL_stateless (Results 1 – 7 of 7) sorted by relevance
5 SSL_stateless,13 int SSL_stateless(SSL *s);18 SSL_stateless() statelessly listens for new incoming TLSv1.3 connections.38 If TCP is being used then there is no need to use SSL_stateless(). However some51 OpenSSL implements this capability via the SSL_stateless() and DTLSv1_listen()70 respectively. For SSL_stateless(), SSL_CTX_set_stateless_cookie_generate_cb()79 "read" BIO becoming empty then the SSL_stateless() call will fail. It is the81 a single SSL_stateless() call is all from the same peer.86 Both SSL_stateless() and DTLSv1_listen() will clear the error queue when they94 of -1 indicates any other error. User code may retry the SSL_stateless() call.[all …]
26 SSL_CTX_set_cookie_generate_cb() sets the callback used by L<SSL_stateless(3)>34 SSL_CTX_set_cookie_verify_cb() sets the callback used by L<SSL_stateless(3)> to47 L<SSL_stateless(3)>
505 SSL_stateless;
1827 __owur int SSL_stateless(SSL *s);
2755 i = SSL_stateless(con); in init_ssl_connection()
5489 int SSL_stateless(SSL *s) in SSL_stateless() function
1118 MLINKS+= DTLSv1_listen.3 SSL_stateless.3