1. 31 7月, 2001 1 次提交
  2. 01 6月, 2001 1 次提交
  3. 20 2月, 2001 1 次提交
  4. 10 2月, 2001 1 次提交
  5. 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
  6. 21 2月, 2000 1 次提交
  7. 04 2月, 2000 1 次提交
  8. 21 1月, 2000 1 次提交
  9. 17 1月, 2000 1 次提交
  10. 14 1月, 2000 1 次提交
  11. 09 1月, 2000 1 次提交
  12. 17 11月, 1999 1 次提交
  13. 10 6月, 1999 1 次提交
  14. 13 5月, 1999 1 次提交
  15. 10 5月, 1999 1 次提交
    • B
      No actual change, but the cert_st member of struct ssl_session_st is now · 9d5cceac
      Bodo Möller 提交于
      called sess_cert instead of just cert.  This is in preparation of further
      changes: Probably often when s->session->sess_cert is used, we should
      use s->cert instead; s->session->sess_cert should be a new structure
      containing only the stuff that is for just one connection (e.g.
      the peer's certificate, which the SSL client implementations currently
      store in s->session->[sess_]cert, which is a very confusing thing to do).
      Submitted by:
      Reviewed by:
      PR:
      9d5cceac
  16. 27 4月, 1999 2 次提交
  17. 24 4月, 1999 1 次提交
  18. 22 4月, 1999 1 次提交
  19. 20 4月, 1999 1 次提交
  20. 18 4月, 1999 1 次提交
  21. 13 4月, 1999 1 次提交
  22. 22 2月, 1999 1 次提交
  23. 16 2月, 1999 2 次提交
    • 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
    • D
      Fix various memory leaks in SSL, apps and DSA · a8236c8c
      Dr. Stephen Henson 提交于
      a8236c8c
  24. 10 2月, 1999 1 次提交
  25. 01 2月, 1999 1 次提交
    • D
      Fix various stuff: that VC++ 5.0 chokes on: · 9b3086fe
      Dr. Stephen Henson 提交于
      1. Add *lots* of missing prototypes for static ssl functions.
      2. VC++ doesn't understand the 'LL' suffix for 64 bits constants: change bn.org
      3. Add a few missing prototypes in pem.org
      Fix mk1mf.pl so it outputs a Makefile that doesn't choke Win95.
      Fix mkdef.pl so it doesn't truncate longer names.
      9b3086fe
  26. 22 12月, 1998 1 次提交
  27. 21 12月, 1998 2 次提交