| Commit message (Expand) | Author | Age | Files | Lines |
* | Build-n-link new IA-64 modules on Linux and HP-UX. | Andy Polyakov | 2004-07-23 | 1 | -11/+3 |
* | All SIXTY_FOUR_BIT platforms (mind the difference between SIXTY_FOUR_BIT and | Andy Polyakov | 2004-07-22 | 1 | -3/+19 |
* | Anchor AES and SHA-256/-512 assembler from C. | Andy Polyakov | 2004-07-18 | 1 | -1/+2 |
* | Add anchors for AES, SHA-256/-512 assembler modules and SSE2 code pathes. | Andy Polyakov | 2004-07-18 | 1 | -11/+0 |
* | Improve error handling if decompression of an ec point fails, and cleanup | Geoff Thorpe | 2004-07-06 | 3 | -1/+7 |
* | New scalable bn_mul_add_words loop, which provides up to >20% overall | Andy Polyakov | 2004-07-01 | 1 | -131/+86 |
* | Tidy up, including; | Geoff Thorpe | 2004-06-20 | 3 | -30/+10 |
* | Deprecate unused cruft, and "make update". | Geoff Thorpe | 2004-06-17 | 2 | -0/+5 |
* | Actually, that last change to BN_get_word() was a little too simple. | Geoff Thorpe | 2004-06-17 | 1 | -1/+3 |
* | As Nils put it; | Geoff Thorpe | 2004-06-17 | 1 | -48/+4 |
* | BN_div_word() was breaking when called from BN_bn2dec() (actually, this is | Geoff Thorpe | 2004-06-17 | 2 | -1/+69 |
* | Eliminate compiler warnings and throw in performance table. | Andy Polyakov | 2004-05-28 | 1 | -16/+34 |
* | Make some more API types opaquely available from ossl_typ.h, meaning the | Geoff Thorpe | 2004-05-15 | 1 | -16/+20 |
* | SSE2 accelerated bn_mul_add_words. Code is currently disabled till proper | Andy Polyakov | 2004-05-06 | 1 | -0/+79 |
* | Improved PowerPC support. Proper ./config support for ppc targets, | Andy Polyakov | 2004-04-27 | 2 | -0/+2088 |
* | Print the debug thingies on stderr instead of stdout. If for nothing | Richard Levitte | 2004-04-20 | 1 | -13/+13 |
* | make update | Geoff Thorpe | 2004-04-19 | 1 | -68/+69 |
* | RAND_add() wants a double as it's last argument. | Richard Levitte | 2004-03-25 | 1 | -1/+1 |
* | Adjust various bignum functions to use BN_CTX for variables instead of | Geoff Thorpe | 2004-03-25 | 5 | -102/+95 |
* | Replace the BN_CTX implementation with my current work. I'm leaving the | Geoff Thorpe | 2004-03-25 | 1 | -75/+345 |
* | Variety of belt-tightenings in the bignum code. (Please help test this!) | Geoff Thorpe | 2004-03-17 | 4 | -18/+48 |
* | Convert openssl code not to assume the deprecated form of BN_zero(). | Geoff Thorpe | 2004-03-13 | 10 | -37/+64 |
* | The efforts to eliminate the dual-representation of zero and to ensure | Geoff Thorpe | 2004-03-13 | 1 | -0/+10 |
* | Document a change I'd already made, and at the same time, correct the | Geoff Thorpe | 2004-03-13 | 2 | -3/+4 |
* | Minimise the amount of code dependent on BN_DEBUG_RAND. In particular, | Geoff Thorpe | 2004-03-09 | 3 | -23/+5 |
* | More changes coming out of the bignum auditing. BN_CTX_get() should ideally | Geoff Thorpe | 2004-03-09 | 1 | -12/+6 |
* | When adding positive elements, we can use BN_uadd() instead of BN_add(). | Geoff Thorpe | 2004-02-22 | 1 | -1/+1 |
* | Typo in crypto/bn/asm/x86_64.c, bn_div_words(). | Andy Polyakov | 2004-02-07 | 1 | -1/+1 |
* | Typo in PA-RISC 2 rules in crypto/bn/Makefile.ssl | Andy Polyakov | 2004-01-30 | 1 | -2/+2 |
* | HP/UX PA-RISC 2 targets update. | Andy Polyakov | 2004-01-29 | 1 | -0/+7 |
* | make update | Richard Levitte | 2004-01-28 | 1 | -2/+7 |
* | Even though C specification explicitly says that constant type "stretches" | Andy Polyakov | 2004-01-25 | 2 | -14/+20 |
* | Use sh explicitely to run point.sh | Richard Levitte | 2003-12-27 | 1 | -1/+1 |
* | Use BUF_strlcpy() instead of strcpy(). | Richard Levitte | 2003-12-27 | 2 | -6/+7 |
* | Add "dif" variable to clean up the loop implementations. | Ulf Möller | 2003-12-06 | 1 | -45/+46 |
* | Avoid segfault if ret==0. | Ulf Möller | 2003-12-06 | 1 | -1/+2 |
* | Incremental cleanups to bn_lib.c. | Geoff Thorpe | 2003-12-02 | 1 | -48/+38 |
* | Use the BN_is_odd() macro in place of code that (inconsistently) does much | Geoff Thorpe | 2003-12-02 | 2 | -5/+7 |
* | BN_FLG_FREE is of extremely dubious usefulness, and is only referred to | Geoff Thorpe | 2003-12-02 | 2 | -1/+9 |
* | Declare the static BIGNUM "BN_value_one()" more carefully. | Geoff Thorpe | 2003-12-01 | 1 | -1/+1 |
* | Add missing bn_check_top()s to bn_kron.c, remove some miscellaneous | Geoff Thorpe | 2003-12-01 | 1 | -3/+5 |
* | Add missing bn_check_top()s to bn_gf2m.c and remove some miscellaneous | Geoff Thorpe | 2003-12-01 | 1 | -29/+70 |
* | The bn_set_max() macro is only "used" by the bn_set_[low|high]() macros | Geoff Thorpe | 2003-12-01 | 1 | -32/+0 |
* | bn_fix_top() exists for compatibility's sake and is mapped to | Geoff Thorpe | 2003-12-01 | 1 | -2/+2 |
* | If BN_STRICT is defined, don't accept an ambiguous representation of zero | Geoff Thorpe | 2003-11-30 | 1 | -2/+20 |
* | Improve a couple of the bignum macros. Note, this doesn't eliminate | Geoff Thorpe | 2003-11-30 | 1 | -5/+5 |
* | Make BN_DEBUG_RAND less painfully slow by only consuming one byte of | Geoff Thorpe | 2003-11-30 | 1 | -1/+3 |
* | This improves the placement of check_top() macros in a couple of bn_lib | Geoff Thorpe | 2003-11-29 | 1 | -2/+7 |
* | Get rid of some signed/unsigned comparison warnings. | Geoff Thorpe | 2003-11-28 | 1 | -7/+14 |
* | Netware-specific changes, | Richard Levitte | 2003-11-28 | 1 | -0/+3 |