Re: [openssl-users] Linking FIPS 2.0.12 and OpenSSL 1.0.2f - "multiple definition of `bn_div_3_words"

2016-10-07 Thread craig_we...@trendmicro.com
but I have found no explanation or resolution. https://marc.info/?l=openssl-users=141216400714219=2 Can someone provide guidance for resolving this error? Craig Weeks | Senior Software Engineer, Support Response Team (SRT) craig_we...@trendmicro.com<mailto:richard_fang...@trendmicro.com> 142

[openssl-users] Linking FIPS 2.0.12 and OpenSSL 1.0.2f - "multiple definition of `bn_div_3_words"

2016-10-07 Thread craig_we...@trendmicro.com
for resolving this error? Craig Weeks | Senior Software Engineer, Support Response Team (SRT) craig_we...@trendmicro.com<mailto:richard_fang...@trendmicro.com> 14231 Tandem Blvd, Austin TX 78728 www.trendmicro.com<http://www.trendmicro.com> TREND MICRO EMAIL NOTICE The informati

Re: [openssl-users] OpenSSL 1.0.2.f undefined reference: _Stoul

2016-10-14 Thread craig_we...@trendmicro.com
I think you are right about some kind of munging of the .c source via some header file. I just don't know exactly how to track that down. Here are the files that reference _Stoul in libcrypto.a: ec_pmeth.c rsa_pmeth.c dsa_pmeth.c dh_pmeth.c b_sock.c asn1_gen.c a_strnid.c ocsp_ht.c ts_conf.c

[openssl-users] OpenSSL 1.0.2.f undefined reference: _Stoul

2016-10-14 Thread craig_we...@trendmicro.com
) craig_we...@trendmicro.com 14231 Tandem Blvd, Austin TX 78728 www.trendmicro.com TREND MICRO EMAIL NOTICE The information contained in this email and any attachments is confidential and may be subject to copyright or other intellectual property protection. If you are not the intended recipient

Re: [openssl-users] OpenSSL 1.0.2.f undefined reference: _Stoul

2016-10-18 Thread craig_we...@trendmicro.com
Ok, I see *how* this is happening, but I don't understand why. In the version of stdlib.h that I am including I see: *-*-*-*-*-*-*-*-*-* #if defined(__cplusplus) && !defined(_NO_CPP_INLINES) [snip] #else /* defined(__cplusplus) && !defined(_NO_CPP_INLINES) */ _C_LIB_DECL /*

[openssl-users] Disable/Enable TLS versions for all connections at runtime

2016-11-16 Thread craig_we...@trendmicro.com
or disabled. Craig Weeks | Senior Software Engineer, Support Response Team (SRT) craig_we...@trendmicro.com<mailto:richard_fang...@trendmicro.com> 14231 Tandem Blvd, Austin TX 78728 www.trendmicro.com<http://www.trendmicro.com> TREND MICRO EMAIL NOTICE The information contained i

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:

[openssl-users] How to debug SSLV3_ALERT_BAD_RECORD_MAC

2017-04-25 Thread craig_we...@trendmicro.com
We have recently upgraded our product to 1.0.2k. We are getting this error on a packet sent to us from our browser-based user interface. I really need some suggestions as to how to debug this problem. I know it is in our code rather than OpenSSL but I have no idea how to dig into what is