summaryrefslogtreecommitdiffstats
path: root/crypto/rsa
AgeCommit message (Expand)Author
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
2005-06-02PSS update [from 0.9.7].Andy Polyakov
2005-06-01check return valueNils Larsch
2005-06-01Update from 0.9.7-stableDr. Stephen Henson
2005-05-31fix warningNils Larsch
2005-05-30Copy ordinals from 0.9.7 and update.Dr. Stephen Henson
2005-05-28Add PSS prototype to rsa.hDr. Stephen Henson
2005-05-28Update from 0.9.7-stable branch.Dr. Stephen Henson
2005-05-28This commit was manufactured by cvs2svn to create branchcvs2svn
2005-05-28Add pss/x931 files.Dr. Stephen Henson
2005-05-28Update from 0.9.7-stable. Also repatch and rebuild error codes.Dr. Stephen Henson
2005-05-27Use BN_with_flags() in a cleaner way.Bodo Möller