Home
last modified time | relevance | path

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

/freebsd-13.1/crypto/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()
78 For SSL_stateless() if an entire ClientHello message cannot be read without the
79 "read" BIO becoming empty then the SSL_stateless() call will fail. It is the
81 a single SSL_stateless() call is all from the same peer.
86 Both SSL_stateless() and DTLSv1_listen() will clear the error queue when they
94 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
78 L<SSL_stateless(3)>,
/freebsd-13.1/secure/lib/libssl/
H A DVersion.map505 SSL_stateless;
/freebsd-13.1/crypto/openssl/include/openssl/
H A Dssl.h1829 __owur int SSL_stateless(SSL *s);
/freebsd-13.1/crypto/openssl/apps/
H A Ds_server.c2763 i = SSL_stateless(con); in init_ssl_connection()
/freebsd-13.1/crypto/openssl/ssl/
H A Dssl_lib.c5687 int SSL_stateless(SSL *s) in SSL_stateless() function
/freebsd-13.1/secure/lib/libcrypto/man/man3/
H A DMakefile1126 MLINKS+= DTLSv1_listen.3 SSL_stateless.3