summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
2015-01-22Re-align some comments after running the reformat script.OpenSSL_0_9_8-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_0_9_8-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-17Include "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
2013-02-05Add and use a constant-time memcmp.Ben Laurie
2011-10-19BN_BLINDING multi-threading fix.Bodo Möller
2010-10-11PR: 2295Dr. Stephen Henson
2010-01-27Bypass algorithm blocking with TLS MD5+SHA1 signature in FIPS mode byDr. Stephen Henson
2009-12-09PR: 2124Dr. Stephen Henson
2009-09-22Don't set non fips allow flags when calling RSA_new() and DSA_new().Dr. Stephen Henson
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
2009-06-26Oops, moved too much.Dr. Stephen Henson
2009-06-26PR: 1961Dr. Stephen Henson
2009-02-14PR: 1840Dr. Stephen Henson
2008-11-05Change old obsolete email address...Dr. Stephen Henson
2008-09-17Make update: delete duplicate error code.Dr. Stephen Henson
2008-09-17Add RSA update from FIPS branch that got omitted....Dr. Stephen Henson
2008-09-16Add missing files.Dr. Stephen Henson
2008-09-16Merge changes to build system from fips branch.Dr. Stephen Henson
2008-09-16Merge public key FIPS code, RSA, DSA, DH.Dr. Stephen Henson
2008-09-15Port X931 key generation routines from FIPS branch. Don't include deprecatedDr. Stephen Henson
2008-09-14Fix error code discrepancy.Dr. Stephen Henson
2008-09-14Really get rid of unsafe double-checked locking.Bodo Möller
2008-07-17We should check the eight bytes starting at p[-9] for rollback attackBodo Möller
2008-06-21Make WIN32 build work with no-rc4Dr. Stephen Henson
2008-05-19Fix two invalid memory reads in RSA OAEP mode.Dr. Stephen Henson
2008-02-27fix BIGNUM flag handlingBodo Möller
2007-04-04Make sure we detect corruption.Ben Laurie
2007-03-28Change to mitigate branch prediction attacksBodo Möller
2007-01-21Update from HEAD.Dr. Stephen Henson
2006-11-21Rebuild error file C source files.Dr. Stephen Henson
2006-09-28Introduce limits to prevent malicious keys being able toMark J. Cox
2006-09-06Remove non-functional part of recent patch, after discussion withBodo Möller
2006-09-05Avoid PKCS #1 v1.5 signature attack discovered by Daniel BleichenbacherMark J. Cox
2006-06-14Thread-safety fixesBodo Möller
2006-03-13fix error found by coverity: check if ctx is != NULL before calling BN_CTX_end()Nils Larsch
2006-02-08backport recent changes from the cvs headNils Larsch
2006-02-04Update filenames in makefilesDr. Stephen Henson
2006-01-09/usr/bin/perl util/mkerr.pl -recurse -write -rebuildRichard Levitte
2005-11-25Fix memory leak.Ben Laurie
2005-09-22protect BN_BLINDING_invert with a write lock and BN_BLINDING_convertNils Larsch
2005-08-28fix warnings when building openssl with (gcc 3.3.1):Nils Larsch
2005-08-07Windows CE update from HEAD.Andy Polyakov
2005-06-06Update from head.Dr. Stephen Henson