summaryrefslogtreecommitdiffstats
path: root/crypto/bn
AgeCommit message (Expand)Author
2011-01-09add X9.31 prime generation routines from 0.9.8 branchDr. Stephen Henson
2010-11-22s390x.S: fix typo in bn_mul_words [from HEAD].Andy Polyakov
2010-10-11PR: 2295Dr. Stephen Henson
2010-09-13Alpha assembler pack: adapt for Linux [from HEAD].Andy Polyakov
2010-09-10crypto/bn/asm/s390x.S: drop redundant instructions [from HEAD].Andy Polyakov
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2010-04-10alpha-mont.pl: comply with stack alignment requirement [from HEAD].Andy Polyakov
2010-03-29ARMv4 assembler: [unconfirmed] fix for compilation failure [from HEAD].Andy Polyakov
2010-02-28Fix warning.Ben Laurie
2010-02-23Always check bn_wexpend() return values for failure (CVE-2009-3245).Bodo Möller
2009-12-02PR: 2111Dr. Stephen Henson
2009-10-01PR: 2062Dr. Stephen Henson
2009-06-17Check t too.Dr. Stephen Henson
2009-06-17Update from HEAD.Dr. Stephen Henson
2009-06-14Two digits is not wide enough.Ben Laurie
2009-02-14PR: 1835Dr. Stephen Henson
2009-02-10s390x-mont.pl: optimize prologue.Andy Polyakov
2009-02-09s390x assembler pack update.Andy Polyakov
2009-01-11Fix missing prototype warnings then fix different prototype warnings ;-)Dr. Stephen Henson
2008-12-29bn_lib.c: [re-]fix Win64 compiler warning.Andy Polyakov
2008-12-29Fix "possible loss of data" Win64 compiler warnings.Andy Polyakov
2008-12-19x86_64 assembler pack: add support for Win64 SEH.Andy Polyakov
2008-12-16Bring C bn_mul_mont template closer to assembler.Andy Polyakov
2008-11-14x86_64-xlate.pl update, engage x86_64 assembler in mingw64.Andy Polyakov
2008-11-12Update make rules for x86_64 assembler pack.Andy Polyakov
2008-11-12x86_64 assembler pack to comply with updated styling x86_64-xlate.pl rules.Andy Polyakov
2008-11-12Revert commit #17603, it should have been part of #17617.Andy Polyakov
2008-11-12Revert the size_t modifications from HEAD that had led to moreGeoff Thorpe
2008-11-11symbol deobnoxificationBodo Möller
2008-11-05PR: 1777Dr. Stephen Henson
2008-11-02Fix prototypes.Dr. Stephen Henson
2008-11-02Use stddef.h to pick up size_t def.Dr. Stephen Henson
2008-11-02Fix warnings about mismatched prototypes, undefined size_t and value computedDr. Stephen Henson
2008-11-01size_tification.Ben Laurie
2008-11-01Fix SHA512 and optimize BN for mingw64.Andy Polyakov
2008-10-28Minor clean-up in bn_lib.c: constification and optimization.Andy Polyakov
2008-10-28Fix crash in BN_rshift.Andy Polyakov
2008-10-22Apparently '__top' is also risky, obfuscate further. (All this toGeoff Thorpe
2008-10-22Use of a 'top' var creates "shadow variable" warnings.Geoff Thorpe
2008-10-19Constification.Ben Laurie
2008-10-16Fix argument order in BN_nnmod call and implement rigorous boundaryAndy Polyakov
2008-10-15Optimize bn_correct_top.Andy Polyakov
2008-10-15Remove redundant BN_ucmp, fix boundary condition in BN_nist_mod_224 andAndy Polyakov
2008-09-15Fix build warnings.Geoff Thorpe
2008-09-14Some precautions to avoid potential security-relevant problems.Bodo Möller
2008-09-12AIX build updates.Andy Polyakov
2008-08-06Remove the dual-callback scheme for numeric and pointer thread IDs,Geoff Thorpe
2008-07-03Revert my earlier CRYPTO_THREADID commit, I will commit a reworkedGeoff Thorpe
2008-06-23avoid potential infinite loop in final reduction round of BN_GF2m_mod_arr()Bodo Möller
2008-05-02Clarifying comment.Bodo Möller