Lines Matching +full:os +full:- +full:initiated
5 ossl-guide-tls-introduction
6 - OpenSSL Guide: An introduction to SSL/TLS in OpenSSL
31 remotely initiated communication is the server. The term "endpoint" refers to
65 SSLv3 is available as a compile time option - but it is not built by default.
67 in a standard build of OpenSSL. However special run-time configuration is
140 have obtained your copy of OpenSSL from an Operating System (OS) vendor (e.g. a
146 openssl version -d
171 a single file containing all of the certificates. See L<openssl-env(7)> for
233 L<ossl-guide-tls-client-block(7)> and L<ossl-guide-tls-server-block(7)> for
269 be in-flight, so the server is still in the handshake phase. It is even possible
278 application data even earlier (using the TLSv1.3 "early data" capability) - but
285 be exchanged - so it is not necessarily the case that, just because the
289 may be initiated by either the client or the server via a message known as a
299 See L<ossl-guide-tls-client-block(7)> for an example of how to apply these
301 See L<ossl-guide-tls-server-block(7)> for an example of how to apply these
304 See L<ossl-guide-quic-introduction(7)> for an introduction to QUIC in OpenSSL.
308 L<ossl-guide-introduction(7)>, L<ossl-guide-libraries-introduction(7)>,
309 L<ossl-guide-libssl-introduction(7)>, L<ossl-guide-tls-client-block(7)>,
310 L<ossl-guide-tls-server-block(7)>, L<ossl-guide-quic-introduction(7)>
314 Copyright 2023-2025 The OpenSSL Project Authors. All Rights Reserved.