[openssl.org #3530] Problems measuring openssl speed

2014-09-18 Thread Matt Caswell via RT
On Wed Sep 17 21:41:01 2014, beld...@gmail.com wrote: > Hello Matt, > > the improved patch is attached. It uses the EVP_DigestSign* API > instead of > EVP_digest and does not modify any header files. > > Thank you! Hi Dmitry There are still some significant problems with this patch as it is curr

Re: [openssl.org #3530] Problems measuring openssl speed

2014-09-17 Thread Dmitry Belyavsky via RT
Hello Matt, the improved patch is attached. It uses the EVP_DigestSign* API instead of EVP_digest and does not modify any header files. Thank you! On Wed, Sep 17, 2014 at 2:22 AM, Matt Caswell via RT wrote: > On 16/09/14 19:31, Dmitry Belyavsky wrote:> Hello! > > > > I've made a quick fix to s

Re: [openssl.org #3530] Problems measuring openssl speed

2014-09-17 Thread Dmitry Belyavsky
Hello Matt, the improved patch is attached. It uses the EVP_DigestSign* API instead of EVP_digest and does not modify any header files. Thank you! On Wed, Sep 17, 2014 at 2:22 AM, Matt Caswell via RT wrote: > On 16/09/14 19:31, Dmitry Belyavsky wrote:> Hello! > > > > I've made a quick fix to s

[openssl.org #3530] Problems measuring openssl speed

2014-09-16 Thread Matt Caswell via RT
On 16/09/14 19:31, Dmitry Belyavsky wrote:> Hello! > > I've made a quick fix to solve this problem (attached). The main problem > with this fix is to move locally-defined engine constants to the level > of evp.h, so if you suggest a better solution, I am ready to implement it. > > Thank you! > > >

RE: [openssl.org #3530] Problems measuring openssl speed

2014-09-16 Thread Salz, Rich
Thanks for working on this. I haven’t looked at the patch yet. Can we just put the constants in engine.h? -- Principal Security Engineer, Akamai Technologies IM: rs...@jabber.me Twitter: RichSalz

Re: [openssl.org #3530] Problems measuring openssl speed

2014-09-16 Thread Dmitry Belyavsky
Hello! I've made a quick fix to solve this problem (attached). The main problem with this fix is to move locally-defined engine constants to the level of evp.h, so if you suggest a better solution, I am ready to implement it. Thank you! On Tue, Sep 16, 2014 at 9:29 PM, Dmitry Belyavsky via RT

[openssl.org #3530] Problems measuring openssl speed

2014-09-16 Thread Dmitry Belyavsky via RT
Hello Openssl Team! I use openssl 1.0.1i with some patches in the GOST engine. The command line is openssl speed -engine gost -evp gost-mac I get an error: 3074107544:error:80073074:lib(128):GOST_IMIT_UPDATE:mac key not set:gost_crypt.c:654: (the line number where the error occurs may differ fro