Lines Matching full:applications

10 You can use OpenSSL's QUIC capabilities for both client and server applications.
11 This man page describes how to let applications use the QUIC protocol using the
16 are needed to existing applications which use libssl API to bring QUIC protocol
33 implementation requirements, which existing applications should bear in mind;
37 Aspects which must be considered by existing applications when adopting QUIC,
42 Recommended usage approaches for new applications.
60 Default stream mode is primarily for compatibility with existing applications.
61 For new applications utilizing QUIC, it's recommended to disable this mode and
62 instead adopt the multi-stream API. See the RECOMMENDATIONS FOR NEW APPLICATIONS
90 Default stream mode is intended to aid compatibility with legacy applications.
91 New applications adopting QUIC should use multi-stream mode, described below,
97 in order to use L<SSL_accept_stream(3)> in this case. However, applications
107 The recommended usage mode for new applications adopting QUIC is multi-stream
136 semantics. There are broadly four options for applications to use as a network
143 L<BIO_s_datagram(3)>, recommended for most applications, replaces
149 semantics, and is recommended for existing applications which use a BIO pair or
176 is no longer the case; applications must explicitly configure the desired
192 L<BIO_s_datagram(3)> when used with QUIC, therefore applications which use this
197 L<BIO_new_buffer_ssl_connect(3)> cannot be used with QUIC and applications must
203 must be shut down. In particular, applications should be advised that the full
207 is available for such applications. For details, see L<SSL_shutdown(3)>.
225 L<SSL_net_write_desired(3)>. Only applications which wish to manage their own event
319 =head1 CONSIDERATIONS FOR EXISTING APPLICATIONS
321 Existing applications seeking to adopt QUIC should apply the following list to
420 Most applications will service the SSL object by calling L<SSL_read(3)> or
433 Client applications which use thread assisted mode do not need to be concerned
454 =head1 RECOMMENDED USAGE IN NEW APPLICATIONS
456 The recommended usage in new applications varies depending on three independent
488 Applications which wish to implement QUIC-specific protocols should be aware of
495 applications avoid use of the default stream mode and use the multi-stream API
792 OpenSSL's QUIC implementation is designed to facilitate applications which wish
794 applications which wish to use the SSL APIs in a nonblocking fashion and manage