Lines Matching +full:protocol +full:- +full:id

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
133 .IX Title "OPENSSL-SESS_ID 1ossl"
134 .TH OPENSSL-SESS_ID 1ossl "2023-09-22" "3.0.11" "OpenSSL"
140 openssl\-sess_id \- SSL/TLS session handling command
144 [\fB\-help\fR]
145 [\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR]
146 [\fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR|\fB\s-1NSS\s0\fR]
147 [\fB\-in\fR \fIfilename\fR]
148 [\fB\-out\fR \fIfilename\fR]
149 [\fB\-text\fR]
150 [\fB\-cert\fR]
151 [\fB\-noout\fR]
152 [\fB\-context\fR \fI\s-1ID\s0\fR]
155 This command processes the encoded version of the \s-1SSL\s0 session
156 structure and optionally prints out \s-1SSL\s0 session details (for example
157 the \s-1SSL\s0 session master key) in human readable format. Since this is a
158 diagnostic tool that needs some knowledge of the \s-1SSL\s0 protocol to use
165 .IP "\fB\-help\fR" 4
166 .IX Item "-help"
168 .IP "\fB\-inform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\s0\fR, \fB\-outform\fR \fB\s-1DER\s0\fR|\fB\s-1PEM\…
169 .IX Item "-inform DER|PEM, -outform DER|PEM|NSS"
170 The input and output formats; the default is \s-1PEM.\s0
171 See \fBopenssl\-format\-options\fR\|(1) for details.
173 For \fB\s-1NSS\s0\fR output, the session \s-1ID\s0 and master key are reported in \s-1NSS\s0 \*(L"k…
175 .IP "\fB\-in\fR \fIfilename\fR" 4
176 .IX Item "-in filename"
179 .IP "\fB\-out\fR \fIfilename\fR" 4
180 .IX Item "-out filename"
183 .IP "\fB\-text\fR" 4
184 .IX Item "-text"
187 .IP "\fB\-cert\fR" 4
188 .IX Item "-cert"
190 if the \fB\-text\fR option is also present then it will be printed out in text form.
191 .IP "\fB\-noout\fR" 4
192 .IX Item "-noout"
194 .IP "\fB\-context\fR \fI\s-1ID\s0\fR" 4
195 .IX Item "-context ID"
196 This option can set the session id so the output session information uses the
197 supplied \s-1ID.\s0 The \s-1ID\s0 can be any string of characters. This option won't normally
204 \& SSL\-Session:
205 \& Protocol : TLSv1
207 \& Session\-ID: 871E62626C554CE95488823752CBD5F3673A3EF3DCE9C67BD916C809914B40ED
208 \& Session\-ID\-ctx: 01000000
209 \& Master\-Key: A7CEFC571974BE02CAC305269DC59F76EA9F0B180CB6642697A68251F2D2BB57E51DBBB4C788557…
210 \& Key\-Arg : None
217 .IP "\fBProtocol\fR" 4
218 .IX Item "Protocol"
219 This is the protocol in use TLSv1.3, TLSv1.2, TLSv1.1, TLSv1 or SSLv3.
222 The cipher used this is the actual raw \s-1SSL\s0 or \s-1TLS\s0 cipher code, see the \s-1SSL\s0
223 or \s-1TLS\s0 specifications for more information.
224 .IP "\fBSession-ID\fR" 4
225 .IX Item "Session-ID"
226 The \s-1SSL\s0 session \s-1ID\s0 in hex format.
227 .IP "\fBSession-ID-ctx\fR" 4
228 .IX Item "Session-ID-ctx"
229 The session \s-1ID\s0 context in hex format.
230 .IP "\fBMaster-Key\fR" 4
231 .IX Item "Master-Key"
232 This is the \s-1SSL\s0 session master key.
242 This is the return code when an \s-1SSL\s0 client certificate is verified.
245 Since the \s-1SSL\s0 session output contains the master key it is
256 \&\fBopenssl\-ciphers\fR\|(1),
257 \&\fBopenssl\-s_server\fR\|(1)
260 Copyright 2000\-2020 The OpenSSL Project Authors. All Rights Reserved.
264 in the file \s-1LICENSE\s0 in the source distribution or at