1. 31 7月, 2001 1 次提交
  2. 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
  3. 16 6月, 2001 1 次提交
  4. 07 6月, 2001 1 次提交
  5. 08 4月, 2001 2 次提交
  6. 03 4月, 2001 1 次提交
  7. 07 3月, 2001 1 次提交
  8. 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
  9. 22 2月, 2000 1 次提交
  10. 21 2月, 2000 1 次提交
  11. 04 2月, 2000 1 次提交
  12. 06 1月, 2000 2 次提交
  13. 29 12月, 1999 1 次提交
  14. 05 6月, 1999 1 次提交
  15. 27 4月, 1999 1 次提交
  16. 24 4月, 1999 1 次提交
  17. 20 4月, 1999 1 次提交
  18. 18 4月, 1999 1 次提交
  19. 22 2月, 1999 1 次提交
  20. 16 2月, 1999 1 次提交
    • M
      Updates to the new SSL compression code · 413c4f45
      Mark J. Cox 提交于
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Fix so that the version number in the master secret, when passed
           via RSA, checks that if TLS was proposed, but we roll back to SSLv3
           (because the server will not accept higher), that the version number
           is 0x03,0x01, not 0x03,0x00
           [Eric A. Young, (from changes to C2Net SSLeay, integrated by Mark Cox)]
      
      Submitted by:
      Reviewed by:
      PR:
      413c4f45
  21. 13 2月, 1999 1 次提交
  22. 11 1月, 1999 1 次提交
  23. 08 1月, 1999 1 次提交
  24. 21 12月, 1998 3 次提交