Re: [openssl.org #3333] [PATCH] Revert Make Makefiles OSF-make-friendly.

2014-09-16 Thread Andy Polyakov via RT
This reverts commit d1cf23ac86c05b22b8780e2c03b67230564d2d34. When gcc is given a .s file and told to preprocess it, it outputs nothing. Since gcc targets are more common/important than OSF, revert it and let the original submitter sort out the problem. URL: https://bugs.gentoo.org/499086

Re: Preshared keys - tutorial requested

2014-09-16 Thread ballou
This question would be much better addressed to OpenSSL-users (and would be much more likely receive an answer there). This list addresses development of the OpenSSL software itself. On Sep 15, 2014, at 3:54 PM, Bush, Stephen F (GE Global Research) bus...@research.ge.com wrote: I would

[openssl.org #3529] [PATCH] ASN1 generation: allow bit strings ending with zero regardless of length

2014-09-16 Thread Kaarle Ritvanen via RT
Currently, the ASN1 generation string format does not allow declaring zero-ending bit strings unless the length is a multiple of eight. Such non-aligned bit strings are used e.g. by an X.509 extension defined in RFC 3779. This patch addresses the problem by removing unnecessary assumptions from

[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

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

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.memailto:rs...@jabber.me Twitter: RichSalz

[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! On Tue,