OpenSSL A.00.09.08w.001, A.00.09.08w.002, and A.00.09.08w.003 Release Notes (5900-2311, May 2012)

product. If you attempt to install OpenSSL A.00.09.07m or A.00.09.08w on a system without
removing the HP-UX Internet Express OpenSSL product, the OpenSSL A.00.09.07m and
A.00.09.08w installation fails with an error message. If you have HP-UX Internet Express
OpenSSL 0.9.7c installed on your system, use the following command to remove it:
# swremove ixOpenSSL
14 I have already built Open Source OpenSSL 0.9.7m or A.0.9.8g by downloading the source
code directly from http://www.openssl.org. Now I want to upgrade to OpenSSL A.00.09.08w.
What must I do? Do I have to remove the preexisting OpenSSL product from my system?
You may have a conflict depending on the location of OpenSSL 0.9.7m and 0.9.8j on your
system. HP recommends that you uninstall the previous OpenSSL version before installing
OpenSSL A.00.09.08w.
15 Will HP support recompiled versions of OpenSSL A.00.09.08w?
HP does not support recompiled versions of OpenSSL A.00.09.08w. The source code is
provided only for reference.
16 Why are idea, rc5, and mdc2 algorithms not configured in OpenSSL A.00.09.08w?
The crypto algorithms idea, rc5, and mdc2 crypto algorithms have patent issues. HP does not
redistribute any software using these algorithms.
17 How do I find out which OpenSSL version I have on my system? What if I have more than one
version?
Use the #swlist command to find out which version of OpenSSL is running on your system.
You can also use the what command to verify the OpenSSL version number on your machine.
It is not possible to have both the InternetExpress version and a supported HP-UX OpenSSL
version of OpenSSL on the same machine. The following are examples of using the #swlist
and what commands.
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.08w or the Open Source version of OpenSSL?
Run the what command to display the OpenSSL bundle installed on your system. Following
are some examples:
24 OpenSSL A.00.09.08w.001, A.00.09.08w.002, and A.00.09.08w.003