]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/rsa
drbg_get_entropy: force a reseed before calling ssleay_rand_bytes()
[thirdparty/openssl.git] / crypto / rsa /
2018-08-28  Andy Polyakovrsa/rsa_eay.c: implement variant of "Smooth CRT-RSA."
2018-08-14  Matt Caswellmake update
2018-08-14  Matt CaswellUpdate copyright year
2018-08-10  Andy Polyakovrsa/*: switch to BN_bn2binpad.
2018-05-23  Matt CaswellFix a bogus warning about an uninitialised var
2018-04-17  John EichenbergerCorrect the check of RSA_FLAG_SIGN_VER
2018-04-16  Billy BrumleyRSA key generation: ensure BN_mod_inverse and BN_mod_ex...
2018-03-21  Samuel Weiserconsttime flag changed
2018-03-21  Samuel Weiserused ERR set/pop mark
2018-03-21  Samuel WeiserReplaced variable-time GCD with consttime inversion...
2017-12-08  Rich SalzStandardize syntax around sizeof(foo)
2017-11-07  Rich SalzFix an endless loop in rsa_builtin_keygen.
2017-08-15  Richard LevitteFix 'no-cms'
2017-07-31  Bernd EdlingerFix an information leak in the RSA padding check code.
2017-07-22  Dr. Stephen HensonFix RSA-PSS in FIPS mode by switching digest implementa...
2017-07-16  Bernd EdlingerBackport of 5b8fa43 and remove resolved TODO: see PR...
2017-04-27  Bernd EdlingerRemove unnecessary loop in pkey_rsa_decrypt.
2017-03-13  Bernd EdlingerFix a crash or unbounded allocation in RSA_padding_add_...
2017-01-09  Bernd EdlingerFix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1
2016-12-10  Dr. Stephen HensonCheck input length to pkey_rsa_verify()
2016-11-16  Rich SalzCheck return value of some BN functions.
2016-09-20  Marcus Meissnerinitialize the RSA struct to 0.
2016-08-22  Rich SalzRT2676: Reject RSA eponent if even or 1
2016-07-06  Orgad ShanehFix compilation with CMS disabled
2016-02-27  Kurt RoeckxRevert "Don't check RSA_FLAG_SIGN_VER."
2015-12-20  Dr. Stephen HensonDon't check RSA_FLAG_SIGN_VER.
2015-12-18  Richard LevitteRemove the "eay" c-file-style indicators
2015-12-03  Dr. Stephen HensonAdd PSS parameter check.
2015-10-08  Matt CaswellDon't treat a bare OCTETSTRING as DigestInfo in int_rsa...
2015-09-15  Rich SalzRT4044: Remove .cvsignore files.
2015-09-01  Emilia KasperRT 3493: fix RSA test
2015-07-30  Dr. Stephen Hensonuse X9.31 keygen by default in FIPS mode
2015-05-23  Richard LevitteFix the update target and remove duplicate file updates
2015-04-30  Matt CaswellFix buffer overrun in RSA signing
2015-03-19  Dr. Stephen HensonReject invalid PSS parameters.
2015-01-26  Rich SalzRemove obsolete support for old code.
2015-01-22  Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22  Matt CaswellRerun util/openssl-format-source -v -c . OpenSSL_1_0_2-post-auto-reformat
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22  Matt CaswellFix strange formatting by indent
2015-01-22  Matt Caswellindent has problems with comments that are on the right...
2015-01-22  Tim Hudsonmark all block comments that need format preserving...
2014-09-29  Dr. Stephen HensonAdd additional DigestInfo checks.
2014-09-25  Richard LevitteInclude "constant_time_locl.h" rather than "../constant...
2014-09-24  Emilia KasperRT3066: rewrite RSA padding checks to be slightly more...
2014-09-08  Kurt RoeckxRT2626: Change default_bits from 1K to 2K
2014-07-05  Alan HryngleReturn smaller of ret and f.
2014-05-29  Martin Kaiserremove duplicate 0x for default RSASSA-PSS salt len
2014-03-19  Dr. Stephen HensonWorkaround for some CMS signature formats.
2013-12-01  Dr. Stephen Hensonmake update
2013-11-09  Dr. Stephen HensonCheck for missing components in RSA_check.
2013-10-01  Dr. Stephen HensonReturn correct enveloped data type in ASN1 methods.
2013-10-01  Dr. Stephen HensonCMS RSA-OAEP and RSA-PSS support.
2013-10-01  Dr. Stephen HensonUpdate to OAEP support.
2013-10-01  Dr. Stephen HensonExetended OAEP support.
2013-10-01  Dr. Stephen HensonAdd FIPS RSA error code.
2013-10-01  Dr. Stephen HensonAdd control to retrieve signature MD.
2013-06-05  Dr. Stephen HensonFix PSS signature printing.
2013-03-31  Dr. Stephen HensonTypo.
2013-02-06  Ben LaurieAdd and use a constant-time memcmp.
2012-06-06  Ben LaurieVersion skew reduction.
2012-06-03  Ben LaurieReduce version skew: trivia (I hope).
2012-05-13  Dr. Stephen HensonExperimental multi-implementation support for FIPS...
2012-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branch
2012-02-15  Dr. Stephen HensonAdditional compatibility fix for MDC2 signature format.
2012-02-15  Dr. Stephen HensonAn incompatibility has always existed between the forma...
2012-01-02  Dr. Stephen Hensonincomplete provisional OAEP CMS decrypt support
2011-10-19  Bodo Möller"make update"
2011-10-19  Bodo MöllerBN_BLINDING multi-threading fix.
2011-10-09  Dr. Stephen HensonBackport PSS signature support from HEAD.
2011-06-20  Dr. Stephen HensonDon't set default public key methods in FIPS mode so...
2011-06-09  Dr. Stephen HensonUse method rsa keygen first if FIPS mode if it is a...
2011-06-06  Dr. Stephen HensonFunction not used outside FIPS builds.
2011-06-03  Dr. Stephen HensonBackport libcrypto audit: check return values of EVP...
2011-06-03  Dr. Stephen HensonRedirect RSA keygen, sign, verify to FIPS module.
2011-06-02  Dr. Stephen HensonRedirection of low level APIs to FIPS module.
2011-06-02  Dr. Stephen HensonBackport extended PSS support from HEAD: allow setting...
2011-03-23  Richard Levittemake update (1.0.1-stable)
2011-01-25  Dr. Stephen HensonMove RSA encryption functions to new file crypto/rsa...
2010-10-11  Dr. Stephen HensonPR: 2295
2010-06-16  cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-01  Dr. Stephen HensonFix CVE-2010-1633 and CVE-2010-0742.
2009-12-09  Dr. Stephen HensonPR: 2124
2009-09-13  Dr. Stephen HensonSubmitted by: Julia Lawall <julia@diku.dk>
2009-08-05  Dr. Stephen HensonUpdate from HEAD.
2009-06-26  Dr. Stephen HensonFix from 0.9.8-stable
2009-03-31  cvs2svnThis commit was manufactured by cvs2svn to create branch
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29  Ben LaurieMake sure a bad parameter to RSA_verify_PKCS1_PSS(...
2008-11-12  Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2008-11-01  Ben LaurieMore size_tification.
2008-09-14  Bodo MöllerReally get rid of unsafe double-checked locking.
2008-08-06  Geoff ThorpeRemove the dual-callback scheme for numeric and pointer...
2008-07-17  Bodo MöllerWe should check the eight bytes starting at p[-9] for...
2008-07-03  Geoff ThorpeRevert my earlier CRYPTO_THREADID commit, I will commit...
2008-06-21  Dr. Stephen HensonFix from stable branch.
2008-06-04  Ben LaurieMore type-checking.
2008-05-19  Dr. Stephen HensonFix two invalid memory reads in RSA OAEP mode.
2008-05-02  Dr. Stephen HensonIndicate support for digest init ctrl.
next