Store verify_result with sessions to avoid potential security hole.
[openssl.git] / crypto / bn /
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...
2000-06-01 Ulf MöllerUse NO_FP_API.
2000-03-20 Ulf MöllerIn some of the Makefiles CPP was not defined.
2000-03-13 Bodo MöllerRemove Win32 assembler files. They are always rebuilt...
2000-03-12 Ulf Möllerasm workaround for SuSE Linux
2000-03-05 Bodo MöllerPreserve reason strings in automatically build tables.
2000-03-02 Bodo MöllerUpdate comment.
2000-03-02 Bodo MöllerAdd missing dependencies.
2000-03-02 Bodo MöllerChange comment.
2000-03-01 Ulf Mölleradd comment.
2000-03-01 Ulf MöllerBug fix.
2000-03-01 Ulf Möllercheck for WIN32 (needed by Mingw32)
2000-02-27 Richard LevitteInclude rand.h so RAND_pseudo_bytes may be declared.
2000-02-27 Dr. Stephen HensonDon't call BN_rand with zero bits in bntest.c
2000-02-27 Ben LaurieTypo.
2000-02-27 Bodo MöllerAdd a comment.
2000-02-27 Ulf MöllerBug fix!
2000-02-27 Ulf Möller*** empty log message ***
2000-02-26 Ulf Möllerworkaround no longer needed
2000-02-26 Ulf Möllerremove
2000-02-26 Ulf MöllerReorganize bn_mul.c (no bugfix yet), remove obsolete...
2000-02-26 Andy PolyakovBN_div_recp fix. I've ran divtest for 10 mins and it...
2000-02-25 Ulf Möllerflush output.
2000-02-25 Richard LevitteEnhance consistency by using BIO_flush() instead of...
2000-02-25 Ulf MöllerTest the division functions.
2000-02-25 Ulf Möllerdivide the correct number...
2000-02-24 Ulf Möllerwork around a bug in BN_div_recp or BN_reciprocal
2000-02-24 Bodo MöllerDo fflush(stdout) when there was an error.
2000-02-23 Ulf Möllercorrect macro.
2000-02-16 Ben LaurieAdd support for Compaq Atalla crypto accelerator.
2000-02-16 Andy PolyakovMove primes to read-only segment.
2000-02-15 Andy PolyakovNew NO_INLINE_ASM macro. Primary target for the moment...
next