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

2016-10-14 Thread Salz, Rich
Stoul is usually a C++ function. Are you sure you're using the right compiler? Add -lm to your link libraries? That's all I've got. -- Senior Architect, Akamai Technologies Member, OpenSSL Dev Team IM: richs...@jabber.at Twitter: RichSalz -- openssl-users mailing list To unsubscribe:

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

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

2016-10-14 Thread Salz, Rich
"Stoul" doesn't appear in OpenSSL source. It sounds like some header/runtime integration issue. Try your 'nm' command with -o to see the filename. -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

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

2016-10-14 Thread craig_we...@trendmicro.com
We are integrating 1.0.2f into a single product that is built for a Pentium-based platform and a Mips-based platform, both running on VxWorks. The Pentium-based version compiles and links without error. But the Mips-based version fails with undefined references to _Stoul. If I search the 2

Re: [openssl-users] openssl errors with 1.0.2h in a running application

2016-10-14 Thread Jayant Jain
Using openssl 1.0.2h with FIPS , we get the following two errors intermittently 2D07107B:FIPS routines:FIPS_drbg_generate:in error state error code: 0x2d071086 fips_drbg_lib.c line 391. (FIPS Self test failed, DRBG) This hits the application midway. After having established a TLS session,

Re: [openssl-users] Questions on internal-buffers being used

2016-10-14 Thread Benjamin Kaduk
Showing the contents of the error queue would help, but it seems most likely that what is going on is that I overlooked the fact that BIO_new_mem_buf() makes a read-only BIO. I'm not sure offhand that there's a way to get a writeable BIO using application-supplied buffers; maybe someone else on

[openssl-users] Programmatically determine latest versions

2016-10-14 Thread David Turner
Hi, Is there a straightforward way to programmatically determine the current set of latest released versions of OpenSSL? The context is that we perform automatic security audits of some of our systems and one of the tickboxes is "uses the latest version of OpenSSL". At the moment we check the

Re: [openssl-users] Check if key is unlocked

2016-10-14 Thread Salz, Rich
> Is there a way to to check (from a script) if a key in the agent is unlocked? Agent? Do you mean ssh? This is openssl :) -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

[openssl-users] Check if key is unlocked

2016-10-14 Thread shawn wilson
Is there a way to to check (from a script) if a key in the agent is unlocked? -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users

Re: [openssl-users] What define(s) does enable-ec_nistp_64_gcc_128 translate to?

2016-10-14 Thread Salz, Rich
; g grep -i ec.nistp.64.gcc -- Senior Architect, Akamai Technologies Member, OpenSSL Dev Team IM: richs...@jabber.at Twitter: RichSalz -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users