Update copyright year
[openssl.git] / crypto / rsa / rsa_oaep.c
2020-04-23 Matt CaswellUpdate copyright year
2020-03-19 Matt CaswellUse RAND_bytes_ex in crypto/rsa
2020-02-20 PauliDeprecate the low level RSA functions.
2020-02-13 Matt CaswellMake the RSA ASYM_CIPHER implementation available insid...
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-04-17 PauliSP 800-56B steps enumerated.
2019-03-22 Bernd EdlingerModify the RSA_private_decrypt functions to check the...
2019-03-07 Bernd EdlingerFix memory overrun in rsa padding check functions
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-11-30 Andy Polyakovrsa/rsa_oaep.c: remove memcpy calls from RSA_padding_ch...
2018-09-06 Shane LontisRSA padding Zeroization fixes
2018-07-14 Andy Polyakovrsa/*: switch to BN_bn2binpad.
2017-07-31 Bernd EdlingerFix an information leak in the RSA padding check code.
2017-03-01 Emilia KasperRemove some obsolete/obscure internal define switches:
2017-01-09 Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2016-05-17 Rich SalzCopyright consolidation 08/10
2016-04-06 Richard LevitteMake the RSA structure opaque
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-14 Richard LevitteIdentify and move OpenSSL internal header files
2015-05-01 Rich Salzfree null cleanup finale
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08 Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-10-15 Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24 Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2013-06-12 Dr. Stephen HensonExetended OAEP support.
2013-02-06 Ben LaurieAdd and use a constant-time memcmp.
2011-01-27 Dr. Stephen HensonMove all FIPSAPI renames into fips.h header file, inclu...
2011-01-27 Dr. Stephen HensonRedirect FIPS memory allocation to FIPS_malloc() routin...
2011-01-27 Dr. Stephen HensonChange OPENSSL_FIPSEVP to OPENSSL_FIPSAPI as it doesn...
2011-01-26 Dr. Stephen HensonFIPS mode RSA changes:
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-06-26 Dr. Stephen HensonFix from 0.9.8-stable.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
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. 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.