1828895 Members
2535 Online
109985 Solutions
New Discussion

HP SSL

 
SOLVED
Go to solution
HDS
Frequent Advisor

HP SSL

We need to open a SSL connection to a remote server from our C/Fortran code running on OpenVMS V7.3-2 / TCPIP V5.4 ECO 5. Does that capability exist short of installing HP's OpenSSL port?

Many thanks,
Howard
2 REPLIES 2
Steven Schweda
Honored Contributor
Solution

Re: HP SSL

I believe that the normal OpenSSL kit from
http://www.openssl.org/source/
will work. I've installed both the HP kit
and OpenSSL 0.9.7e. I believe that I've used
both successfully with wget, but it's been a
while since I tried it both ways.

OpenSSL seems to be at version 0.9.8e now,
which would seem to be newer than the HP kit,
but building and installing it are more work
than installing the HP kit. HP supplies
shareable images, OpenSSL supplies object
libraries, so the LINK command (or option
file) looks different.

I haven't tried the 0.9.8e kit, but it, too,
seems to have INSTALL.VMS, MAKEVMS.COM, and a
[.vms] directory, so what could go wrong?
Steven Schweda
Honored Contributor

Re: HP SSL

Well, other than:

[...]
Compiling The PRIME.C File.
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
\APP_FILES\
%DCL-W-UNDSYM, undefined symbol - check validity and spelling
\APP_FILES\

Building OpenSSL [.AXP.EXE.ENGINES] Engines.
[...],
that is.


[...OPENSSL-0_9_8E.APPS]MAKEAPPS.COM
apparently expects, but does not define, the
symbol APP_FILES. It was there in 0.9.7e,
where [.AXP.EXE.APPS]OPENSSL.EXE got built.