openssl-version.1ossl - Man Page

print OpenSSL version information

Synopsis

openssl version [-help] [-a] [-v] [-b] [-o] [-f] [-p] [-d] [-e] [-m] [-r] [-c]

Description

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

Options

-help

Print out a usage message.

-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.

-f

Compilation flags.

-p

Platform setting.

-d

OPENSSLDIR setting.

-e

ENGINESDIR settings.

-m

MODULESDIR settings.

-r

The random number generator source settings.

-c

The OpenSSL CPU settings info.

Notes

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

Referenced By

CTLOG_STORE_new.3ossl(3), openssl.1ossl(1), openssl-cmds.1ossl(1).

2024-04-04 3.2.1 OpenSSL