more of the same: add printf() for perlasm.
[openssl.git] / crypto / bn /
2000-12-05 Ulf MöllerUse assert as in the rest of the BN library.
2000-12-04 Richard LevitteRemove the last bn_wexpand()s that made us break constn...
2000-12-04 Bodo MöllerChange error message to "bignum too long"
2000-12-03 Bodo Möllerinclude <limits.h>
2000-12-03 Bodo MöllerDon't allow BIGNUMs to become so large that computation...
2000-12-02 Richard LevitteAdd a comment to explain the purpose of bn_cmp_part_wor...
2000-12-02 Ulf Möllerlast commit was wrong. Now it works. :)
2000-12-02 Ulf Möllerargl
2000-12-02 Ulf Möllerforgot to remove the loop variable
2000-12-02 Ulf MöllerLoops like this one:
2000-12-02 Ulf MöllerNew function BN_bntest_rand() to detect more BN library...
2000-12-02 Ulf MöllerFix bn_cmp_part_words() and move it to bn_lib.c.
2000-12-01 Bodo Möllerfunctionality for BN_mod_sqrt timings
2000-12-01 Bodo Möller"make depend"
2000-11-30 Bodo MöllerFix the recently introduced test that checks if the...
2000-11-30 Bodo MöllerFix BN_rshift, which caused lots of trouble.
2000-11-30 Bodo MöllerRemove randomness from the test. These constants give...
2000-11-30 Bodo MöllerBN_mod_exp(r,a,p,m,ctx) should not be called with r...
2000-11-30 Bodo MöllerIt's "#elif", not "#elsif".
2000-11-30 Bodo MöllerChanges to Lenka's Montgomery implementation.
2000-11-30 Bodo MöllerCorrections to the comments in BN_mod_inverse.
2000-11-30 Bodo MöllerBN_mod_exp problems ...
2000-11-30 Bodo MöllerMove reduction step from BN_mod_exp to BN_mod_exp_mont_...
2000-11-30 Bodo Möllerbn_modfs.c is no longer needed, a BN_sqrt implementation
2000-11-30 Bodo MöllerFix bntest.c problem -- one of the primes got lost
2000-11-30 Bodo MöllerHandle special cases correctly in exponentation functions.
2000-11-30 Bodo MöllerBN_sqrt
2000-11-29 Bodo MöllerBN_legendre is no longer needed now that OpenSSL has...
2000-11-29 Bodo MöllerFix BN_kronecker so that it works correctly if 'a'...
2000-11-29 Bodo MöllerBN_to_montgomery expects its inputs to be in the interv...
2000-11-29 Bodo Mölleradd missing braces
2000-11-29 Bodo MöllerFix warnings in expspeed.c (but the segmentation fault...
2000-11-29 Bodo MöllerBN_bin2bn did *not* contain an off-by-one error;
2000-11-29 Bodo MöllerExpand expspeed.c to make BN_kronecker timings.
2000-11-29 Bodo MöllerImplement BN_kronecker test.
2000-11-29 Bodo MöllerMake BN_mod_inverse a little faster
2000-11-29 Bodo MöllerImprove BN_mod_inverse performance.
2000-11-29 Richard LevitteCopy and paste error... bn_add_part_words() should...
2000-11-28 Bodo MöllerUse BN_pseudo_rand instead of BN_rand
2000-11-28 Bodo MöllerTimings.
2000-11-28 Bodo MöllerCorrect a bug in BN_kronecker.
2000-11-28 Bodo MöllerAdd test_kron function, which will contain a test for...
2000-11-28 Bodo MöllerAdd bn_kron.c (BN_kronecker), which I forgot in the...
2000-11-27 Bodo MöllerUndo previous commit, which was an accident.
2000-11-27 Bodo MöllerFix BN_is_... macros.
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Bodo MöllerChange submitted files so that they compile (in particular,
2000-11-26 Bodo MöllerMore BN_mod_... functions.
2000-11-26 Bodo MöllerAdd bn_mod.c (should have happend in the previous commi...
2000-11-26 Bodo Möllermodular arithmetics
2000-11-26 Bodo MöllerRemove CR at line ends.
2000-11-26 Bodo MöllerElliptic curves over GF(p), new BIGNUM functions, Montg...
2000-11-22 Richard LevitteCorrect a number of syntax errors.
2000-11-21 Richard LevitteReimplement bn_div_words, bn_add_words and bn_sub_words...
2000-11-21 Richard LevitteAvoid getting warnings about unary - being used on...
2000-11-18 Richard LevitteRemove two bn_wexpand() from BN_mul(), which is a step...
2000-11-18 Richard LevitteRemove a declaration for a function that does not exist.
2000-11-18 Richard LevitteMake the definition of bn_add_words() match the definition.
2000-11-17 Richard LevitteMake sure BN_DIV2W is not defining when defining it...
2000-11-17 Bodo MöllerConstify bn_dump1 implementation so that it matches...
2000-11-16 Richard LevitteMore constification of the BN library.
2000-11-16 Richard LevitteMake sure to print the BN counting (BN_COUNT) to stderr...
2000-11-16 Richard LevitteOops, when I clean, I should do it thoroughly.
2000-11-16 Richard LevitteI've checked again and again. There really is no need...
2000-11-12 Ben LaurieMake Rijndael work! Those long flights have some good...
2000-11-09 Bodo Möllertmp2 is not used in BN_mod_mul_montgomery.
2000-11-08 Bodo MöllerBN_CTX-related fixes.
2000-11-07 Bodo MöllerHandle BN_copy failure after successful BN_new.
2000-11-07 Bodo Möllerhandle the case when BN_new returns NULL
2000-11-06 Richard LevitteConstify the BIGNUM routines a bit more. The only...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-27 Richard LevitteA compiler warning removed. Thanks to the folks at HP!
2000-09-25 Richard Levitte'ranlib' doesn't always run on some systems. That...
2000-09-19 Bodo MöllerTotally remove the supposedly 'faster' variant in
2000-09-19 Bodo MöllerDocument BN_mod_mul_montgomery bug;
2000-09-19 Bodo MöllerDisable buggy code variant in BN_mod_mul_montgomery...
2000-09-17 Richard LevitteA patch from HP for better performance.
2000-09-14 Ulf MöllerBug fix: Montgomery multiplication could produce result...
2000-09-07 Richard Levitte'make update'
2000-09-04 Bodo MöllerAvoid abort() throughout the library, except when prepr...
2000-09-04 Bodo MöllerFix for BN_mul_word(a, 0).
2000-08-22 Ben Lauriemax -> dmax in bn_check_top.
2000-08-04 Dr. Stephen HensonChanges needed for Tandem NSK, supplied by Scott Uroff...
2000-07-27 Richard LevitteThere's a slight possibility that a is 0 in BN_sub_word...
2000-07-27 Richard LevitteIn the case where a < 0 and |a| < w, the result (assign...
2000-07-26 Richard LevitteDarrel Hankerson <dhankers@cacr.math.uwaterloo.ca>...
2000-07-02 Bodo MöllerReturn bignum '0' when BN_rand is asked for a 0 bit...
2000-07-01 Ben LaurieDon't let top go below zero!
2000-06-23 Bodo MöllerActually comment out the parts of BN_MOD_MUL_WORD that...
2000-06-23 Bodo MöllerIn BN_mod_exp_mont_word, avoid one application of BN_MO...
2000-06-21 Ulf Mölleruse faster version
2000-06-13 Bodo MöllerThis probably fixes a BN_rshift bug.
2000-06-13 Bodo MöllerUse BN_CTX_end when exiting early from BN_mod_exp_mont_...
2000-06-13 Geoff ThorpeThe atalla functionality doesn't work with the "word...
2000-06-13 Geoff ThorpeEnable DSO support on alpha (OSF1), cc and gcc.
2000-06-09 Bodo MöllerComment for increased code clarity.
2000-06-08 Bodo MöllerSlightly faster DSA verification (BN_mod_exp2_mont),
2000-06-08 Bodo MöllerUse the equivalent of a sliding window (without precomp...
2000-06-07 Bodo MöllerSpeed up DH with small generator.
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
next