Re: [openssl-dev] [openssl.org #4033] Unable to build openssl git master branch on NetBSD for > 24 hours

2015-09-10 Thread Salz, Rich via RT
Please do "grep rehash Makefile" at the toplevel. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4033] Unable to build openssl git master branch on NetBSD for > 24 hours

2015-09-10 Thread Salz, Rich
Please do "grep rehash Makefile" at the toplevel. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4033] Unable to build openssl git master branch on NetBSD for > 24 hours

2015-09-10 Thread yancm via RT
On 2015-09-10 06:48, Rich Salz via RT wrote: > yes it was broken for a bit. fixed now; re-sync. (one test still fails, > but > that will be fixed today) Hi Rich, indeed it builds now, but it takes two tries. The first pass stops with: gmake[2]: Entering directory '/usr/local/src/openssl' No

[openssl-dev] [openssl.org #3124] potential bug in ssl/s3_cbc.c

2015-09-10 Thread Emilia Käsper via RT
In the is_sslv3 case, the header length is recomputed to be large enough. I also note that we've recently added a sanity check to make this explicit, see commit 29b0a15a480626544dd0c803d5de671552544de6 Sorry that we didn't acknowledge your report! Cheers, Emilia

[openssl-dev] [openssl.org #2524] openssl 1.0.0d bug report/ query

2015-09-10 Thread Emilia Käsper via RT
Whatever it was, it's no longer reproducible. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4035] bug and fix - warning about uninitialized variables in ssl_asn1.c, function i2d_SSL_SESSION()

2015-09-10 Thread Ivo Raisr via RT
When OpenSSL 1.0.2 is built on Linux with "no-psk" config option, the following warnings are emitted by the compiler: ssl_asn1.c: In function ‘i2d_SSL_SESSION’: ssl_asn1.c:124:57: warning: unused variable ‘v8’ [-Wunused-variable] int v1 = 0, v2 = 0, v3 = 0, v4 = 0, v5 = 0, v7 = 0, v8 = 0;

[openssl-dev] [openssl.org #3484] s3_pkt.c build failure for openssl-SNAP-20140804

2015-09-10 Thread Emilia Käsper via RT
It's been fixed. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3496] report :CVE-2014-0224 security issue not fixed in openssl 1.0.1h

2015-09-10 Thread Emilia Käsper via RT
CVE-2014-0224 was fixed in 1.0.1h. ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #3754] [OpenSSL bug-report] if malloc failed on EVP_PKEY_new_mac_key() ?

2015-09-10 Thread Emilia Käsper via RT
Fixed now in OpenSSL 1.0.1+, thanks for the report! ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4034] mkstack.pl does generate new safestack.h until release 1.0.1m

2015-09-10 Thread Annie Yousar via RT
Hello Ralf, I discovered that already in April, and I sent an e-mail to the list on 2015-04-14 20:46:15 For your convienence the e-mail (including a patch proposal) is attached. Regards, /Ann. Am 10.09.2015 um 17:09 schrieb ralf.vennem...@web.de via RT: > Hello, > > since OpenSSL release 1.0.1m

Re: [openssl-dev] [openssl.org #4034] mkstack.pl does generate new safestack.h until release 1.0.1m

2015-09-10 Thread Annie
Hello Ralf, I discovered that already in April, and I sent an e-mail to the list on 2015-04-14 20:46:15 For your convienence the e-mail (including a patch proposal) is attached. Regards, /Ann. Am 10.09.2015 um 17:09 schrieb ralf.vennem...@web.de via RT: > Hello, > > since OpenSSL release 1.0.1m

[openssl-dev] [openssl.org #4034] mkstack.pl does generate new safestack.h until release 1.0.1m

2015-09-10 Thread ralf.vennem...@web.de via RT
Hello, since OpenSSL release 1.0.1m the mkstack.pl script does not generate a new safestack.h file if new DECLARE_STACK_OF macros are available. I found the following issues: 1. The format of the following comment in safestack.h has changed: Old style (required by mkstack.pl): /* This bloc

[openssl-dev] [openssl.org #4033] Unable to build openssl git master branch on NetBSD for > 24 hours

2015-09-10 Thread Rich Salz via RT
yes it was broken for a bit. fixed now; re-sync. (one test still fails, but that will be fixed today) -- Rich Salz, OpenSSL dev team; rs...@openssl.org ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

[openssl-dev] [openssl.org #4033] Unable to build openssl git master branch on NetBSD for > 24 hours

2015-09-10 Thread yancm via RT
Hi, I've been tracking the dev branch of openssl for several months. In the last 24-48 hours was a source change that broke the build on my box (NetBSD 6_Stable / i386 architecture). I have cleaned and re- ./config'd but still see the build fail at: gmake[2]: Entering directory '/usr/local/sr