OpenSSL Release Notes (5900-1560, August 2011)
Example 1 You have the Internet Express version installed on your machine.
# swlist | grep -i openssl ixOpenSSL A.02.00-0.9.7c Secure Network Communications Protocol
# what openssl OpenSSL A.02.00-0.9.7c
Example 2 You have the OpenSSL A.00.09.07i version installed on your machine.
# swlist | grep -i openssl OpenSSL A.00.09.07i.005 Secure Network Communications Protocol
# what openssl OpenSSL A.00.09.07i.005
Example 3 You do not have an HP-UX depot installed, but have downloaded the source code
and built the product yourself.
# swlist | grep -i openssl
This command will not return any result as you do not have an OpenSSL depot
installed on your machine
# what openssl
Unless you included $what strings into the source code before building the product,
this command will not display any results either.
18 How do I find out whether I am running Internet Express OpenSSL, OpenSSL A.00.09.07m,
OpenSSL A.00.09.08q or the Open Source version of OpenSSL?
Run the what command to display the OpenSSL bundle installed on your system. Following
are some examples:
Example 4 When an old version of OpenSSL from Internet Express is installed on the system
# what /usr/bin/openssl
OpenSSL A.02.00-0.9.7c
Example 5 If you are running OpenSSL A.00.09.08q.003 on HP-UX 11i V3
# what /usr/bin/openssl
/usr/bin/openssl:
$OpenSSL A.00.09.08q.003, Zlib: v1.2.3 $
$OpenSSL A.00.09.08q.003, Zlib: v1.2.3 $
$OpenSSL A.00.09.08q.003, Zlib: v1.2.3 $
Example 6 When OpenSSL A.00.09.07m.d02 is installed on an HP-UX 11i V2 operating system
# what /usr/bin/openssl
/usr/bin/openssl:
$OpenSSL A.00.09.07m.d02, Zlib: v1.2.3 $
$OpenSSL A.00.09.07m.d02, Zlib: v1.2.3 $
$OpenSSL A.00.09.07m.d02, Zlib: v1.2.3 $
Example 7 You do not have an HP-UX depot installed but have downloaded the source code
and built the product yourself
# what /usr/bin/openssl
The output of the what command depends on what you defined for the $what string in the
source code before you built the product.
19 A lot of information is available for OpenSSL-enabler products, such as Stunnel. How is the
procedure for installation in Stunnel different from the OpenSSL A.00.09.07m or A.00.09.08q
installation?
Frequently asked questions (FAQs) 23