Home
last modified time | relevance | path

Searched refs:stateless (Results 1 – 16 of 16) sorted by relevance

/openssl/doc/designs/quic-design/
H A Ddemuxer.md24 - optionally trigger sending stateless reset packets if a received packet
47 - optionally trigger sending stateless reset packets as above for client
H A Dquic-overview.md134 the appropriate Connection ID and optionally schedules sending stateless
H A Dconnection-state-machine.md179 - the Terminated state if the peer triggers a stateless reset; a
219 idle timeout, stateless reset), a connection always ultimately ends up in this
465 - `RX:STATELESS_RESET` indicates receipt of a stateless reset, but note
466 that it is not guaranteed that we are able to recognise a stateless reset
H A Ddgram-api.md51 - The BIO methods are designed to support stateless operation in which they
81 stateless and not requiire locking. Therefore the OS-native iovec structures
431stateless” (it's just a simple call to `recvfrom`, and doesn't require mutation
H A Dconnection-id-cache.md112 unsigned char reset_token[16]; /* stateless reset token is per conn ID */
H A Dquic-fifm.md408 the FIFD (`QUIC_FIFD`). The FIFD is completely stateless and provides reasonable
H A Dquic-api-ssl-funcs.md11 These API items do not relate to SSL objects. They may be stateless or may
H A Dquic-api.md1239 as such operates in a stateless fashion with regards to a BIO. This means, for
/openssl/doc/man3/
H A DSSL_CTX_set_options.pod310 SSL/TLS supports two mechanisms for resuming sessions: session ids and stateless
318 When using stateless session tickets the server uses a session ticket encryption
327 and stateless. Stateless tickets work the same way as in TLSv1.2 and below.
331 presents a ticket in the same way as for stateless tickets. The server can then
335 By default OpenSSL will use stateless tickets. The SSL_OP_NO_TICKET option will
336 cause stateless tickets to not be issued. In TLSv1.2 and below this means no
340 In TLSv1.3 it is possible to suppress all tickets (stateful and stateless) from
H A DSSL_CTX_set_timeout.pod45 This timeout value is used as the ticket lifetime hint for stateless session
H A DSSL_CTX_set_stateless_cookie_generate_cb.pod9 - Callback functions for stateless TLS1.3 cookies
H A DDTLSv1_listen.pod42 As a countermeasure to this issue TLSv1.3 and DTLS include a stateless cookie
H A DBIO_s_datagram.pod84 L<BIO_recvmmsg(3)> methods are stateless and do not cause the internal state of
/openssl/apps/
H A Ds_server.c119 static int stateless = 0; variable
1588 stateless = 1; in s_server_main()
1748 if (stateless && socket_type != SOCK_STREAM) { in s_server_main()
2951 if (dtlslisten || stateless) { in init_ssl_connection()
2983 stateless = 0; in init_ssl_connection()
3026 if (((dtlslisten || stateless) && i == 0) in init_ssl_connection()
3027 || (!dtlslisten && !stateless && retry)) { in init_ssl_connection()
/openssl/doc/man1/
H A Dopenssl-s_server.pod.in141 [B<-stateless>]
840 =item B<-stateless>
/openssl/
H A DCHANGES.md7363 The DTLSv1_listen function is intended to be stateless and processes the
11254 * Fixes to stateless session resumption handling. Use initial_ctx when
11257 stateless session resumption: this makes it possible to determine if

Completed in 170 milliseconds