1. 16 11月, 1999 1 次提交
    • M
      This corrects the reference count handling in SSL_get_session. · b7cfcfb7
      Mark J. Cox 提交于
      Previously, the returned SSL_SESSION didn't have its reference count
      incremented so the SSL_SESSION could be freed at any time causing
      seg-faults if the pointer was subsequently used. Code that uses
      SSL_get_session must now make a corresponding SSL_SESSION_free() call when
      it is done to avoid memory leaks (or blocked up session caches).
      
      Submitted By: Geoff Thorpe <geoff@eu.c2.net>
      b7cfcfb7
  2. 12 11月, 1999 1 次提交
  3. 26 10月, 1999 1 次提交
  4. 30 9月, 1999 1 次提交
  5. 25 9月, 1999 1 次提交
  6. 19 9月, 1999 1 次提交
  7. 14 9月, 1999 2 次提交
  8. 13 9月, 1999 1 次提交
  9. 12 9月, 1999 1 次提交
    • A
      Initial support for MacOS. · 17f389bb
      Andy Polyakov 提交于
      This will soon be complemented with MacOS specific source code files and
      INSTALL.MacOS.
      
      I (Andy) have decided to get rid of a number of #include <sys/types.h>.
      I've verified it's ok (both by examining /usr/include/*.h and compiling)
      on a number of Unix platforms. Unfortunately I don't have Windows box
      to verify this on. I really appreciate if somebody could try to compile
      it and contact me a.s.a.p. in case a problem occurs.
      
      Submitted by: Roy Wood <roy@centricsystems.ca>
      Reviewed by: Andy Polyakov <appro@fy.chalmers.se>
      17f389bb
  10. 11 9月, 1999 2 次提交
  11. 10 9月, 1999 1 次提交
  12. 09 9月, 1999 1 次提交
  13. 08 9月, 1999 1 次提交
  14. 04 9月, 1999 4 次提交
  15. 19 8月, 1999 1 次提交
    • B
      Fix horrible (and hard to track down) bug in ssl23_get_client_hello: · de1915e4
      Bodo Möller 提交于
      In case of a restart, v[0] and v[1] were incorrectly initialised.
      This was interpreted by ssl3_get_client_key_exchange as an RSA decryption
      failure (don't ask me why) and caused it to create a _random_ master key
      instead (even weirder), which obviously led to incorrect input to
      ssl3_generate_master_secret and thus caused "block cipher pad is
      wrong" error messages from ssl3_enc for the client's Finished message.
      Arrgh.
      de1915e4
  16. 10 8月, 1999 1 次提交
  17. 09 8月, 1999 1 次提交
  18. 08 8月, 1999 2 次提交
  19. 05 8月, 1999 2 次提交
  20. 03 8月, 1999 3 次提交
  21. 30 7月, 1999 1 次提交
  22. 29 7月, 1999 1 次提交
    • U
      VMS updates. · 8c197cc5
      Ulf Möller 提交于
      Submitted by: Richard Levitte <levitte@stacken.kth.se>
      8c197cc5
  23. 22 7月, 1999 1 次提交
  24. 13 7月, 1999 2 次提交
  25. 12 7月, 1999 1 次提交
  26. 10 7月, 1999 1 次提交
  27. 03 7月, 1999 1 次提交
  28. 02 7月, 1999 2 次提交
  29. 28 6月, 1999 1 次提交