summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2015-05-23Fix the update target and remove duplicate file updatesRichard Levitte
2015-04-30Fix buffer overrun in RSA signingMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_1_0_1-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-10-15Include "constant_time_locl.h" rather than "../constant_time_locl.h".Richard Levitte
2014-09-29Add additional DigestInfo checks.Dr. Stephen Henson
2014-09-24RT3066: rewrite RSA padding checks to be slightly more constant time.Emilia Kasper
2014-07-05Return smaller of ret and f.Alan Hryngle
2014-05-29remove duplicate 0x for default RSASSA-PSS salt lenMartin Kaiser
2014-01-06make updateDr. Stephen Henson
2013-12-08make updateDr. Stephen Henson
2013-11-09Check for missing components in RSA_check.Dr. Stephen Henson
2013-05-05Fix PSS signature printing.Dr. Stephen Henson
2013-03-31Typo.Dr. Stephen Henson
2013-01-28Add and use a constant-time memcmp.Ben Laurie
2012-06-08Reduce version skew.Ben Laurie
2012-04-26make updateOpenSSL_1_0_1bDr. Stephen Henson
2012-02-15Additional compatibility fix for MDC2 signature format.Dr. Stephen Henson
2012-02-15An incompatibility has always existed between the format used for RSADr. Stephen Henson
2012-01-02incomplete provisional OAEP CMS decrypt supportDr. Stephen Henson
2011-10-19"make update"Bodo Möller
2011-10-19BN_BLINDING multi-threading fix.Bodo Möller
2011-10-09Backport PSS signature support from HEAD.Dr. Stephen Henson
2011-06-20Don't set default public key methods in FIPS mode so applicationsDr. Stephen Henson
2011-06-09Use method rsa keygen first if FIPS mode if it is a FIPS method.Dr. Stephen Henson
2011-06-06Function not used outside FIPS builds.Dr. Stephen Henson
2011-06-03Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson
2011-06-03Redirect RSA keygen, sign, verify to FIPS module.Dr. Stephen Henson
2011-06-02Redirection of low level APIs to FIPS module.Dr. Stephen Henson
2011-06-02Backport extended PSS support from HEAD: allow setting of mgf1Hash explicitly.Dr. Stephen Henson
2011-03-23make update (1.0.1-stable)Richard Levitte
2011-01-25Move RSA encryption functions to new file crypto/rsa/rsa_crpt.c to separateDr. Stephen Henson
2010-10-11PR: 2295Dr. Stephen Henson
2010-06-01Fix CVE-2010-1633 and CVE-2010-0742.Dr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
2009-08-05Update from HEAD.Dr. Stephen Henson
2009-06-26Fix from 0.9.8-stableDr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-29Make sure a bad parameter to RSA_verify_PKCS1_PSS() doesn't lead to a crash.Ben Laurie
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-11-01More size_tification.Ben Laurie
2008-09-14Really get rid of unsafe double-checked locking.Bodo Möller
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-17We should check the eight bytes starting at p[-9] for rollback attackBodo Möller