some updates for the blinding code; summary:
authorNils Larsch <nils@openssl.org>
Tue, 26 Apr 2005 22:31:48 +0000 (22:31 +0000)
committerNils Larsch <nils@openssl.org>
Tue, 26 Apr 2005 22:31:48 +0000 (22:31 +0000)
commit800e400de5ca30491577301ded618445b48c7911
treea6dde859f6c9a77a295aa073d5b37ae422180739
parent05886a6f77e7843c854ed6d0752b6673db45db3c
some updates for the blinding code; summary:
- possibility of re-creation of the blinding parameters after a
  fixed number of uses (suggested by Bodo)
- calculatition of the rsa::e in case it's absent and p and q
  are present (see bug report #785)
- improve the performance when if one rsa structure is shared by
  more than a thread (see bug report #555)
- fix the problem described in bug report #827
- hide the definition ot the BN_BLINDING structure in bn_blind.c
CHANGES
crypto/bn/bn.h
crypto/bn/bn_blind.c
crypto/bn/bn_err.c
crypto/rsa/rsa.h
crypto/rsa/rsa_eay.c
crypto/rsa/rsa_err.c
crypto/rsa/rsa_lib.c
util/libeay.num