Re: [openssl-dev] GOST89 cipher control command

2015-05-29 Thread Dmitry Belyavsky
Hello OpenSSL team, Any recommendations? Thank you! On Mon, May 25, 2015 at 10:40 PM, Dmitry Belyavsky beld...@gmail.com wrote: Hello Openssl team, GOST89 cipher algorithm seems to be the only cipher algorithm supporting more than one sets of S-boxes. Current implementation of the GOST89

Re: [openssl-dev] [openssl.org #3876] [PATCH] Do not complain if config file not found

2015-05-29 Thread Dmitry Belyavsky
Hello all, Some engines configure themselves using config, so absence of config can mean non-functional engine. On Thu, May 28, 2015 at 3:36 PM, Short, Todd via RT r...@openssl.org wrote: The parameters in the configuration file, in general, apply only to certificate operations. The openssl

[openssl-dev] [openssl.org #3621] Support legacy CA removal, ignore unnecessary intermediate CAs in SSL/TLS handshake by default

2015-05-29 Thread Matt Caswell via RT
On Fri May 29 05:40:51 2015, raysat...@yahoo.com wrote: On 5/27/2015 4:21 AM, Matt Caswell via RT wrote: On Wed May 27 06:41:51 2015, raysat...@yahoo.com wrote: On 3/16/2015 5:45 AM, Kai Engert via RT wrote: Thank you very much for your work on this issue! In my testing so far, it works

[openssl-dev] [openssl.org #3871] Patch for latest git master to fix crypto/ec build errors (OSX)

2015-05-29 Thread Emilia Käsper via RT
Fixed in 88f4c6f3d2f884715f8f5f8eb81f0a96cbec8cef, thanks for spotting! ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3879] [BUG] opennssl 1.0.1g cause the system crash (obj_xref.c)

2015-05-29 Thread Matt Caswell via RT
On Fri May 29 07:06:02 2015, joy...@moxa.com wrote: Hi, I am porting openssl_1.0.1g to our private OS. But we meet some problem, could you please give me a favor. The issue is described below. Inside the file obj_xref.c, there is a variable sigx_app that never be initialize, so this

Re: [openssl-dev] [openssl.org #3879] [BUG] opennssl 1.0.1g cause the system crash (obj_xref.c)

2015-05-29 Thread Kurt Roeckx
On Fri, May 29, 2015 at 02:58:32PM +0200, Matt Caswell via RT wrote: On Fri May 29 07:06:02 2015, joy...@moxa.com wrote: Hi, I am porting openssl_1.0.1g to our private OS. But we meet some problem, could you please give me a favor. The issue is described below. Inside the file

Re: [openssl-dev] [openssl.org #3879] [BUG] opennssl 1.0.1g cause the system crash (obj_xref.c)

2015-05-29 Thread Joy Tu via RT
From: Kurt Roeckx via RT [r...@openssl.org] Sent: Saturday, May 30, 2015 12:58 AM To: Joy Tu (凃清祺) Cc: openssl-dev@openssl.org Subject: Re: [openssl-dev] [openssl.org #3879] [BUG] opennssl 1.0.1g cause the system crash (obj_xref.c) On Fri, May 29, 2015

Re: [openssl-dev] [openssl.org #3879] [BUG] opennssl 1.0.1g cause the system crash (obj_xref.c)

2015-05-29 Thread Joy Tu via RT
So the solution is to initialize the variable by myself or update the compiler to conformant with the C90 spec or force those global variable in the bss segment to be all 0's on my private OS? From: Kurt Roeckx [k...@roeckx.be] Sent: Saturday, May 30, 2015