Re: [openssl-dev] who wants to fix travis builds?

2015-10-05 Thread Salz, Rich
> With all the above patches applied, the Travis CI status for the master branch > turned green for the first time in a while [0]. I think this is pretty > important, > since even though none of the current failures are very important, they > could potentially hide more severe failures in the futu

Re: [openssl-dev] who wants to fix travis builds?

2015-10-05 Thread Alessandro Ghedini
On Tue, Oct 06, 2015 at 12:28:05AM +0200, Alessandro Ghedini wrote: > On Wed, Sep 30, 2015 at 10:48:01am +0200, Andy Polyakov wrote: > > As for running tests in the context of query, i.e. mingw > > cross-compilation on Linux. It actually was possible to > > perform under 'wine' befor

Re: [openssl-dev] who wants to fix travis builds?

2015-10-05 Thread Alessandro Ghedini
On Wed, Sep 30, 2015 at 10:48:01am +0200, Andy Polyakov wrote: > As for running tests in the context of query, i.e. mingw > cross-compilation on Linux. It actually was possible to > perform under 'wine' before and surely can be fixed now. Is > 'wine' an option in this case? > >>

[openssl-dev] Load config from apps

2015-10-05 Thread Dmitry Belyavsky
Hello OpenSSL team, What is the reason to avoid loading a config file from the openssl command-line application in master? The 1.0.2 version loads the config file and it is possible to specify the config via OPENSSL_CONF variable. Such behaviouir allows to load an engine providing extra crypto al

[openssl-dev] [openssl.org #4070] OpenSSL 1.0.1p bug and suggested fix: su-filter.pl regex for struct/union definitions also matches other code

2015-10-05 Thread Ellinger, Wesley M via RT
The su-filter.pl script used for code reformatting in OpenSSL 1.0.1p has a regex that is looking for the start of a struct or union definition. It is supposed to match code similar to the following: struct identifier { However, to match the identifier it is using [^\s]+ which also matches char

[openssl-dev] [openssl.org #4069] Malformed Client Hello messages are accepted (custom message padding and length)

2015-10-05 Thread Matt Caswell via RT
Fixed in master, 1.0.2 and 1.0.1. Closing ticket. Matt ___ openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4026] patches to eliminate some warnings from clang

2015-10-05 Thread Kaduk, Ben via RT
Updated patch series to address a couple of comments from Ben (made on now-orphaned github commits). Still available on github at a rebased https://github.com/kaduk/openssl/commits/warning-cleanup . -Ben >From 4b8104dc7fc3450e43edc1a4fd52ece2ed35929a Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk