Re: FIPS-capable OpenSSL that works on Windows NT

2011-10-24 Thread Bill Durant
On Oct 5, 2011, at 12:15 PM, Dr. Stephen Henson wrote: On Wed, Oct 05, 2011, Bill Durant wrote: On Oct 5, 2011, at 8:08 AM, Dr. Stephen Henson wrote: On Tue, Oct 04, 2011, William A. Rowe Jr. wrote: On 10/4/2011 10:45 PM, Bill Durant wrote: Does anyone know how to produce a FIPS-capable

Re: FIPS-capable OpenSSL that works on Windows NT

2011-10-24 Thread Bill Durant
On Oct 24, 2011, at 1:01 AM, Bill Durant wrote: On Oct 5, 2011, at 12:15 PM, Dr. Stephen Henson wrote: On Wed, Oct 05, 2011, Bill Durant wrote: On Oct 5, 2011, at 8:08 AM, Dr. Stephen Henson wrote: On Tue, Oct 04, 2011, William A. Rowe Jr. wrote: On 10/4/2011 10:45 PM, Bill Durant wrote:

RE: Open SSL API's Support For IPv6.

2011-10-24 Thread Akanksha Shukla
Hi, Any suggestions here would be really helpful to us. So, please suggest. Thanks Akanksha Shukla. From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Akanksha Shukla Sent: Sunday, October 23, 2011 3:47 AM To: openssl-users@openssl.org Subject:

Re: FIPS-capable OpenSSL that works on Windows NT

2011-10-24 Thread Dr. Stephen Henson
On Mon, Oct 24, 2011, Bill Durant wrote: Hello Steve: I downloaded ftp://openssl.org/snapshot/openssl-fips-2.0-test-20111023.tar.gz and http://openssl.org/source/openssl-0.9.8r.tar.gz. I am getting the following compile errors. Any ideas on what I am doing wrong? You can't use

Re: Open SSL API's Support For IPv6.

2011-10-24 Thread Dr. Stephen Henson
On Sun, Oct 23, 2011, Akanksha Shukla wrote: Hi Stephen, I tried with retry logic as well (though earlier it was also same), but same result. int retryCounter = 0; while(retryCounter CONNECT_MAX_TRY) { int retVal = BIO_do_connect(conn); if(retVal = 0)

OpenSSL 1.0.1 example with SRP

2011-10-24 Thread Norm Green
Hello Experts, I'm new to OpenSSL so please bear with me. I'm trying to construct a simple example that uses a recent OpenSSL 1.0.1 snapshot to create secure connection using SRP without using any certificates. I am aware 1.0.1 is not yet released, but I've been told this should be possible.

Re: OpenSSL 1.0.1 example with SRP

2011-10-24 Thread Norm Green
Hi Jeff, Was OPENSSL_NO_SRP defined when you built? I'm 99.9% sure it wasn't, otherwise the compiler would have barfed on my call to SSL_CTX_SRP_CTX_init() Thomas Wu's patches can be found in RT. The latest appears to be http://rt.openssl.org/Ticket/Display.html?id=2523user=guestpass=guest.