Re: [openssl-dev] Running against BoringSSL's SSL test suite

2016-03-18 Thread Emilia Käsper
FYI for easier use, this patch now lives at https://github.com/google/openssl-tests, rebased against BoringSSL latest (thanks David!) and OpenSSL-1.1.0-pre4 (Beta 1). I've also checked in a log from Beta 1. Cheers, Emilia On Thu, Mar 10, 2016 at 4:33 PM David Benjamin

Re: [openssl-dev] Running against BoringSSL's SSL test suite

2016-03-09 Thread Kanaka Kotamarthy
And also Openssl fails with Resume-Client-NoResume cases. Do you have any report on which test cases do fail and reasons for the failure? RT tickets 4387 through 4395 were the failures I've triaged. I'm sure there's more things in there to look through. I don't believe Resume-Client-NoResume

Re: [openssl-dev] Running against BoringSSL's SSL test suite

2016-03-09 Thread David Benjamin
On Wed, Mar 9, 2016 at 5:07 AM Kanaka Kotamarthy wrote: > Hi > > I am even testing OpenSSL with BoringSSL's test cases using > Openssl-1.1.0-pre2. Trying to find out reasons of OpenSSL's failures > for particular cases. > > DTLS 1.0 session resumption has some thing wrong.

Re: [openssl-dev] Running against BoringSSL's SSL test suite

2016-03-09 Thread Kanaka Kotamarthy
Hi I am even testing OpenSSL with BoringSSL's test cases using Openssl-1.1.0-pre2. Trying to find out reasons of OpenSSL's failures for particular cases. DTLS 1.0 session resumption has some thing wrong. If s_server started with -dtls and s_client -dtls1 -reconnect , session resumption is not

Re: [openssl-dev] Running against BoringSSL's SSL test suite

2016-03-08 Thread Matt Caswell
On 07/03/16 21:49, David Benjamin wrote: > Hi folks, > > So, we've by now built up a decent-sized SSL test suite in BoringSSL. I > was bored and ran it against OpenSSL master. It revealed a number of > bugs. One is https://github.com/openssl/openssl/pull/603. I'll be filing > tickets shortly