Re: OpenSSL 1.0.1 example with SRP

2011-10-27 Thread Norm Green
To: openssl-users@openssl.org Sent: Wednesday, October 26, 2011 11:46:32 PM Subject: Re: OpenSSL 1.0.1 example with SRP On Wed, Oct 26, 2011 at 10:28 PM, Norm Green no...@vmware.com wrote: Is there no one that can help me get a simple SRP test case working?  Or should I conclude SRP is broken

Re: OpenSSL 1.0.1 example with SRP

2011-10-27 Thread Dr. Stephen Henson
On Thu, Oct 27, 2011, Norm Green wrote: The best I can tell, the snapshot is broken. At this point, I wouldn't be surprised. Update: I made some (major) changes to my example code based on the SRP code in ssltest.c. Mainly, I implemented and used all the SRP callback functions.

Re: OpenSSL 1.0.1 example with SRP

2011-10-27 Thread Norm Green
:35 AM Subject: Re: OpenSSL 1.0.1 example with SRP On Thu, Oct 27, 2011, Norm Green wrote: The best I can tell, the snapshot is broken. At this point, I wouldn't be surprised. Update: I made some (major) changes to my example code based on the SRP code in ssltest.c. Mainly, I

Re: OpenSSL 1.0.1 example with SRP

2011-10-26 Thread Norm Green
identity hint: None SRP username: None Start Time: 1319681979 Timeout : 7200 (sec) Verify return code: 0 (ok) --- - Original Message - From: Norm Green no...@vmware.com To: openssl-users@openssl.org Sent: Tuesday, October 25, 2011 6:58:12 AM Subject: Re: OpenSSL 1.0.1

Re: OpenSSL 1.0.1 example with SRP

2011-10-25 Thread Peter Sylvester
On 10/25/2011 05:15 AM, Norm Green wrote: 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,

Re: OpenSSL 1.0.1 example with SRP

2011-10-25 Thread Norm Green
(sec) Verify return code: 0 (ok) --- - Original Message - From: Peter Sylvester peter.sylves...@gmail.com To: openssl-users@openssl.org Sent: Tuesday, October 25, 2011 3:18:39 AM Subject: Re: OpenSSL 1.0.1 example with SRP On 10/25/2011 05:15 AM, Norm Green wrote: Hello Experts

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.