Re: [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/ecdsa/ ecs_ossl.c

2011-05-27 Thread Bruce Stephens
Dr. Stephen Henson st...@openssl.org writes: [...] +#ifdef ECDSA_POINT_MUL_NO_CONSTTIME + /* We do not want timing information to leak the length of k, +* so we compute G*k using an equivalent scalar of fixed +* bit-length. */ + + if

Re: [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/ecdsa/ ecs_ossl.c

2011-05-27 Thread Mounir IDRASSI
Hi , I agree with Bruce: we should default to a constant time behavior so definitely the code must use #ifndef instead of #ifdef since the patch makes the scalar a fixed bit length value. I think the paper authors got confused when they wrote the code. Cheers, -- Mounir IDRASSI IDRIX

Re: [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/ecdsa/ ecs_ossl.c

2011-05-27 Thread Peter Waltenberg
-...@openssl.orgDate: 05/28/2011 12:49AMSubject: Re: [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/ecdsa/ ecs_ossl.cHi ,I agree with Bruce: we should default to a constant time behavior so definitely the code must use #ifndef instead of #ifdef since the patch makes the scalar a fixed bit length

Re: [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/bn/ bn_mont.c openssl/c...

2008-02-27 Thread Christian Krause
Hi, a couple of days ago I've reported the bug: http://rt.openssl.org/Ticket/Display.html?id=1641 It looks like that Bodo's commit (see below) has fixed the reported problem. So the bug can be closed and set to fixed. Best regards, Christian Bodo Moeller wrote: OpenSSL CVS Repository

Re: [CVS] OpenSSL: openssl/ CHANGES openssl/apps/ s_client.c openssl/crypt...

2007-10-26 Thread Victor B. Wagner
On 2007.10.26 at 14:06:37 +0200, Dr. Stephen Henson wrote: OpenSSL CVS Repository http://cvs.openssl.org/ Modified files: openssl CHANGES openssl/appss_client.c openssl/crypto/dsa dsa_pmeth.c openssl/crypto/evp evp.h pmeth_fn.c

Re: [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/asn1/ x_crl.c x_x509.c ...

2006-07-24 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dr. Stephen Henson schrieb: patch -p0 '@@ .' Index: openssl/CHANGES $ cvs diff -u -r1.1342 -r1.1343 CHANGES --- openssl/CHANGES 18 Jul 2006 12:36:17 -

Re: [CVS] OpenSSL: openssl/ CHANGES FAQ openssl/crypto/bn/ bn.h bn_blind.c...

2006-06-23 Thread Kurt Roeckx
On Fri, Jun 23, 2006 at 04:36:07PM +0100, Joe Orton wrote: Log: New functions CRYPTO_set_idptr_callback(), CRYPTO_get_idptr_callback(), CRYPTO_thread_idptr() for a 'void *' type thread ID, since the 'unsigned long' type of the existing thread ID does not always work

Re: [CVS] OpenSSL: openssl/ CHANGES FAQ openssl/crypto/bn/ bn.h bn_blind.c...

2006-06-23 Thread Bodo Moeller
On Fri, Jun 23, 2006 at 06:42:10PM +0200, Kurt Roeckx wrote: On Fri, Jun 23, 2006 at 04:36:07PM +0100, Joe Orton wrote: Log: New functions CRYPTO_set_idptr_callback(), CRYPTO_get_idptr_callback(), CRYPTO_thread_idptr() for a 'void *' type thread ID, since the 'unsigned long'

Re: [CVS] OpenSSL: openssl/ CHANGES openssl/apps/ progs.h s_apps.h s_socke...

2005-03-31 Thread Ben Laurie
Scholars might like to note two bugs turned up by this change: Index: openssl/crypto/asn1/a_set.c $ cvs diff -u -r1.13 -r1.14 a_set.c --- openssl/crypto/asn1/a_set.c 5 Dec 2004 01:03:06 - 1.13 +++

Re: [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/evp/ evp.h p_lib.c open...

2003-04-06 Thread Nils Larsch
Hi Richard, Richard Levitte wrote: ... +int EVP_PKEY_cmp(EVP_PKEY *a, EVP_PKEY *b) Wouldn't be EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) more appropriate ? + { + if (a-type != b-type) + return -1; + + switch (a-type) + { +#ifndef

Re: [CVS] OpenSSL: openssl/ CHANGES openssl/crypto/evp/ evp.hp_lib.c open...

2003-04-06 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Sun, 6 Apr 2003 12:36:11 +0200, Nils Larsch [EMAIL PROTECTED] said: nlarsch Richard Levitte wrote: nlarsch ... nlarsch+int EVP_PKEY_cmp(EVP_PKEY *a, EVP_PKEY *b) nlarsch nlarsch Wouldn't be EVP_PKEY_cmp(const EVP_PKEY *a, const EVP_PKEY *b) nlarsch more

Re: [CVS] OpenSSL: openssl CHANGES

2002-12-12 Thread Jeffrey Altman
Not entirely true. I implemented the dynamic locks on Windows in Kermit 95. I do not have any hardware to test it with though. + *) The hw_ncipher.c engine requires dynamic locks. Unfortunately, it + seems that in spite of existing for more than a year, no application + author

Re: [CVS] OpenSSL: openssl CHANGES

2002-12-12 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Thu, 12 Dec 2002 23:34:07 -0500, Jeffrey Altman [EMAIL PROTECTED] said: jaltman Not entirely true. I implemented the dynamic locks on jaltman Windows in Kermit 95. I do not have any hardware to test it jaltman with though. OK, I've now made a small change to