1. 28 11月, 2000 2 次提交
  2. 27 11月, 2000 3 次提交
  3. 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
  4. 17 11月, 2000 1 次提交
  5. 09 11月, 2000 1 次提交
  6. 08 11月, 2000 1 次提交
  7. 07 11月, 2000 5 次提交
  8. 06 11月, 2000 1 次提交
  9. 03 11月, 2000 3 次提交
  10. 02 11月, 2000 1 次提交
  11. 01 11月, 2000 4 次提交
  12. 29 10月, 2000 1 次提交
  13. 27 10月, 2000 4 次提交
  14. 22 10月, 2000 3 次提交
  15. 20 10月, 2000 1 次提交
  16. 15 10月, 2000 2 次提交
  17. 13 10月, 2000 1 次提交
    • R
      Rework the system to generate shared libraries: · a22fb399
      Richard Levitte 提交于
        - Make note of the expected extension for the shared libraries and
          if there is a need for symbolic links from for example libcrypto.so.0
          to libcrypto.so.0.9.7.  There is extended info in Configure for
          that.
      
        - Make as few rebuilds of the shared libraries as possible.
      
        - Still avoid linking the OpenSSL programs with the shared libraries.
      
        - When installing, install the shared libraries separately from the
          static ones.
      a22fb399
  18. 12 10月, 2000 1 次提交
  19. 06 10月, 2000 1 次提交
  20. 04 10月, 2000 1 次提交
  21. 02 10月, 2000 1 次提交
  22. 26 9月, 2000 1 次提交