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

2 {- OpenSSL::safe::output_do_not_edit_headers(); -}
6 openssl-sess_id - SSL/TLS session handling command
11 [B<-help>]
12 [B<-inform> B<DER>|B<PEM>]
13 [B<-outform> B<DER>|B<PEM>|B<NSS>]
14 [B<-in> I<filename>]
15 [B<-out> I<filename>]
16 [B<-text>]
17 [B<-cert>]
18 [B<-noout>]
19 [B<-context> I<ID>]
26 diagnostic tool that needs some knowledge of the SSL protocol to use
36 =item B<-help>
40 =item B<-inform> B<DER>|B<PEM>, B<-outform> B<DER>|B<PEM>|B<NSS>
43 See L<openssl-format-options(1)> for details.
45 For B<NSS> output, the session ID and master key are reported in NSS "keylog"
48 =item B<-in> I<filename>
53 =item B<-out> I<filename>
58 =item B<-text>
63 =item B<-cert>
66 if the B<-text> option is also present then it will be printed out in text form.
68 =item B<-noout>
72 =item B<-context> I<ID>
74 This option can set the session id so the output session information uses the
75 supplied ID. The ID can be any string of characters. This option won't normally
84 SSL-Session:
85 Protocol : TLSv1
87 Session-ID: 871E62626C554CE95488823752CBD5F3673A3EF3DCE9C67BD916C809914B40ED
88 Session-ID-ctx: 01000000
89 …Master-Key: A7CEFC571974BE02CAC305269DC59F76EA9F0B180CB6642697A68251F2D2BB57E51DBBB4C7885573192AE9…
90 Key-Arg : None
99 =item B<Protocol>
101 This is the protocol in use TLSv1.3, TLSv1.2, TLSv1.1, TLSv1 or SSLv3.
108 =item B<Session-ID>
110 The SSL session ID in hex format.
112 =item B<Session-ID-ctx>
114 The session ID context in hex format.
116 =item B<Master-Key>
150 L<openssl-ciphers(1)>,
151 L<openssl-s_server(1)>
155 Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.