version - print OpenSSL version information
openssl version [-a] [-v] [-b] [-o] [-f] [-p] [-d]
VERSION(1openssl) OpenSSL VERSION(1openssl)
NAME
openssl-version, version - print OpenSSL version information
SYNOPSIS
openssl version [-a] [-v] [-b] [-o] [-f] [-p] [-d]
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.
-f compilation flags.
-p platform setting.
-d OPENSSLDIR setting.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
+---------------+--------------------------+
|ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+---------------+--------------------------+
|Availability | library/security/openssl |
+---------------+--------------------------+
|Stability | Pass-through uncommitted |
+---------------+--------------------------+
NOTES
The output of openssl version -a would typically be used when sending
in a bug report.
Source code for open source software components in Oracle Solaris can
be found at https://www.oracle.com/downloads/opensource/solaris-source-
code-downloads.html.
This software was built from source available at
https://github.com/oracle/solaris-userland. The original community
source was downloaded from
https://www.openssl.org/source/openssl-1.0.2ze.tar.gz.
Further information about this software can be found on the open source
community website at https://www.openssl.org/.
HISTORY
The -d option was added in OpenSSL 0.9.7.
1.0.2ze 2022-05-03 VERSION(1openssl)