summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2018-10-12rsa/rsa_ossl.c: fix and extend commentary [skip ci].Andy Polyakov
2018-08-28rsa/rsa_eay.c: implement variant of "Smooth CRT-RSA."Andy Polyakov
2018-08-14make updateMatt Caswell
2018-08-14Update copyright yearMatt Caswell
2018-08-10rsa/*: switch to BN_bn2binpad.Andy Polyakov
2018-05-23Fix a bogus warning about an uninitialised varMatt Caswell
2018-04-17Correct the check of RSA_FLAG_SIGN_VERJohn Eichenberger
2018-04-16RSA key generation: ensure BN_mod_inverse and BN_mod_exp_mont both get called...Billy Brumley
2018-03-21consttime flag changedSamuel Weiser
2018-03-21used ERR set/pop markSamuel Weiser
2018-03-21Replaced variable-time GCD with consttime inversion to avoid side-channel att...Samuel Weiser
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-07Fix an endless loop in rsa_builtin_keygen.Rich Salz
2017-08-15Fix 'no-cms'Richard Levitte
2017-07-31Fix an information leak in the RSA padding check code.Bernd Edlinger
2017-07-23Fix RSA-PSS in FIPS mode by switching digest implementations.Dr. Stephen Henson
2017-07-16Backport of 5b8fa43 and remove resolved TODO: see PR#3924.Bernd Edlinger
2017-04-26Remove unnecessary loop in pkey_rsa_decrypt.Bernd Edlinger
2017-03-13Fix a crash or unbounded allocation in RSA_padding_add_PKCS1_PSS_mgf1Bernd Edlinger
2017-01-09Fix a memory leak in RSA_padding_add_PKCS1_OAEP_mgf1Bernd Edlinger
2016-12-10Check input length to pkey_rsa_verify()Dr. Stephen Henson
2016-11-15Check return value of some BN functions.Rich Salz
2016-09-19initialize the RSA struct to 0.Marcus Meissner
2016-08-22RT2676: Reject RSA eponent if even or 1Rich Salz
2016-07-06Fix compilation with CMS disabledOrgad Shaneh
2016-02-27Revert "Don't check RSA_FLAG_SIGN_VER."Kurt Roeckx
2015-12-20Don't check RSA_FLAG_SIGN_VER.Dr. Stephen Henson
2015-12-18Remove the "eay" c-file-style indicatorsRichard Levitte
2015-12-03Add PSS parameter check.Dr. Stephen Henson
2015-10-08Don't treat a bare OCTETSTRING as DigestInfo in int_rsa_verifyMatt Caswell
2015-09-15RT4044: Remove .cvsignore files.Rich Salz
2015-09-01RT 3493: fix RSA testEmilia Kasper
2015-07-30use X9.31 keygen by default in FIPS modeDr. Stephen Henson
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-30Fix buffer overrun in RSA signingMatt Caswell
2015-03-19Reject invalid PSS parameters.Dr. Stephen Henson
2015-01-26Remove obsolete support for old code.Rich Salz
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2014-09-29Add additional DigestInfo checks.Dr. Stephen Henson
2014-09-25Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-09-08RT2626: Change default_bits from 1K to 2KKurt Roeckx
2014-07-05Return smaller of ret and f.Alan Hryngle
2014-05-29remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser
2014-03-19Workaround for some CMS signature formats.Dr. Stephen Henson