1. 12 1月, 2001 1 次提交
  2. 08 1月, 2001 1 次提交
  3. 17 12月, 2000 1 次提交
  4. 16 12月, 2000 1 次提交
  5. 30 11月, 2000 1 次提交
  6. 04 11月, 2000 2 次提交
  7. 21 9月, 2000 1 次提交
  8. 18 9月, 2000 5 次提交
  9. 15 9月, 2000 2 次提交
  10. 14 9月, 2000 1 次提交
  11. 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
  12. 11 9月, 2000 1 次提交
  13. 21 7月, 2000 2 次提交
  14. 20 7月, 2000 1 次提交
  15. 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
  16. 02 6月, 2000 1 次提交
    • R
      There have been a number of complaints from a number of sources that names · 26a3a48d
      Richard Levitte 提交于
      like Malloc, Realloc and especially Free conflict with already existing names
      on some operating systems or other packages.  That is reason enough to change
      the names of the OpenSSL memory allocation macros to something that has a
      better chance of being unique, like prepending them with OPENSSL_.
      
      This change includes all the name changes needed throughout all C files.
      26a3a48d
  17. 31 5月, 2000 1 次提交
  18. 05 3月, 2000 1 次提交
  19. 04 3月, 2000 1 次提交
  20. 01 3月, 2000 2 次提交
  21. 29 2月, 2000 1 次提交
  22. 25 2月, 2000 1 次提交
    • U
      EGD bugfix. · fea217f9
      Ulf Möller 提交于
      Submitted by: Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
      fea217f9
  23. 24 2月, 2000 1 次提交
  24. 04 2月, 2000 1 次提交
  25. 24 1月, 2000 1 次提交
  26. 08 11月, 1999 1 次提交
  27. 26 10月, 1999 2 次提交
  28. 06 3月, 1999 1 次提交
  29. 27 2月, 1999 1 次提交
  30. 23 12月, 1998 1 次提交