2000-11-12 |
Ben Laurie | Make Rijndael work! Those long flights have some good... |
tree | commitdiff |
2000-11-09 |
Bodo Möller | tmp2 is not used in BN_mod_mul_montgomery. |
tree | commitdiff |
2000-11-08 |
Bodo Möller | BN_CTX-related fixes. |
tree | commitdiff |
2000-11-07 |
Bodo Möller | Handle BN_copy failure after successful BN_new. |
tree | commitdiff |
2000-11-07 |
Bodo Möller | handle the case when BN_new returns NULL |
tree | commitdiff |
2000-11-06 |
Richard Levitte | Constify the BIGNUM routines a bit more. The only... |
tree | commitdiff |
2000-10-26 |
Richard Levitte | Merge the engine branch into the main trunk. All confl... |
tree | commitdiff |
2000-09-27 |
Richard Levitte | A compiler warning removed. Thanks to the folks at HP! |
tree | commitdiff |
2000-09-25 |
Richard Levitte | 'ranlib' doesn't always run on some systems. That... |
tree | commitdiff |
2000-09-19 |
Bodo Möller | Totally remove the supposedly 'faster' variant in |
tree | commitdiff |
2000-09-19 |
Bodo Möller | Document BN_mod_mul_montgomery bug; |
tree | commitdiff |
2000-09-19 |
Bodo Möller | Disable buggy code variant in BN_mod_mul_montgomery... |
tree | commitdiff |
2000-09-17 |
Richard Levitte | A patch from HP for better performance. |
tree | commitdiff |
2000-09-14 |
Ulf Möller | Bug fix: Montgomery multiplication could produce result... |
tree | commitdiff |
2000-09-07 |
Richard Levitte | 'make update' |
tree | commitdiff |
2000-09-04 |
Bodo Möller | Avoid abort() throughout the library, except when prepr... |
tree | commitdiff |
2000-09-04 |
Bodo Möller | Fix for BN_mul_word(a, 0). |
tree | commitdiff |
2000-08-22 |
Ben Laurie | max -> dmax in bn_check_top. |
tree | commitdiff |
2000-08-04 |
Dr. Stephen Henson | Changes needed for Tandem NSK, supplied by Scott Uroff... |
tree | commitdiff |
2000-07-27 |
Richard Levitte | There's a slight possibility that a is 0 in BN_sub_word... |
tree | commitdiff |
2000-07-27 |
Richard Levitte | In the case where a < 0 and |a| < w, the result (assign... |
tree | commitdiff |
2000-07-26 |
Richard Levitte | Darrel Hankerson <dhankers@cacr.math.uwaterloo.ca>... |
tree | commitdiff |
2000-07-02 |
Bodo Möller | Return bignum '0' when BN_rand is asked for a 0 bit... |
tree | commitdiff |
2000-07-01 |
Ben Laurie | Don't let top go below zero! |
tree | commitdiff |
2000-06-23 |
Bodo Möller | Actually comment out the parts of BN_MOD_MUL_WORD that... |
tree | commitdiff |
2000-06-23 |
Bodo Möller | In BN_mod_exp_mont_word, avoid one application of BN_MO... |
tree | commitdiff |
2000-06-21 |
Ulf Möller | use faster version |
tree | commitdiff |
2000-06-13 |
Bodo Möller | This probably fixes a BN_rshift bug. |
tree | commitdiff |
2000-06-13 |
Bodo Möller | Use BN_CTX_end when exiting early from BN_mod_exp_mont_... |
tree | commitdiff |
2000-06-13 |
Geoff Thorpe | The atalla functionality doesn't work with the "word... |
tree | commitdiff |
2000-06-13 |
Geoff Thorpe | Enable DSO support on alpha (OSF1), cc and gcc. |
tree | commitdiff |
2000-06-09 |
Bodo Möller | Comment for increased code clarity. |
tree | commitdiff |
2000-06-08 |
Bodo Möller | Slightly faster DSA verification (BN_mod_exp2_mont), |
tree | commitdiff |
2000-06-08 |
Bodo Möller | Use the equivalent of a sliding window (without precomp... |
tree | commitdiff |
2000-06-07 |
Bodo Möller | Speed up DH with small generator. |
tree | commitdiff |
2000-06-01 |
Richard Levitte | There have been a number of complaints from a number... |
tree | commitdiff |
2000-06-01 |
Ulf Möller | Use NO_FP_API. |
tree | commitdiff |
2000-03-20 |
Ulf Möller | In some of the Makefiles CPP was not defined. |
tree | commitdiff |
2000-03-13 |
Bodo Möller | Remove Win32 assembler files. They are always rebuilt... |
tree | commitdiff |
2000-03-12 |
Ulf Möller | asm workaround for SuSE Linux |
tree | commitdiff |
2000-03-05 |
Bodo Möller | Preserve reason strings in automatically build tables. |
tree | commitdiff |
2000-03-02 |
Bodo Möller | Update comment. |
tree | commitdiff |
2000-03-02 |
Bodo Möller | Add missing dependencies. |
tree | commitdiff |
2000-03-02 |
Bodo Möller | Change comment. |
tree | commitdiff |
2000-03-01 |
Ulf Möller | add comment. |
tree | commitdiff |
2000-03-01 |
Ulf Möller | Bug fix. |
tree | commitdiff |
2000-03-01 |
Ulf Möller | check for WIN32 (needed by Mingw32) |
tree | commitdiff |
2000-02-27 |
Richard Levitte | Include rand.h so RAND_pseudo_bytes may be declared. |
tree | commitdiff |
2000-02-27 |
Dr. Stephen Henson | Don't call BN_rand with zero bits in bntest.c |
tree | commitdiff |
2000-02-27 |
Ben Laurie | Typo. |
tree | commitdiff |
2000-02-27 |
Bodo Möller | Add a comment. |
tree | commitdiff |
2000-02-27 |
Ulf Möller | Bug fix! |
tree | commitdiff |
2000-02-27 |
Ulf Möller | *** empty log message *** |
tree | commitdiff |
2000-02-26 |
Ulf Möller | workaround no longer needed |
tree | commitdiff |
2000-02-26 |
Ulf Möller | remove |
tree | commitdiff |
2000-02-26 |
Ulf Möller | Reorganize bn_mul.c (no bugfix yet), remove obsolete... |
tree | commitdiff |
2000-02-26 |
Andy Polyakov | BN_div_recp fix. I've ran divtest for 10 mins and it... |
tree | commitdiff |
2000-02-25 |
Ulf Möller | flush output. |
tree | commitdiff |
2000-02-25 |
Richard Levitte | Enhance consistency by using BIO_flush() instead of... |
tree | commitdiff |
2000-02-25 |
Ulf Möller | Test the division functions. |
tree | commitdiff |
2000-02-25 |
Ulf Möller | divide the correct number... |
tree | commitdiff |
2000-02-24 |
Ulf Möller | work around a bug in BN_div_recp or BN_reciprocal |
tree | commitdiff |
2000-02-24 |
Bodo Möller | Do fflush(stdout) when there was an error. |
tree | commitdiff |
2000-02-23 |
Ulf Möller | correct macro. |
tree | commitdiff |
2000-02-16 |
Ben Laurie | Add support for Compaq Atalla crypto accelerator. |
tree | commitdiff |
2000-02-16 |
Andy Polyakov | Move primes to read-only segment. |
tree | commitdiff |
2000-02-15 |
Andy Polyakov | New NO_INLINE_ASM macro. Primary target for the moment... |
tree | commitdiff |
2000-02-15 |
Andy Polyakov | test_mont was exercising 100-bit multiplication modulus... |
tree | commitdiff |
2000-02-11 |
Ralf S. Engelschall | Make gcc 2.95.2 happy again, even under ``-Wall -Wshado... |
tree | commitdiff |
2000-02-08 |
Dr. Stephen Henson | Add command line password options to the reamining... |
tree | commitdiff |
2000-02-06 |
Ulf Möller | "print" is GNU bc specific. |
tree | commitdiff |
2000-02-06 |
Ulf Möller | put missing line back in. |
tree | commitdiff |
2000-02-06 |
Ulf Möller | Improve bntest slightly, and fix another bug in the... |
tree | commitdiff |
2000-02-06 |
Ulf Möller | BN_div bugfix. The q-- loop should not be entered in... |
tree | commitdiff |
2000-02-05 |
Bodo Möller | Cosmetic changes. |
tree | commitdiff |
2000-02-05 |
Bodo Möller | Commit patch to bn.h that CVS decided to throw away... |
tree | commitdiff |
2000-02-05 |
Bodo Möller | Generate just one error code if iterated SSL_CTX_get... |
tree | commitdiff |
2000-02-05 |
Ulf Möller | Use MONT_WORD macro to control if the word-based or... |
tree | commitdiff |
2000-02-05 |
Ulf Möller | New functions BN_CTX_start(), BN_CTX_get(), BN_CTX_end... |
tree | commitdiff |
2000-02-03 |
Ulf Möller | *** empty log message *** |
tree | commitdiff |
2000-02-03 |
Ulf Möller | ispell (and minor modifications) |
tree | commitdiff |
2000-02-03 |
Bodo Möller | Some 'const's for BNs. |
tree | commitdiff |
2000-02-02 |
Bodo Möller | Include OpenSSL license. |
tree | commitdiff |
2000-02-02 |
Bodo Möller | Tolerate negative numbers in BN_is_prime. |
tree | commitdiff |
2000-02-02 |
Bodo Möller | rndsort{Miller, Rabin} primality test. |
tree | commitdiff |
2000-02-02 |
Andy Polyakov | Support for "multiply high" instruction, see BN_UMULT_H... |
tree | commitdiff |
2000-02-01 |
Ulf Möller | Bug fix: BN_is_prime() would fail with a high probabili... |
tree | commitdiff |
2000-02-01 |
Ulf Möller | match the prototype |
tree | commitdiff |
2000-02-01 |
Bodo Möller | If n0 == d0, we must alway compute 'rem' "by hand" |
tree | commitdiff |
2000-02-01 |
Bodo Möller | Typo in preprocessor symbol. |
tree | commitdiff |
2000-02-01 |
Ulf Möller | undo. I keep confusing my directories. :( |
tree | commitdiff |
2000-02-01 |
Ulf Möller | EBCDIC support. |
tree | commitdiff |
2000-01-30 |
Ulf Möller | Seek out and destroy another evil cast. |
tree | commitdiff |
2000-01-30 |
Bodo Möller | Make output of "openssl dsaparam 1024" more interesting :-) |
tree | commitdiff |
2000-01-30 |
Bodo Möller | Make DSA_generate_parameters, and fix a couple of bug |
tree | commitdiff |
2000-01-27 |
Richard Levitte | Declare BN_pseudo_rand(). |
tree | commitdiff |
2000-01-27 |
Bodo Möller | A couple of things were reversed for BN_pseudo_rand ... |
tree | commitdiff |
2000-01-27 |
Ulf Möller | comment was wrong. |
tree | commitdiff |
2000-01-27 |
Ulf Möller | Document DSA and SHA. |
tree | commitdiff |
2000-01-27 |
Bodo Möller | typo in a comment |
tree | commitdiff |
next |