openssl-version â print OpenSSL version information
| Use Case | Command | Description |
|---|---|---|
| Print version number | openssl version | Shows the current OpenSSL release version |
| Print all build info | openssl version -a | Equivalent to enabling all flags below |
| Print version date | openssl version -b | Shows the date the library was built |
| Print compile flags | openssl version -f | Displays the compilation flags used |
| Print platform | openssl version -p | Shows the target platform |
| Print directories | openssl version -d -e -m | Shows OPENSSLDIR, ENGINESDIR, and MODULESDIR |
| Print random source | openssl version -r | Displays the random number generator source |
| Print CPU settings | openssl version -c | Shows CPU-specific info |
openssl version [-help] [-a] [-v] [-b] [-o] [-f] [-p] [-d] [-e] [-m] [-r] [-c]
This command is used to print out version information about OpenSSL.
-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.The output of openssl version -a would typically be used when sending in a bug report.
Copyright 2000-2020 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the Apache License 2.0 (the "License"). You may not use this file except in compliance with the License. You can obtain a copy in the file LICENSE in the source distribution or at https://www.openssl.org/source/license.html.
Generated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-08-07 11:36 @216.73.216.207
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format