Lines Matching +full:non +full:- +full:compliant

5 SSL_shutdown, SSL_shutdown_ex - shut down a TLS/SSL or QUIC connection
26 SSL_shutdown_ex() is an extended version of SSL_shutdown(). If non-NULL, I<args>
29 zero-initialized. If I<args> is NULL, the behaviour is the same as passing a
30 zero-initialised B<SSL_SHUTDOWN_EX_ARGS> structure. Currently, all extended
49 =head1 TLS AND DTLS-SPECIFIC CONSIDERATIONS
70 =head2 Locally-Initiated Shutdown
87 =head2 Remotely-Initiated Shutdown
99 the behaviour will not be fully standards compliant.
126 any final handshake-layer messages received are processed (for example, messages
180 This is not standards-compliant behaviour. It should only be done when the
185 =head2 Non-Compliant Peers
218 =head1 QUIC-SPECIFIC SHUTDOWN CONSIDERATIONS
224 normally, see L<SSL_stream_conclude(3)>; to perform a non-normal stream
235 An optional 62-bit application error code to be signalled to the peer. The value
236 must be in the range [0, 2**62-1], else the call to SSL_shutdown_ex() fails. If
241 An optional zero-terminated (UTF-8) reason string to be signalled to the peer.
242 The application is responsible for providing a valid UTF-8 string and OpenSSL
244 used, a zero-length string is used as the reason. If provided, the reason string
277 SSL_handle_events() is called regularly. See L<openssl-quic(7)> and
289 An exception to this is streams which terminated in a non-normal fashion, for
290 example due to a stream reset; only streams which are non-terminated at the time
297 be transmitted to the peer. This flag may be used when a non-normal application
308 RFC-compliant QUIC connection closure process could take of the order of
309 seconds. This may be unsuitable for some applications, such as short-lived
310 processes which need to exit immediately after completing an application-layer
318 =item RFC compliant shutdown mode
344 performed, otherwise an RFC-compliant shutdown is performed.
350 =head2 Peer-Initiated Shutdown
432 Copyright 2000-2023 The OpenSSL Project Authors. All Rights Reserved.