openssl_version(1) netbsd man page | unix.com

Man Page: openssl_version

Operating Environment: netbsd

Section: 1

VERSION(1)							      OpenSSL								VERSION(1)

NAME
version - print OpenSSL version information
LIBRARY
libcrypto, -lcrypto
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.
NOTES
The output of openssl version -a would typically be used when sending in a bug report.
HISTORY
The -d option was added in OpenSSL 0.9.7. 1.0.1i 2014-06-05 VERSION(1)
Related Man Pages
version(1ssl) - ultrix
version(1ssl) - plan9
version(1ssl) - x11r4
version(1ssl) - php
version(1ssl) - freebsd
Similar Topics in the Unix Linux Community
OpenSSL version and OpenSSH