Fix BN_[pseudo_]rand: 'mask' must be used even if top=-1.
[openssl.git] / crypto / rsa / rsa_oaep.c
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-24 Bodo MöllerUpdate "OAEP reconsidered" comment
2000-12-05 Bodo MöllerDiscuss http://www.shoup.net/papers/oaep.ps.Z
2000-11-06 Richard LevitteConstify the RSA library.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
1999-04-29 Ulf MöllerBug fix.
1999-04-27 Ulf MöllerMessage digest stuff.
1999-04-27 Ulf MöllerNew Configure option no-<cipher> (rsa, idea, rc5, ...
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-02-17 Ben LaurieAdd OAEP.