1. 15 12月, 2000 2 次提交
  2. 14 12月, 2000 3 次提交
  3. 13 12月, 2000 1 次提交
    • D
      · 2aff7727
      Dr. Stephen Henson 提交于
      Rewrite the extension code to use an ASN1_ITEM structure
      for its ASN1 operations as well as the old style function
      pointers (i2d, d2i, new, free). Change standard extensions
      to support this.
      
      Fix a warning in BN_mul(), bn_mul.c about uninitialised 'j'.
      2aff7727
  4. 09 12月, 2000 1 次提交
    • D
      · 9d6b1ce6
      Dr. Stephen Henson 提交于
      Merge from the ASN1 branch of new ASN1 code
      to main trunk.
      
      Lets see if the makes it to openssl-cvs :-)
      9d6b1ce6
  5. 08 12月, 2000 1 次提交
    • B
      Fix some things that look like bugs. · 8dea52fa
      Bodo Möller 提交于
      One problem that looked like a problem in bn_recp.c at first turned
      out to be a BN_mul bug.  An example is given in bn_recp.c; finding
      the bug responsible for this is left as an exercise.
      8dea52fa
  6. 07 12月, 2000 2 次提交
  7. 06 12月, 2000 1 次提交
  8. 05 12月, 2000 1 次提交
  9. 04 12月, 2000 1 次提交
  10. 02 12月, 2000 2 次提交
  11. 01 12月, 2000 4 次提交
  12. 30 11月, 2000 5 次提交
  13. 29 11月, 2000 4 次提交
  14. 28 11月, 2000 2 次提交
  15. 27 11月, 2000 3 次提交
  16. 19 11月, 2000 1 次提交
    • R
      Remove two bn_wexpand() from BN_mul(), which is a step toward getting · baa257f1
      Richard Levitte 提交于
      BN_mul() correctly constified, avoids two realloc()'s that aren't
      really necessary and saves memory to boot.  This required a small
      change in bn_mul_part_recursive() and the addition of variants of
      bn_cmp_words(), bn_add_words() and bn_sub_words() that can take arrays
      with differing sizes.
      
      The test results show a performance that very closely matches the
      original code from before my constification.  This may seem like a
      very small win from a performance point of view, but if one remembers
      that the variants of bn_cmp_words(), bn_add_words() and bn_sub_words()
      are not at all optimized for the moment (and there's no corresponding
      assembler code), and that their use may be just as non-optimal, I'm
      pretty confident there are possibilities...
      
      This code needs reviewing!
      baa257f1
  17. 17 11月, 2000 1 次提交
  18. 09 11月, 2000 1 次提交
  19. 08 11月, 2000 1 次提交
  20. 07 11月, 2000 3 次提交