Windows PowerShell command on Get-command sess_id
MyWebUniversity

Manual Pages for UNIX Operating System command usage for man sess_id

OpenSSL SESS_ID(1openssl)

NNNNAAAAMMMMEEEE

sess_id - SSL/TLS session handling utility

SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS

ooooppppeeeennnnssssssssllll sssseeeessssssss_iiiidddd [---iiinnnnffffoooorrrrmmmm PPPPEEEEMMMM||||DDDDEEEERRRR] [---ooouuuuttttffffoooorrrrmmmm PPPPEEEEMMMM||||DDDDEEEERRRR] [---iiinnnn

ffffiiiilllleeeennnnaaaammmmeeee] [---ooouuuutttt ffffiiiilllleeeennnnaaaammmmeeee] [---ttteeeexxxxtttt] [---nnnoooooooouuuutttt] [---cccoooonnnntttteeeexxxxtttt IIIIDDDD]

DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN

The sssseeeessssssss_iiiidddd process the encoded version of the SSL session

structure and optionally prints out SSL session details (for example the SSL session master key) in human readable format. Since this is a diagnostic tool that needs some knowledge of the SSL protocol to use properly, most users will not need to use it.

-iiiinnnnffffoooorrrrmmmm DDDDEEEERRRR||||PPPPEEEEMMMM

This specifies the input format. The DDDDEEEERRRR option uses an ASN1 DER encoded format containing session details. The precise format can vary from one version to the next. The PPPPEEEEMMMM form is the default format: it consists of the DDDDEEEERRRR format base64 encoded with additional header and footer lines.

-oooouuuuttttffffoooorrrrmmmm DDDDEEEERRRR||||PPPPEEEEMMMM

This specifies the output format, the options have the

same meaning as the ---iiinnnnffffoooorrrrmmmm option.

-iiiinnnn ffffiiiilllleeeennnnaaaammmmeeee

This specifies the input filename to read session information from or standard input by default.

-oooouuuutttt ffffiiiilllleeeennnnaaaammmmeeee

This specifies the output filename to write session information to or standard output if this option is not specified.

-tttteeeexxxxtttt

prints out the various public or private key components in plain text in addition to the encoded version.

-cccceeeerrrrtttt

if a certificate is present in the session it will be

output using this option, if the ---ttteeeexxxxtttt option is also

present then it will be printed out in text form.

-nnnnoooooooouuuutttt

this option prevents output of the encoded version of the session.

-ccccoooonnnntttteeeexxxxtttt IIIIDDDD

this option can set the session id so the output session information uses the supplied ID. The ID can be any

3/Feb/2000 Last change: 0.9.8o 1

OpenSSL SESS_ID(1openssl)

string of characters. This option wont normally be used. OOOOUUUUTTTTPPPPUUUUTTTT Typical output:

SSL-Session:

Protocol : TLSv1 Cipher : 0016

Session-ID: 871E62626C554CE95488823752CBD5F3673A3EF3DCE9C67BD916C809914B40ED

Session-ID-ctx: 01000000

Master-Key: A7CEFC571974BE02CAC305269DC59F76EA9F0B180CB6642697A68251F2D2BB57E51DBBB4C7885573192AE9AEE220FACD

Key-Arg : None

Start Time: 948459261 Timeout : 300 (sec) Verify return code 0 (ok) Theses are described below in more detail. PPPPrrrroooottttooooccccoooollll this is the protocol in use TLSv1, SSLv3 or SSLv2. CCCCiiiipppphhhheeeerrrr the cipher used this is the actual raw SSL or TLS cipher code, see the SSL or TLS specifications for more information.

SSSSeeeessssssssiiiioooonnnn---IIIDDDD

the SSL session ID in hex format.

SSSSeeeessssssssiiiioooonnnn---IIIDDDD-ccccttttxxxx

the session ID context in hex format.

MMMMaaaasssstttteeeerrrr---KKKeeeeyyyy

this is the SSL session master key.

KKKKeeeeyyyy---AAArrrrgggg

the key argument, this is only used in SSL v2. SSSSttttaaaarrrrtttt TTTTiiiimmmmeeee this is the session start time represented as an integer in standard Unix format. TTTTiiiimmmmeeeeoooouuuutttt the timeout in seconds. VVVVeeeerrrriiiiffffyyyy rrrreeeettttuuuurrrrnnnn ccccooooddddeeee this is the return code when an SSL client certificate is verified. NNNNOOOOTTTTEEEESSSS The PEM encoded session format uses the header and footer lines:

3/Feb/2000 Last change: 0.9.8o 2

OpenSSL SESS_ID(1openssl)

-----BEGIN SSL SESSION PARAMETERS-----

-----END SSL SESSION PARAMETERS-----

Since the SSL session output contains the master key it is possible to read the contents of an encrypted session using this information. Therefore appropriate security precautions should be taken if the information is being output by a "real" application. This is however strongly discouraged and should only be used for debugging purposes. BBBBUUUUGGGGSSSS The cipher and start time should be printed out in human readable form. SSSSEEEEEEEE AAAALLLLSSSSOOOO

ciphers(1), s_server(1)

3/Feb/2000 Last change: 0.9.8o 3




Contact us      |      About us      |      Term of use      |       Copyright © 2000-2019 MyWebUniversity.com ™