1. 10 1月, 2001 1 次提交
  2. 09 1月, 2001 1 次提交
  3. 08 1月, 2001 1 次提交
  4. 17 12月, 2000 1 次提交
  5. 16 12月, 2000 1 次提交
  6. 30 11月, 2000 1 次提交
  7. 13 11月, 2000 1 次提交
  8. 04 11月, 2000 2 次提交
  9. 27 10月, 2000 1 次提交
  10. 10 10月, 2000 1 次提交
  11. 25 9月, 2000 1 次提交
  12. 21 9月, 2000 1 次提交
  13. 18 9月, 2000 5 次提交
  14. 15 9月, 2000 2 次提交
  15. 14 9月, 2000 1 次提交
  16. 13 9月, 2000 2 次提交
    • U
      Point to Peter Gutmann's revised paper. · 24b8bf21
      Ulf Möller 提交于
      The copy at www.usenix.org is the old version.
      24b8bf21
    • R
      3 changes: · c0366d89
      Richard Levitte 提交于
      - Make sure PCURSORINFO is defined even on systems that do not provide it.
      - Change the reference to Peter Gutmann's paper.
      - Make sure we don't walk the whole heap lists for performance reasons.
        Jeffrey Altman suggests following Peter Gutmann's advice to keep it
        to 50 heap entries per heap list.
      c0366d89
  17. 12 9月, 2000 1 次提交
  18. 11 9月, 2000 1 次提交
  19. 07 9月, 2000 1 次提交
  20. 08 8月, 2000 1 次提交
  21. 28 7月, 2000 1 次提交
  22. 26 7月, 2000 2 次提交
    • R
      There's a deadlock when ssleay_rand_bytes is called the first time, since · a4125514
      Richard Levitte 提交于
      it wants to stir the pool using ssleay_rand_add.  This fix provides the
      possibility to call ssleay_rand_add inside a locked state by simply telling
      it not to do any locking through a static variable.  This isn't the most
      elegant way one could do this, but it does retain thread safety during the
      stirring process.
      a4125514
    • D
      Fix warnings. · 033d001e
      Dr. Stephen Henson 提交于
      In crypto/err/err.c need to initialise p to
      NULL in case thread_hash is NULL. Otherwise
      p will be uninitialized.
      033d001e
  23. 24 7月, 2000 1 次提交
  24. 21 7月, 2000 2 次提交
  25. 20 7月, 2000 2 次提交
  26. 29 6月, 2000 2 次提交
  27. 28 6月, 2000 1 次提交
  28. 21 6月, 2000 1 次提交
    • D
      · 13083215
      Dr. Stephen Henson 提交于
      Fixes for Win32 build.
      
      This is mostly a work around for the old VC++ problem
      that it treats func() as func(void).
      
      Various prototypes had been added to 'compare' function
      pointers that triggered this. This could be fixed by removing
      the prototype, adding function pointer casts to every call or
      changing the passed function to use the expected arguments.
      I mostly did the latter.
      
      The mkdef.pl script was modified to remove the typesafe
      functions which no longer exist.
      
      Oh and some functions called OPENSSL_freeLibrary() were
      changed back to FreeLibrary(), wonder how that happened :-)
      13083215
  29. 16 6月, 2000 1 次提交