1. 28 11月, 2003 1 次提交
  2. 16 11月, 2003 1 次提交
  3. 17 1月, 2003 1 次提交
  4. 04 1月, 2003 1 次提交
  5. 03 1月, 2003 1 次提交
  6. 15 12月, 2002 1 次提交
  7. 05 12月, 2002 1 次提交
  8. 03 12月, 2002 1 次提交
  9. 29 11月, 2002 1 次提交
  10. 28 11月, 2002 1 次提交
  11. 09 10月, 2002 1 次提交
  12. 28 6月, 2002 1 次提交
  13. 16 10月, 2001 1 次提交
    • D
      · 20d2186c
      Dr. Stephen Henson 提交于
      Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()
      with existing code.
      
      Modify library to use digest *_ex() functions.
      20d2186c
  14. 14 10月, 2001 1 次提交
  15. 01 8月, 2001 1 次提交
  16. 31 7月, 2001 1 次提交
  17. 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
  18. 09 3月, 2001 1 次提交
  19. 08 3月, 2001 1 次提交
    • D
      · 2dc769a1
      Dr. Stephen Henson 提交于
      Make EVP_Digest*() routines return a value.
      
      TODO: update docs, and make soe other routines
      which use EVP_Digest*() check return codes.
      2dc769a1
  20. 20 2月, 2001 1 次提交
    • 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
  21. 20 10月, 2000 1 次提交
  22. 25 9月, 2000 1 次提交
  23. 21 3月, 2000 1 次提交
  24. 19 3月, 2000 1 次提交
  25. 14 3月, 2000 1 次提交
    • B
      Remove "Makefile.uni" files and some related stuff. · 24aaff58
      Bodo Möller 提交于
      This was meant for building individual ciphers separately;
      but nothing of this is maintained, it does not work
      because we rely on central configuration by the Configure
      utility with <openssl/opensslconf.h> etc., so the files
      are only wasting space and time.
      24aaff58
  26. 13 3月, 2000 1 次提交
  27. 12 3月, 2000 1 次提交
  28. 03 3月, 2000 2 次提交
  29. 27 2月, 2000 1 次提交
  30. 16 2月, 2000 1 次提交
  31. 13 2月, 2000 1 次提交
  32. 31 1月, 2000 1 次提交
  33. 30 1月, 2000 1 次提交
  34. 28 1月, 2000 1 次提交
    • U
      Document DSA and SHA. · 38e33cef
      Ulf Möller 提交于
      New function BN_pseudo_rand().
      Use BN_prime_checks_size(BN_num_bits(w)) rounds of Miller-Rabin when
      generating DSA primes (why not use BN_is_prime()?)
      38e33cef
  35. 03 1月, 2000 1 次提交
  36. 10 9月, 1999 1 次提交
  37. 09 9月, 1999 1 次提交
  38. 06 9月, 1999 1 次提交
  39. 05 9月, 1999 1 次提交
    • A
      SHA clean-up Intel assembler companion. · 69fb1c3f
      Andy Polyakov 提交于
      I've chosen to nest two functions in order to save about 4K. As a result
      s1-win32.asm doesn't look right (nested PROC/ENDP SEGMENT/ENDS) and it's
      probably impossible to compile. I assume I have to reconsider... But not
      today...
      69fb1c3f