Re: [openssl.org #2477] openssl-1.0.0d build ... make test fail

2011-03-23 Thread Tim Jackson
I hit this, and a number of other issues related to turning off particular ciphers, as well. I have patches (1.0.0-1.0.0d). If there's enough interest, I'll submit them. From: via RT mailto:r...@openssl.org>> Reply-To: mailto:openssl-dev@openssl.org>> Date: Tue, 22 Mar 2011 11:40:10 +0100 Cc: ma

Re: [openssl.org #2449] [BUG] openssl 1.0.0d warnings during build and ACCVIO on OpenVMS

2011-03-23 Thread Steven M. Schweda
> From: Richard Levitte > > > sms> > > http://antinode.info/ftp/openssl/1_0_0d/openssl-SNAP-20110321_s1.zip > > > > Just to clarify, you used openssl-SNAP-20110321.tar.gz for this? > > That's a different branch than the one 1.0.0d comes from... > >Yes. (Or "openssl-SNAP-20110321^.ta

EC_KEY_set_enc_flags()

2011-03-23 Thread Massimiliano Pala
Hello guys, do you know what are the real effects of the EC_KEY_set_enc_flags() function ? I tried to use it to force the implicitCurve type of encoding in a cert.. but it did not work: // pkey <- has the key in the cert ecKey = EVP_PKEY_get0(pkey); EC_KEY_set_enc_flags( ecKey, EC_PKEY_