| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove /* foo.c */ comments | Rich Salz | 2016-01-26 | 1 | -1/+0 |
* | Identify and move common internal libcrypto header files | Richard Levitte | 2015-05-14 | 1 | -1/+1 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -364/+388 |
* | Further comment changes for reformat (master) | Matt Caswell | 2015-01-22 | 1 | -1/+1 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 1 | -1/+2 |
* | Check for invalid divisors in BN_div. | Emilia Kasper | 2014-12-17 | 1 | -3/+5 |
* | remove OPENSSL_FIPSAPI | Dr. Stephen Henson | 2014-12-08 | 1 | -1/+1 |
* | RT2163: Remove some unneeded #include's | Doug Goldstein | 2014-08-18 | 1 | -1/+0 |
* | bn_div.c: remove duplicate code by merging BN_div and BN_div_no_branch. | Andy Polyakov | 2011-08-14 | 1 | -238/+34 |
* | #undef bn_div_words as it is defined for FIPS builds. | Dr. Stephen Henson | 2011-06-10 | 1 | -0/+1 |
* | Fix warning. | Dr. Stephen Henson | 2011-04-11 | 1 | -0/+1 |
* | Transfer error redirection to fips.h, add OPENSSL_FIPSAPI to source files | Dr. Stephen Henson | 2011-02-03 | 1 | -0/+2 |
* | Always check bn_wexpend() return values for failure (CVE-2009-3245). | Bodo Möller | 2010-02-23 | 1 | -1/+1 |
* | Submitted by: Peter Gutmann <pgut001@cs.auckland.ac.nz> | Dr. Stephen Henson | 2009-06-17 | 1 | -1/+2 |
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 1 | -7/+6 |
* | size_tification. | Ben Laurie | 2008-11-01 | 1 | -6/+7 |
* | Some precautions to avoid potential security-relevant problems. | Bodo Möller | 2008-09-14 | 1 | -2/+13 |
* | Avoid warnings. | Dr. Stephen Henson | 2008-02-28 | 1 | -2/+8 |
* | Privatize BN_*_no_branch. | Andy Polyakov | 2007-06-11 | 1 | -3/+5 |
* | fix error codes | Bodo Möller | 2007-04-19 | 1 | -1/+1 |
* | don't violate the bn_check_top assertion in BN_mod_inverse_no_branch() | Bodo Möller | 2007-04-19 | 1 | -0/+1 |
* | make BN_FLG_CONSTTIME semantics more fool-proof | Bodo Möller | 2007-03-28 | 1 | -1/+1 |
* | Change to mitigate branch prediction attacks | Bodo Möller | 2007-03-28 | 1 | -0/+229 |
* | fix warnings when building openssl with the following compiler options: | Nils Larsch | 2005-08-29 | 1 | -6/+3 |
* | Document a change I'd already made, and at the same time, correct the | Geoff Thorpe | 2004-03-13 | 1 | -1/+0 |
* | Minimise the amount of code dependent on BN_DEBUG_RAND. In particular, | Geoff Thorpe | 2004-03-09 | 1 | -5/+1 |
* | BN_div() cleanup: replace the use of BN_sub and BN_add with bn_sub_words | Geoff Thorpe | 2003-11-22 | 1 | -36/+45 |
* | Put more debug screening in BN_div() and correct a comment. | Geoff Thorpe | 2003-11-07 | 1 | -1/+3 |
* | Put the first stage of my bignum debugging adventures into CVS. This code | Geoff Thorpe | 2003-11-04 | 1 | -3/+5 |
* | bn_div() does some pretty nasty things with temporary variables, | Geoff Thorpe | 2003-10-31 | 1 | -2/+4 |
* | This fixes a couple of cases where an inconsistent BIGNUM could be passed as | Geoff Thorpe | 2003-10-30 | 1 | -0/+6 |
* | A little debugging. | Richard Levitte | 2002-12-20 | 1 | -0/+10 |
* | x86_64 performance patch. | Andy Polyakov | 2002-12-14 | 1 | -1/+17 |
* | Check the return values where memory allocation failures may happen. | Richard Levitte | 2002-05-30 | 1 | -4/+4 |
* | openbsd-x86 macros | Ulf Möller | 2001-10-14 | 1 | -1/+1 |
* | The IRIX fix. Asm recap and corresponding declation. | Andy Polyakov | 2001-03-28 | 1 | -0/+1 |
* | Fix a bug which caused BN_div to produce the | Dr. Stephen Henson | 2001-02-28 | 1 | -1/+5 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -3/+4 |
* | There is no C version of bn_div_3_words | Ulf Möller | 2001-01-23 | 1 | -1/+1 |
* | Sign-related fixes (and tests). | Bodo Möller | 2000-12-07 | 1 | -0/+2 |
* | modular arithmetics | Bodo Möller | 2000-11-26 | 1 | -38/+11 |
* | BN_CTX-related fixes. | Bodo Möller | 2000-11-08 | 1 | -2/+2 |
* | Changes needed for Tandem NSK, supplied by Scott Uroff (scott@xypro.com). | Dr. Stephen Henson | 2000-08-04 | 1 | -1/+1 |
* | New NO_INLINE_ASM macro. Primary target for the moment is Solaris x86 | Andy Polyakov | 2000-02-15 | 1 | -1/+1 |
* | BN_div bugfix. The q-- loop should not be entered in the n0==d0 case. | Ulf Möller | 2000-02-06 | 1 | -76/+71 |
* | New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access | Ulf Möller | 2000-02-05 | 1 | -20/+36 |
* | Support for "multiply high" instruction, see BN_UMULT_HIGH comment in | Andy Polyakov | 2000-02-02 | 1 | -0/+5 |
* | match the prototype | Ulf Möller | 2000-02-02 | 1 | -1/+2 |
* | If n0 == d0, we must alway compute 'rem' "by hand" | Bodo Möller | 2000-02-01 | 1 | -1/+6 |
* | Typo in preprocessor symbol. | Bodo Möller | 2000-02-01 | 1 | -3/+3 |