Re: Win32 master VC build

2013-04-05 Thread Anton Malov
On Thu, Apr 4, 2013 at 12:21 PM, Anton Malov malov.an...@gmail.com wrote: Keeping trying to build master branch using VS 2012. Now main libraries build fine, but another problem arises while building testing executables link /nologo /subsystem:console /opt:ref /debug

gost2814789t test executable Win32 building problem

2013-04-05 Thread Anton Malov
Trying to build OpenSSL master branch using VS2012. Configure script was executed with enable-static-engine param Linking of gost2814789t.exe produces following error: link /nologo /subsystem:console /opt:ref /debug /out:out32dll.dbg\gost2814789t.exe @C:\temp\temp\nm978D.tmp Creating

Suite-B with DTLSv1_2

2013-04-05 Thread Tamer Refaei
I noticed in the development code 1.1.0-dev that usage of of suite-b is restricted to TLSv1_2. Is there any reason why suite-b cannot be used with DTLSv1_2 as well? Regards -- -- Tamer Refaei __

Re: Suite-B with DTLSv1_2

2013-04-05 Thread Dr. Stephen Henson
On Fri, Apr 05, 2013, Tamer Refaei wrote: I noticed in the development code 1.1.0-dev that usage of of suite-b is restricted to TLSv1_2. Is there any reason why suite-b cannot be used with DTLSv1_2 as well? The DTLS 1.2 code is very new and still under development. I'll be looking into

Re: DTLS fails handshake due to early CHANGE_CIPHER_SPEC

2013-04-05 Thread Michael Tuexen
On Mar 28, 2013, at 12:22 AM, Daniel Caiafa wrote: tl;dr: I've been looking into an issue in my product (uses DTLS) for the last couple of days. Tracked it down to a CHANGE_CIPHER_SPEC being processed too early causing the handshake to never complete. Details: - OpenSSL version 1.0.1c

Re: DTLS server get stuck when application data i sreceived before handshake

2013-04-05 Thread Michael Tuexen
On Mar 6, 2013, at 11:11 PM, Prashant Jaikumar wrote: Hello, I am seeing an issue where my DTLS server spins in a tight loop when it receives an application data packet before the DTLS handshake. I am using the sample code provided at http://sctp.fh-muenster.de/dtls-samples.html. The