]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa/rsa_oaep.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / rsa / rsa_oaep.c
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-10-17  Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24  Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2013-02-05  Ben LaurieAdd and use a constant-time memcmp.
2009-06-26  Dr. Stephen HensonOops, moved too much.
2009-06-26  Dr. Stephen HensonPR: 1961
2008-09-17  Dr. Stephen HensonAdd RSA update from FIPS branch that got omitted....
2008-05-19  Dr. Stephen HensonFix two invalid memory reads in RSA OAEP mode.
2005-05-28  Dr. Stephen HensonUpdate from 0.9.7-stable branch.
2005-05-28  cvs2svnThis commit was manufactured by cvs2svn to create branch
2005-05-28  Dr. Stephen HensonUpdate from 0.9.7-stable. Also repatch and rebuild...
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
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.