(Non)status of OpenSSL FIPS Object Module v1.2 Validation

2008-09-26 Thread Steve Marquess
I haven't made any announcements for some time because there has been nothing to announce. We're still waiting. The last inquiries from the CMVP, which seemed fairly routine and minor, were all (I believe) satisfactorily responded to as of September 9. I have no indications that the CMVP is

How to debug error in Client-Server hello

2008-09-26 Thread Prokash Sinha
Hi All, I'm fairly new at SSL... I was trying to use the openSSL with eXosip/osip, and I see that the client side makes a Client Hello ( when server side seems to be resetting ). The observation is using WireShark ... This is when I try to execute tcp-tls and send SIP packets over to the

RAND file handling question

2008-09-26 Thread rold5
[please pardon me if this is a duplicate -- the first attempt seemed to disappear] I have run into a problem on OpenVMS with the .RND file that openssl creates ... in researching this though, it looks like there could be some unexpected behavior on other platforms as well ... I would appreciate

Bug: crash on cygwin if uses CRYPTO_set_locking_callback and shared library

2008-09-26 Thread Hirokazu Yamamoto
Hello. Please see http://bugs.python.org/issue3947. Currently, python2.6 crashes on thread related tests. Amaury Forgeot d'Arc explained to me why this happens. When comes to DLL_THREAD_DETACH, pthread is already destroied, so pthread_wait in CRYPTO_set_locking_callback handler causes crash.