Home
last modified time | relevance | path

Searched refs:SSL_stateless (Results 1 – 10 of 10) sorted by relevance

/openssl/doc/man3/
H A DDTLSv1_listen.pod5 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, some
51 OpenSSL implements this capability via the SSL_stateless() and DTLSv1_listen()
96 "read" BIO becoming empty then the SSL_stateless() call will fail. It is the
98 a single SSL_stateless() call is all from the same peer.
103 Both SSL_stateless() and DTLSv1_listen() will clear the error queue when they
106 SSL_stateless() cannot be used with QUIC SSL objects and returns an error if
114 of -1 indicates any other error. User code may retry the SSL_stateless() call.
[all …]
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod42 L<SSL_stateless(3)> to generate the application-controlled portion of the cookie
50 L<SSL_stateless(3)> to determine whether the application-controlled portion of a
79 L<SSL_stateless(3)>,
/openssl/util/
H A Dlibssl.num476 SSL_stateless 477 3_0_0 EXIST::FUNCTION:
/openssl/test/
H A Dquicapitest.c748 if (!TEST_false(SSL_stateless(ssl))) in test_quic_forbidden_options()
H A Dsslapitest.c5907 || !TEST_int_eq(SSL_stateless(serverssl), -1)) in test_stateless()
5928 || !TEST_int_eq(SSL_stateless(serverssl), 0)) in test_stateless()
5945 || !TEST_int_eq(SSL_stateless(serverssl), 0) in test_stateless()
5950 || !TEST_int_eq(SSL_stateless(serverssl), 1) in test_stateless()
/openssl/doc/man7/
H A Dopenssl-quic.pod269 L<SSL_stateless(3)> support
/openssl/apps/
H A Ds_server.c2961 i = SSL_stateless(con); in init_ssl_connection()
/openssl/doc/designs/quic-design/
H A Dquic-api-ssl-funcs.md692 | `SSL_stateless` | RL | ��U | ��FC | ��C* | ��Done …
/openssl/include/openssl/
H A Dssl.h.in1932 __owur int SSL_stateless(SSL *s);
/openssl/ssl/
H A Dssl_lib.c7219 int SSL_stateless(SSL *s) in SSL_stateless() function

Completed in 156 milliseconds