Re: Undefined reference to 'FIPS_text_start()'

2012-11-26 Thread Santhosh Kokala
I have seen Dr. Stephen's reply in this thread http://www.mail-archive.com/openssl-users@openssl.org/msg63620.html, that fipsld can be modified as long as it follows rules in the security policy. On 11/26/12 4:30 PM, "Santhosh Kokala" wrote: >Thanks Dr. Stephen and Andy for helping me resolve th

Re: Undefined reference to 'FIPS_text_start()'

2012-11-26 Thread Santhosh Kokala
Thanks Dr. Stephen and Andy for helping me resolve this issue. I modified fipsld script to use gcc for compiling fips_premain.c and it worked. On 11/25/12 1:42 PM, "Andy Polyakov" wrote: >Santhosh Kokala wrote: >> I would really appreciate, if someone helps me with this issue. > >Why not just th

Is PKCS5_PBKDF2_HMAC() thread safe?

2012-11-26 Thread Bill Durant
Hello: Is PKCS5_PBKDF2_HMAC() thread safe? Thanks, Bill __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

New features in openssl-1.0.1c

2012-11-26 Thread Edward Shishkin
Hello everyone. I'd like to use new openssl features (GCM, CMAC, etc), but have troubles: with standard flags (-lssl -lcrypto) compilation failed: test.c:(.text+0x7f): undefined reference to `CRYPTO_gcm128_new' test.c:(.text+0x9e): undefined reference to `CRYPTO_gcm128_setiv' test.c:(.text+0xbd):

ENOBUFS errors on MACOS 10.7

2012-11-26 Thread Ken Bowler
We have been seeing occasional ENOBUFS errors in our application sending data from MAC-OS since the introduction of OS/X 10.7 on both SSL and non-SSL connections. ENOBUFS appears to be a transient error for sends that is now being exhibited on the MAC platform. However, it is not handled as suc