Re: A question about SSL connection reopen

2006-06-27 Thread Darryl Miles
Zhang, Long (Roger) wrote: > I have created a TLS connection with SSL_connect(ssl) successfully. ...SNIP.. Ah you're asking on the correct list now, you might get a useful answer. I think you may need to call SSL_clear() after SSL_shutdown() and before SSL_connect(). But if you are re-using th

RE: OpenSSL and multiple threads

2006-06-27 Thread David Schwartz
> OK I implemented the sample source code as provided and it works fine. > Thanks a million! I guess I "must" use this hack. So be it. > Thanks again for all you're help I learned a lot. > > I hope the OpenSSL maintainers heard this cry (even if it is a small > cry) and will at some point decide t

A question about SSL connection reopen

2006-06-27 Thread Zhang, Long \(Roger\)
Hi, I have created a TLS connection with SSL_connect(ssl) successfully. Then I call SSL_shutdown(ssl) to close the TLS connectio sussessfully. Thenn I want to do the reopen with SSL_connect(ssl) . But I found it failed. The return value from ::SSL_get_error (ssl, status) is SSL_ERROR_SYSCALL, a

Re: Creating an Application according to the OpenSSL FIPS Security Policy

2006-06-27 Thread Kyle Hamilton
Is this causing crashes with statically-linked, dynamically-linked, or both? (And what kinds of crashes? Knowing something about what's going on could allow for the MingW environment to be tweaked, as long as it's still compiling and linking in an appropriate fashion?) Also, is any thought goin

Re: Creating an Application according to the OpenSSL FIPS Security Policy

2006-06-27 Thread Dr. Stephen Henson
On Tue, Jun 27, 2006, Hagai Yaffe wrote: > > I would then like to use that DLL from a few applications (by way of > linking or dynamic loading), this DLL will provide all the cryptographic > needs of the relevant applications. My question is if this way of use > complies with the OpenSSL FIPS Sec

A question about SSL connection reopen

2006-06-27 Thread Zhang, Long \(Roger\)
Hi, I have created a TLS connection with SSL_connect(ssl) successfully. Then I call SSL_shutdown(ssl) to close the TLS connectio sussessfully. Thenn I want to do the reopen with SSL_connect(ssl) . But I found it failed. The return value from ::SSL_get_error (ssl, status) is SSL_ERROR_SYSCALL, a

CTR mode AES after FIPS_set_mode(1)?

2006-06-27 Thread Marty Lamb
Hello, I've just noticed that CTR mode AES is not listed as certified in OpenSSL's FIPS Security Policy. However, I've been using it after successfully calling FIPS_set_mode(1). Should this be working? Thanks, Marty -- Marty Lamb ROI Computer Services, Inc. ___

Creating an Application according to the OpenSSL FIPS Security Policy

2006-06-27 Thread Hagai Yaffe
Hello,   I have gone over the OpenSSL FIPS Security Policy & User Guide and was able to build a test OpenSSL based application according to FIPS Security Policy, I think that I have quite a clear understating of the OpenSSL FIPS field.   How ever I came across a more complicated situat

Createing an Application acording to the OpenSSL FIPS Security Policy

2006-06-27 Thread Hagai Yaffe
Hello,   I have gone over the OpenSSL FIPS Security Policy & User Guide and was able to build a test OpenSSL based application according to FIPS Security Policy, I think that I have quite a clear understating of the OpenSSL FIPS field.   How ever I came across a more complicated situat

FIPS API's Manuals?

2006-06-27 Thread Haridharan
Hi, Can anybody point me where FIPS API manuals available? thanks, Haridharan __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Autom