1. 03 12月, 2000 3 次提交
  2. 02 12月, 2000 3 次提交
    • U
      New function BN_bntest_rand() to detect more BN library bugs. · 111482cf
      Ulf Möller 提交于
      The bn_cmp_part_words bug was only caught in the BN_mod_mul() test,
      not in the BN_mul() test, so apparently the choice of parameters in
      some cases is bad.
      111482cf
    • U
      Fix bn_cmp_part_words() and move it to bn_lib.c. · 52a1bab2
      Ulf Möller 提交于
      52a1bab2
    • G
      First step in tidying up the LHASH code. The callback prototypes (and · 385d8138
      Geoff Thorpe 提交于
      casts) used in the lhash code are about as horrible and evil as they can
      be. For starters, the callback prototypes contain empty parameter lists.
      Yuck.
      
      This first change defines clearer prototypes - including "typedef"'d
      function pointer types to use as "hash" and "compare" callbacks, as well as
      the callbacks passed to the lh_doall and lh_doall_arg iteration functions.
      Now at least more explicit (and clear) casting is required in all of the
      dependant code - and that should be included in this commit.
      
      The next step will be to hunt down and obliterate some of the function
      pointer casting being used when it's not necessary - a particularly evil
      variant exists in the implementation of lh_doall.
      385d8138
  3. 01 12月, 2000 11 次提交
  4. 30 11月, 2000 17 次提交
  5. 29 11月, 2000 6 次提交