Web
This Site
Unix for Beginners
Unix - Home
Unix - Getting Started
Unix - File Management
Unix - Directories
Unix - File Permission
Unix - Environment
Unix - Basic Utilities
Unix - Pipes & Filters
Unix - Processes
Unix - Communication
Unix - The vi Editor
Unix Shell Programming
Unix - What is Shell?
Unix - Using Variables
Unix - Special Variables
Unix - Using Arrays
Unix - Basic Operators
Unix - Decision Making
Unix - Shell Loops
Unix - Loop Control
Unix - Shell Substitutions
Unix - Quoting Mechanisms
Unix - IO Redirections
Unix - Shell Functions
Unix - Manpage Help
Advanced Unix
Unix - Regular Expressions
Unix - File System Basics
Unix - User Administration
Unix - System Performance
Unix - System Logging
Unix - Signals and Traps
Unix Useful References
Unix - Useful Commands
Unix - Quick Guide
Unix - Builtin Functions
Unix - System Calls
Unix - Commands List
Unix Useful Resources
Unix Useful Resources
Selected Reading
Computer Glossary
Who is Who
© 2013 TutorialsPoint.COM
Home
References
Discussion Forums
About TP
- Unix, Linux Command
Advertisements
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
Tag
Description
-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.
-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.
Advertisements
Advertisements