1. 10 9月, 2001 1 次提交
  2. 08 9月, 2001 1 次提交
  3. 07 9月, 2001 3 次提交
  4. 06 8月, 2001 1 次提交
  5. 04 8月, 2001 1 次提交
  6. 01 8月, 2001 1 次提交
  7. 31 7月, 2001 1 次提交
  8. 26 7月, 2001 1 次提交
  9. 24 7月, 2001 1 次提交
  10. 11 7月, 2001 2 次提交
  11. 10 7月, 2001 1 次提交
  12. 03 7月, 2001 1 次提交
    • R
      [Forgotten commits?] · 3bfd99bf
      Richard Levitte 提交于
      Changes to have OpenSSL compile on OS/2.
      Contributed by "Brian Havard" <brianh@kheldar.apana.org.au>
      3bfd99bf
  13. 02 7月, 2001 1 次提交
  14. 24 6月, 2001 1 次提交
  15. 21 6月, 2001 1 次提交
    • D
      · ed5538dc
      Dr. Stephen Henson 提交于
      Fix memory leak when RAND is used: need to cleanup
      RANDs ENGINE reference in ENGINE_cleanup().
      ed5538dc
  16. 20 6月, 2001 1 次提交
    • D
      · 323f289c
      Dr. Stephen Henson 提交于
      Change all calls to low level digest routines in the library and
      applications to use EVP. Add missing calls to HMAC_cleanup() and
      don't assume HMAC_CTX can be copied using memcpy().
      
      Note: this is almost identical to the patch submitted to openssl-dev
      by Verdon Walker <VWalker@novell.com> except some redundant
      EVP_add_digest_()/EVP_cleanup() calls were removed and some changes
      made to avoid compiler warnings.
      323f289c
  17. 08 6月, 2001 1 次提交
  18. 06 6月, 2001 1 次提交
  19. 16 5月, 2001 1 次提交
  20. 15 5月, 2001 2 次提交
  21. 14 5月, 2001 1 次提交
  22. 13 5月, 2001 1 次提交
  23. 07 5月, 2001 1 次提交
  24. 03 5月, 2001 1 次提交
    • R
      Some platforms (most notably Windows) do not have a $HOME by default. · f0b54fef
      Richard Levitte 提交于
      For those, unless the environment variables RANDFILE or HOME are
      defined (the default case!), RAND_file_name() will return NULL.
      This change adds a default HOME for those platforms.
      
      To add a default HOME for any platform, just define DEFAULT_HOME in
      the proper place, wrapped in appropriate #ifdef..#endif, in e_os.h.
      f0b54fef
  25. 30 4月, 2001 1 次提交
  26. 18 4月, 2001 3 次提交
    • B
      fix md_rand.c locking bugs · 6e6d04e2
      Bodo Möller 提交于
      6e6d04e2
    • G
      Some more tweaks from ENGINE code. · a4a9d97a
      Geoff Thorpe 提交于
      Previously RAND_get_rand_method was returning a non-const pointer, but it
      should be const. As with all other such cases, METHOD pointers are stored and
      returned as "const". The only methods one should be able to alter are methods
      "local" to the relevant code, in which case a non-const handle to the methods
      should already exist.
      
      This change has been forced by the constifying of the ENGINE code (before
      which RAND_METHOD was the only method pointer in an ENGINE structure that was
      not constant).
      a4a9d97a
    • G
      'make update' · 7ef6e3fe
      Geoff Thorpe 提交于
      7ef6e3fe
  27. 03 4月, 2001 1 次提交
  28. 24 3月, 2001 1 次提交
  29. 22 3月, 2001 1 次提交
  30. 18 3月, 2001 1 次提交
  31. 15 3月, 2001 1 次提交
  32. 10 3月, 2001 1 次提交
  33. 09 3月, 2001 2 次提交