Has anyone successfully built the openssl libraries (shared libraries
libcrypto.so and libssl.so) on HPUX 11?  I thought I did, but I've run into
trouble in my initial testing.  I develop Corba applications in Smalltalk
and I'm trying to integrate an SSL support package, SecureBroker, from
Promia, which is dependent on openssl.  The reason I think the libraries
aren't quite right is because in one of the initialization routines, an
instance of the (Smalltalk) class, StbSSLeayX509NameStack is passed the
message "num" which makes an external call to retrieve a value which should
be zero, but instead is a LargePositiveInteger with a value of
1,086,903,384, which when looked at in hexadecimal, looks more like an
address pointer, so maybe some data in memory is not lined up right?  The
folks at Promia have been developing on Win NT, and created dlls which of
couse are working as they expect, so they're not much help with these
libraries on HPUX.
If anyone has a sample makefile or any other suggestions, it would be
greatly appreciated.
Cheers,
Ed Trembicki-Guy
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to