Re: [openssl-users] Where to find definitions of certain functions

2016-10-17 Thread Ajay Garg
I guess we need to look at OpenWrt for MIPS-versions of the libraries. We do have a device running on MIPS, and linking the OpenWrt-versions of libcrypto.a and libssl.a (with our framework-binary) works like a charm. Thanks and Regards, Ajay On Mon, Oct 17, 2016 at 7:30 PM,

Re: [openssl-users] Where to find definitions of certain functions

2016-10-17 Thread craig_we...@trendmicro.com
I’m interested in the rest of this story. Does compiling a separate library for linking work for you now? Our product runs on two platforms: one Pentium-based and one Mips-based. The Pentium build works fine but the Mips build fails at link time with unresolved function references. From:

Re: [openssl-users] openssl s_client B as first char sends heartbeat

2016-10-17 Thread Richard Levitte
In message <0675024e00e342d9a8c668fd10791...@usma1ex-dag1mb1.msg.corp.akamai.com> on Sun, 16 Oct 2016 20:12:02 +, "Salz, Rich" said: rsalz> Use the –nocommands flag. Another way, which also works with OpenSSL versions before 1.1.0, is -ign_eof Cheers, Richard --