Re: [openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-04 Thread Juan Manuel Guerrero via RT
Am 04.01.2016 21:22, schrieb Richard Levitte via RT: > Hi Juan, and thanks. > > I'm looking at your fix, and have a couple of questions: > > In message on Mon, 04 > Jan 2016 19:42:48 +, Juan Manuel Guerrero via RT said: > > rt> --- a/crypto/conf/conf_def.c > rt> +++ b/crypto/conf/conf_def.

Re: [openssl-dev] OPenssl and dependencies such as openssh

2016-01-04 Thread The Doctor
On Tue, Jan 05, 2016 at 11:21:37AM +1100, Darren Tucker wrote: > On Tue, Jan 5, 2016 at 3:08 AM, The Doctor wrote: > > This might be a croosmail, but necessary. > > > > I did us openssl-SNAP-20160104 minorss erros and installed. > > installed onto what kind of syste

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-04 Thread The Doctor
On Mon, Jan 04, 2016 at 07:22:04PM +, Viktor Dukhovni wrote: > On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > > > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > > SSLeay_version(SSLEAY_VERSION))) <0) > > > > Could there be anything that is

Re: [openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-04 Thread Richard Levitte via RT
Hi Juan, and thanks. I'm looking at your fix, and have a couple of questions: In message on Mon, 04 Jan 2016 19:42:48 +, Juan Manuel Guerrero via RT said: rt> --- a/crypto/conf/conf_def.c rt> +++ b/crypto/conf/conf_def.c rt> @@ -87,6 +87,9 @@ static int def_load_bio(CONF *conf, BIO *bp, l

[openssl-dev] [openssl.org #4217] Fixing DJGPP port of openssl master branch.

2016-01-04 Thread Juan Manuel Guerrero via RT
Unfortunately the DJGPP port is badly brocken in the master branch. The provided patch shall fix the issues. Both patches will fix/improve the following issues: 1) In Configure: For some reason -DTERMIO is set but DJGPP has never offered TERMIO making the build fail. I have changed

Re: [openssl-dev] [openssl-users] OPenssl and dependencies such as openssh

2016-01-04 Thread Viktor Dukhovni
On Mon, Jan 04, 2016 at 09:08:31AM -0700, The Doctor wrote: > if ((rc = fprintf(fd ,"%08x (%s)\n", SSLeay(), > SSLeay_version(SSLEAY_VERSION))) <0) > > Could there be anything that is causing openssh not to see the new openssl > 1.1 The above. The SSLeay nam

[openssl-dev] OPenssl and dependencies such as openssh

2016-01-04 Thread The Doctor
This might be a croosmail, but necessary. I did us openssl-SNAP-20160104 minorss erros and installed. I tried openssh-SNAP-20160105 and the OpenSSL libraries cannot be found In the openssh configuration file I see # Determine OpenSSL library version { $as_echo "$

[openssl-dev] [openssl.org #4216] ocsp 1.1.0/1.0.2 incompatibility

2016-01-04 Thread Dmitry Belyavsky via RT
Hello, I found an incompatibility in behavior of the 'ocsp' utility in the 1.0.2 and 1.1.0 versions. The command line openssl ocsp -issuer cacert.pem -CAfile cacert.pem -md_gost94 -cert cert1.pem -sha1 -cert cert2.pem -reqout request.der returns an error in 1.1.0: ocsp: Digest must be before -

[openssl-dev] [openssl.org #4215] Results of regression for some apps

2016-01-04 Thread Dmitry Belyavsky via RT
Hello! I found the following problems running my cipher suite with openssl 1.1.0 1. Some apps try to load the default config file twice. In case when we load an engine via the config file and the engine prevents itself from loading more than once, it causes errors. The attached patch contains fi