Add information and pem strings. Update dependencies.
[openssl.git] / crypto / rsa / rsa_oaep.c
2005-05-28 Dr. Stephen HensonUpdate from 0.9.7-stable. Also repatch and rebuild...
2005-05-11 Bodo MöllerFix more error codes.
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
2001-09-06 Bodo Möllerimprove OAEP check
2001-09-06 Bodo Möllerfix formatting so that the file can be view with any...
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-07-24 Bodo Mölleravoid warnings
2001-06-19 Dr. Stephen HensonChange all calls to low level digest routines in the...
2001-06-08 Ulf Möllermore error codes fixed
2001-06-06 Bodo Möllerwhen checking OAEP, signal just a single kind of 'decod...
2001-06-06 Ulf Möllermove check to avoid memory leak.
2001-06-06 Ulf Möllermake sure we don't write to seed[-1]
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.