Lines Matching +full:inside +full:- +full:secure
18 .\" Set up some character translations and predefined strings. \*(-- will
24 .tr \(*W-
27 . ds -- \(*W-
29 . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch
30 . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch
37 . ds -- \|\(em\|
71 .\" Fear. Run. Save yourself. No user-serviceable parts.
81 . ds #H ((1u-(\\\\n(.fu%2u))*.13m)
97 . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u"
98 . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u'
99 . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u'
100 . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u'
101 . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u'
102 . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u'
104 . \" troff and (daisy-wheel) nroff accents
123 . ds d- d\h'-1'\(ga
124 . ds D- D\h'-1'\(hy
134 .TH SSL 7ossl "2023-09-19" "3.0.11" "OpenSSL"
140 ssl \- OpenSSL SSL/TLS library
147 Secure Sockets Layer, Transport Layer Security, and Datagram Transport Layer
149 This page gives a brief overview of the extensive \s-1API\s0 and data types
152 An \fB\s-1SSL_CTX\s0\fR object is created as a framework to establish
153 \&\s-1TLS/SSL\s0 enabled connections (see \fBSSL_CTX_new\fR\|(3)).
158 \&\fB\s-1SSL\s0\fR object. After the \fB\s-1SSL\s0\fR object has been created using
163 When the \s-1TLS/SSL\s0 handshake is performed using
167 used to read and write data on the \s-1TLS/SSL\s0 connection.
169 \&\s-1TLS/SSL\s0 connection.
173 .IP "\fB\s-1SSL_METHOD\s0\fR (\s-1SSL\s0 Method)" 4
177 TLSv1, ...). It's needed to create an \fB\s-1SSL_CTX\s0\fR.
178 .IP "\fB\s-1SSL_CIPHER\s0\fR (\s-1SSL\s0 Cipher)" 4
181 are a core part of the \s-1SSL/TLS\s0 protocol. The available ciphers are configured
182 on a \fB\s-1SSL_CTX\s0\fR basis and the actual ones used are then part of the
183 \&\fB\s-1SSL_SESSION\s0\fR.
184 .IP "\fB\s-1SSL_CTX\s0\fR (\s-1SSL\s0 Context)" 4
187 once per program life-time and which holds mainly default values for the
188 \&\fB\s-1SSL\s0\fR structures which are later created for the connections.
189 .IP "\fB\s-1SSL_SESSION\s0\fR (\s-1SSL\s0 Session)" 4
191 This is a structure containing the current \s-1TLS/SSL\s0 session details for a
192 connection: \fB\s-1SSL_CIPHER\s0\fRs, client and server certificates, keys, etc.
193 .IP "\fB\s-1SSL\s0\fR (\s-1SSL\s0 Connection)" 4
195 This is the main \s-1SSL/TLS\s0 structure which is created by a server or client per
196 established connection. This actually is the core structure in the \s-1SSL API.\s0
197 At run-time the application usually deals with this structure which has
205 This is the common header file for the \s-1SSL/TLS API.\s0 Include it into your
206 program to make the \s-1API\s0 of the \fBssl\fR library available. It internally
207 includes both more private \s-1SSL\s0 headers and headers from the \fBcrypto\fR library.
208 Whenever you need hard-core details on the internals of the \s-1SSL API,\s0 look
209 inside this header file.
222 Copyright 2000\-2018 The OpenSSL Project Authors. All Rights Reserved.
226 in the file \s-1LICENSE\s0 in the source distribution or at