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. 18 6月, 2001 1 次提交
  3. 11 4月, 2001 1 次提交
  4. 22 3月, 2001 1 次提交
  5. 16 3月, 2001 1 次提交
  6. 27 2月, 2001 1 次提交
  7. 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
  8. 10 1月, 2001 1 次提交
  9. 03 12月, 2000 1 次提交
  10. 29 11月, 2000 1 次提交
  11. 20 11月, 2000 1 次提交
  12. 09 11月, 2000 1 次提交
  13. 07 11月, 2000 1 次提交
  14. 28 10月, 2000 1 次提交
  15. 27 10月, 2000 1 次提交
  16. 22 9月, 2000 1 次提交
  17. 21 9月, 2000 1 次提交
  18. 20 9月, 2000 3 次提交
  19. 19 9月, 2000 1 次提交
  20. 14 9月, 2000 1 次提交
  21. 12 9月, 2000 3 次提交
  22. 14 8月, 2000 1 次提交
  23. 04 8月, 2000 1 次提交
  24. 02 7月, 2000 1 次提交
  25. 01 7月, 2000 1 次提交
  26. 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
  27. 02 3月, 2000 1 次提交
  28. 11 2月, 2000 1 次提交
  29. 17 1月, 2000 1 次提交
  30. 16 1月, 2000 1 次提交
  31. 07 1月, 2000 1 次提交
  32. 04 12月, 1999 1 次提交
    • B
      Add functions des_set_key_checked, des_set_key_unchecked. · cddfe788
      Bodo Möller 提交于
      Never use des_set_key (it depends on the global variable des_check_key),
      but usually des_set_key_unchecked.
      Only destest.c bothered to look at the return values of des_set_key,
      but it did not set des_check_key -- if it had done so,
      most checks would have failed because of wrong parity and
      because of weak keys.
      cddfe788
  33. 04 10月, 1999 1 次提交
  34. 02 10月, 1999 1 次提交
    • D
      · c91e1259
      Dr. Stephen Henson 提交于
      Modify the 'speed' application so it now uses RSA_sign and RSA_verify
      instead of RSA_private_encrypt and RSA_public_decrypt
      c91e1259
  35. 25 9月, 1999 1 次提交