1. 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
  2. 08 6月, 2001 1 次提交
  3. 18 4月, 2001 1 次提交
  4. 15 3月, 2001 1 次提交
  5. 22 2月, 2001 1 次提交
  6. 20 2月, 2001 2 次提交
    • R
      Use new-style system-id macros everywhere possible. I hope I haven't · bc36ee62
      Richard Levitte 提交于
      missed any.
      
      This compiles and runs on Linux, and external applications have no
      problems with it.  The definite test will be to build this on VMS.
      bc36ee62
    • R
      Make all configuration macros available for application by making · cf1b7d96
      Richard Levitte 提交于
      sure they are available in opensslconf.h, by giving them names starting
      with "OPENSSL_" to avoid conflicts with other packages and by making
      sure e_os2.h will cover all platform-specific cases together with
      opensslconf.h.
      
      I've checked fairly well that nothing breaks with this (apart from
      external software that will adapt if they have used something like
      NO_KRB5), but I can't guarantee it completely, so a review of this
      change would be a good thing.
      cf1b7d96
  7. 08 8月, 2000 1 次提交
  8. 28 7月, 2000 1 次提交
  9. 26 7月, 2000 1 次提交
    • 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
  10. 20 7月, 2000 1 次提交
  11. 28 6月, 2000 1 次提交
  12. 31 5月, 2000 2 次提交
  13. 30 3月, 2000 2 次提交
  14. 20 3月, 2000 3 次提交
  15. 13 3月, 2000 1 次提交
  16. 02 3月, 2000 1 次提交
  17. 29 2月, 2000 1 次提交
  18. 25 2月, 2000 2 次提交
  19. 24 2月, 2000 1 次提交
  20. 19 2月, 2000 1 次提交
  21. 11 2月, 2000 1 次提交
  22. 04 2月, 2000 1 次提交
  23. 23 1月, 2000 1 次提交
  24. 22 1月, 2000 4 次提交
  25. 16 1月, 2000 1 次提交
  26. 14 1月, 2000 3 次提交
  27. 20 12月, 1999 1 次提交
  28. 27 10月, 1999 1 次提交
  29. 26 10月, 1999 1 次提交