Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 2.1AS

(Slurm)

version(1ssl)


VERSION

VERSION

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
NOTES

NAME

version − print OpenSSL version information

SYNOPSIS

openssl version [−a] [−v] [−b] [−o] [−f] [−p]

DESCRIPTION

This command is used to print out version information about OpenSSL.

OPTIONS

−a

all information, this is the same as setting all the other flags.

−v

the current OpenSSL version.

−b

the date the current version of OpenSSL was built.

−o

option information: various options set when the library was built.

−c

compilation flags.

−p

platform setting.

NOTES

The output of openssl version −a would typically be used when sending in a bug report.



version(1ssl)