version(1openssl) OpenSSL version(1openssl)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 -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.
OpenSSL-0.9.8 Oct 11 2005 version(1openssl)
Check Out this Related Man Page
VERSION(1SSL) OpenSSL VERSION(1SSL)NAME
openssl-version, version - print OpenSSL version information
SYNOPSIS
openssl version [-help] [-a] [-v] [-b] [-o] [-f] [-p] [-d] [-e]
DESCRIPTION
This command is used to print out version information about OpenSSL.
OPTIONS -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 setting.
NOTES
The output of openssl version -a would typically be used when sending in a bug report.
COPYRIGHT
Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
Licensed under the OpenSSL license (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>.
1.1.1a 2018-12-18 VERSION(1SSL)
Greetings to all,
I have not been in a unix environment for many years, but I am back.
Question is regarding how to setup or check how it's configured is DNS on a SPARCstation 20 runing SunOS 4.1.4 2 sun4m
I have a DNS server on the network and would like the sun box to use it for it's name... (22 Replies)
I just been audited and one the recommendations is to hide the SSH version or give fake information.
I went to openssh.com they don't seem to have any info on how to fix this :confused:
Anybody knows how the heck can I hide the SSH version? The part which says
# telnet localhost 22... (19 Replies)
Hi all,
I have my Debian web server, where apache2 and php 5.2.0 are installed from debian package. It worked fine, both in CLI & Browser.
Recently i installed the php 5.2.9 from the source. To verify it i executed the "php --version" and it is showing 5.2.9 . But in the browser still it is... (19 Replies)
Hi
I want to convert MAY 05 2005 01:15:00PM date format to 2005/05/05 01:15:00PM .
CAn somebody suggest me a code ,I am new to unix shell programming.
Thanks
Arif (21 Replies)
Incompatiblity of the code due to CC compiler version mismatch.
I have a machine with
Machine A-- Operating System:SunOs 5.8 Generic_117350-45 sun4u sparc SUNW,Ultra-80(solaris 5.8)
CC Compiler:CC: WorkShop Compilers 4.2 16 Jun 1998 C++ 4.2 patch 104631-07
we have compiled C++... (36 Replies)
This thread is about using tar & other compression utilities on AIX ;
1. Find out which version of tar you are using
thanks to bakunin
>what $(which tar)
/usr/bin/tar:
61 1.14 src/bos/usr/ccs/lib/libc/__threads_init.c, libcthrd, bos53 0 7/11/00 12:04:14
10 ... (21 Replies)
Hi,
I need help to convert the date format in .DAT file in unix.
I want to convert
10@@|SWIFT MT568 Extract@@|Apr 14 2014 5:47:52:563PM@@|Apr 14 2014 4:33:47:663PM@@||##|
into
10@@|SWIFT MT568 Extract@@|04/14/2014/ 5:47:52:563PM@@|04/14/2014 4:33:47:663PM@@||##|
Appreciate... (18 Replies)
I need to split the file based on pattern from position 34-37 while retaining the header and trailer records in each individual split file
Also is it possible to output the TOM and PAT records in the same output file ?
I need the output file names same as xyz_pattern_Datetimestamp.txt
... (23 Replies)
Hi Guys
I am having a perl script that fetches exclude list from a unix client and I trying it to convert it to shell script but I am having issues please help me...
#!/usr/bin/perl
use strict;
use warnings;
use Getopt::Std;
# To turn on debuging (i.e. more information) specify... (29 Replies)
Hi all,
I been reading examples of how to setup IPMP and how it differs from Etherchannel. However, i am still unsure of how it really works and i hope gurus here can shed some light on the questions I have below while i will lab it up for my own test ->
q1) for IPMP, there is no such thing... (23 Replies)
Hey,
Success!
I have converted the posts (each of the main posts) from table tags to div tags and the problem with the scroll bar and code tags is fixed, as I predicted (Yay!).
Now I'm testing this (only I see the new results because the new code is restricted to my userid) but I would... (27 Replies)
Hi everyone,
I have binary file that call “app”, this file must be bind with “config file” to run.
problem is I have 10 different version of “app”, in different path with different “config file”!
This command show version of “app”:
root ~: /home/user1/app -version
2.7
The only way... (30 Replies)