| Developer's Daily | Unix by Example |
| main | java | perl | unix | dev directory | web log |
|
version − print OpenSSL version information |
|
openssl version [−a] [−v] [−b] [−o] [−f] [−p] |
|
This command is used to print out version information about OpenSSL. |
|
−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. |
|
The output of openssl version −a would typically be used when sending in a bug report. |