| 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 |
* | 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 |
* | Copy and paste error... bn_add_part_words() should of course call | Richard Levitte | 2000-11-29 | 1 | -1/+1 |
* | Avoid getting warnings about unary - being used on unsigned integer. | Richard Levitte | 2000-11-22 | 1 | -4/+4 |
* | Remove two bn_wexpand() from BN_mul(), which is a step toward getting | Richard Levitte | 2000-11-18 | 1 | -28/+337 |
* | Make sure to print the BN counting (BN_COUNT) to stderr instead of | Richard Levitte | 2000-11-16 | 1 | -7/+7 |
* | Constify the BIGNUM routines a bit more. The only trouble were the | Richard Levitte | 2000-11-06 | 1 | -11/+21 |
* | Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca> correctly discovered | Richard Levitte | 2000-07-26 | 1 | -1/+1 |
* | Change comment. | Bodo Möller | 2000-03-02 | 1 | -1/+2 |
* | add comment. | Ulf Möller | 2000-03-01 | 1 | -0/+2 |
* | Bug fix! | Ulf Möller | 2000-02-27 | 1 | -6/+48 |
* | Reorganize bn_mul.c (no bugfix yet), remove obsolete files in BN library. | Ulf Möller | 2000-02-26 | 1 | -96/+82 |
* | New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end() to access | Ulf Möller | 2000-02-05 | 1 | -8/+15 |
* | ispell (and minor modifications) | Ulf Möller | 2000-02-04 | 1 | -7/+7 |
* | when invoking bn_*_comba[48] result->top wasn't always set correctly. | Andy Polyakov | 1999-07-27 | 1 | -2/+2 |
* | Change functions to ANSI C. | Ulf Möller | 1999-04-19 | 1 | -27/+11 |
* | Fixes to BN code. Previously the default was to define BN_RECURSION | Mark J. Cox | 1999-01-28 | 1 | -24/+34 |
* | Various cleanups and fixed by Marc and Ralf to start the OpenTLS project | Ralf S. Engelschall | 1998-12-22 | 1 | -17/+17 |
* | Import of old SSLeay release: SSLeay 0.9.1b (unreleased) | Ralf S. Engelschall | 1998-12-21 | 1 | -103/+656 |