| Commit message (Expand) | Author | Age | Files | Lines |
* | crypto: Fix various typos, repeated words, align some spelling to LDP. | FdaSilvaYY | 2022-10-12 | 1 | -2/+2 |
* | Reorganize local header files | Dr. Matthias St. Pierre | 2019-09-28 | 1 | -1/+1 |
* | Following the license change, modify the boilerplates in crypto/bn/ | Richard Levitte | 2018-12-06 | 1 | -1/+1 |
* | Update copyright year | Matt Caswell | 2018-09-11 | 1 | -1/+1 |
* | crypto/bn: add more fixed-top routines. | Andy Polyakov | 2018-08-23 | 1 | -1/+11 |
* | Remove parentheses of return. | KaoruToda | 2017-10-18 | 1 | -1/+1 |
* | Since return is inconsistent, I removed unnecessary parentheses and | KaoruToda | 2017-10-09 | 1 | -1/+1 |
* | Remove a pointless "#if 0" block from BN_mul. | Bernd Edlinger | 2017-06-17 | 1 | -40/+0 |
* | Fix gcc-7 warnings. | Bernd Edlinger | 2017-05-11 | 1 | -0/+2 |
* | Remove some commented out code in libcrypto | Matt Caswell | 2017-02-28 | 1 | -3/+0 |
* | Remove dead code in bn | Matt Caswell | 2017-02-28 | 1 | -330/+0 |
* | bn: fix occurances of negative zero | Geoff Thorpe | 2017-02-01 | 1 | -1/+1 |
* | Check return value of some BN functions. | Rich Salz | 2016-11-16 | 1 | -2/+3 |
* | Remove useless assignment | Matt Caswell | 2016-08-24 | 1 | -2/+1 |
* | Copyright consolidation 06/10 | Rich Salz | 2016-05-17 | 1 | -54/+6 |
* | Clean-up *_DEBUG options. | Andy Polyakov | 2016-04-07 | 1 | -5/+0 |
* | GH601: Various spelling fixes. | FdaSilvaYY | 2016-02-05 | 1 | -1/+1 |
* | 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 |
* | memset, memcpy, sizeof consistency fixes | Rich Salz | 2015-05-06 | 1 | -7/+7 |
* | Re-align some comments after running the reformat script. | Matt Caswell | 2015-01-22 | 1 | -45/+45 |
* | Run util/openssl-format-source -v -c . | Matt Caswell | 2015-01-22 | 1 | -992/+970 |
* | mark all block comments that need format preserving so that | Tim Hudson | 2014-12-30 | 1 | -11/+22 |
* | RT2163: Remove some unneeded #include's | Doug Goldstein | 2014-08-18 | 1 | -56/+0 |
* | Fix warnings. | Ben Laurie | 2010-06-12 | 1 | -7/+2 |
* | PR: 2111 | Dr. Stephen Henson | 2009-12-02 | 1 | -4/+4 |
* | Update from 1.0.0-stable. | Dr. Stephen Henson | 2009-06-17 | 1 | -0/+2 |
* | Revert the size_t modifications from HEAD that had led to more | Geoff Thorpe | 2008-11-12 | 1 | -12/+12 |
* | size_tification. | Ben Laurie | 2008-11-01 | 1 | -12/+12 |
* | Commit #16325 fixed one thing but broke DH with certain moduli. | Andy Polyakov | 2007-11-03 | 1 | -7/+12 |
* | bn_mul_recursive doesn't handle all cases correctly, which results in | Andy Polyakov | 2007-07-08 | 1 | -4/+4 |
* | Convert openssl code not to assume the deprecated form of BN_zero(). | Geoff Thorpe | 2004-03-14 | 1 | -2/+2 |
* | Put the first stage of my bignum debugging adventures into CVS. This code | Geoff Thorpe | 2003-11-04 | 1 | -1/+2 |
* | Make sure to compare unsigned against unsigned. | Richard Levitte | 2003-05-28 | 1 | -1/+1 |
* | Fix sign bugs. | Richard Levitte | 2003-05-21 | 1 | -1/+1 |
* | Finalizing asm support for UnixWare, SCO, OpenUnix... Note that I've | Andy Polyakov | 2003-01-09 | 1 | -1/+1 |
* | Add support for DJGPP. | Richard Levitte | 2002-06-13 | 1 | -1/+1 |
* | Check the return values where memory allocation failures may happen. | Richard Levitte | 2002-05-30 | 1 | -7/+7 |
* | Fallback to normal multiply if n2 == 8 and dna or dnb is not zero | Dr. Stephen Henson | 2002-05-11 | 1 | -3/+9 |
* | openbsd-x86 macros | Ulf Möller | 2001-10-14 | 1 | -1/+1 |
* | Make all configuration macros available for application by making | Richard Levitte | 2001-02-19 | 1 | -1/+1 |
* | The C version of bn_sub_part_words is needed not only | Bodo Möller | 2000-12-15 | 1 | -1/+1 |
* | Problem: bn_mul_normal() misbehaves if the size of b is 0. | Richard Levitte | 2000-12-13 | 1 | -1/+7 |
* | In bn_mul_recursive(), make sure the comba routines are only called | Richard Levitte | 2000-12-13 | 1 | -4/+7 |
* | Rewrite the extension code to use an ASN1_ITEM structure | Dr. Stephen Henson | 2000-12-13 | 1 | -1/+1 |
* | Intel assembler version for bn_sub_part_words(). I haven't got | Ulf Möller | 2000-12-06 | 1 | -0/+2 |
* | Use assert as in the rest of the BN library. | Ulf Möller | 2000-12-05 | 1 | -0/+5 |
* | Remove the last bn_wexpand()s that made us break constness. Of | Richard Levitte | 2000-12-04 | 1 | -52/+91 |
* | Fix bn_cmp_part_words() and move it to bn_lib.c. | Ulf Möller | 2000-12-02 | 1 | -13/+2 |
* | Fix BN_rshift, which caused lots of trouble. | Bodo Möller | 2000-11-30 | 1 | -1/+1 |