Lines Matching +full:common +full:- +full:session

1 .\" -*- mode: troff; coding: utf-8 -*-
57 .IX Title "OSSL-GUIDE-TLS-INTRODUCTION 7ossl"
58 .TH OSSL-GUIDE-TLS-INTRODUCTION 7ossl 2025-09-30 3.5.4 OpenSSL
64 ossl\-guide\-tls\-introduction
65 \&\- OpenSSL Guide: An introduction to SSL/TLS in OpenSSL
82 Layer). OpenSSL dates from a time when the SSL name was still in common use and
101 and server share in common is used.
121 SSLv3 is available as a compile time option \- but it is not built by default.
123 in a standard build of OpenSSL. However special run-time configuration is
167 Note that it is common for certificates to be built up into a chain. For example
201 \& openssl version \-d
227 a single file containing all of the certificates. See \fBopenssl\-env\fR\|(7) for
242 the session. This will print a lot of information on the screen about the
276 Typically you can set up common configuration options on the \fBSSL_CTX\fR so that
294 \&\fBossl\-guide\-tls\-client\-block\fR\|(7) and \fBossl\-guide\-tls\-server\-block\fR\|(7) for
297 Finally, an endpoint can establish a "session" with its peer. The session holds
299 The session details can then be reused in a subsequent connection attempt to
302 exactly one session per connection. In TLSv1.3 there can be any number per
329 be in-flight, so the server is still in the handshake phase. It is even possible
338 application data even earlier (using the TLSv1.3 "early data" capability) \- but
345 be exchanged \- so it is not necessarily the case that, just because the
358 See \fBossl\-guide\-tls\-client\-block\fR\|(7) for an example of how to apply these
360 See \fBossl\-guide\-tls\-server\-block\fR\|(7) for an example of how to apply these
363 See \fBossl\-guide\-quic\-introduction\fR\|(7) for an introduction to QUIC in OpenSSL.
366 \&\fBossl\-guide\-introduction\fR\|(7), \fBossl\-guide\-libraries\-introduction\fR\|(7),
367 \&\fBossl\-guide\-libssl\-introduction\fR\|(7), \fBossl\-guide\-tls\-client\-block\fR\|(7),
368 \&\fBossl\-guide\-tls\-server\-block\fR\|(7), \fBossl\-guide\-quic\-introduction\fR\|(7)
371 Copyright 2023\-2025 The OpenSSL Project Authors. All Rights Reserved.