1. 15 11月, 2010 1 次提交
  2. 06 9月, 2010 1 次提交
  3. 26 8月, 2010 1 次提交
    • D
      PR: 1833 · 44959ee4
      Dr. Stephen Henson 提交于
      Submitted By: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Support for abbreviated handshakes when renegotiating.
      44959ee4
  4. 28 7月, 2010 1 次提交
  5. 25 3月, 2010 1 次提交
  6. 29 1月, 2010 1 次提交
  7. 27 1月, 2010 1 次提交
    • D
      PR: 1949 · d5e7f2f2
      Dr. Stephen Henson 提交于
      Submitted by: steve@openssl.org
      
      More robust fix and workaround for PR#1949. Don't try to work out if there
      is any write pending data as this can be unreliable: always flush.
      d5e7f2f2
  8. 09 12月, 2009 2 次提交
  9. 07 12月, 2009 1 次提交
  10. 14 7月, 2009 1 次提交
  11. 13 7月, 2009 1 次提交
  12. 20 4月, 2009 1 次提交
  13. 08 4月, 2009 1 次提交
  14. 28 1月, 2009 1 次提交
  15. 30 12月, 2008 1 次提交
  16. 29 12月, 2008 1 次提交
  17. 13 10月, 2008 1 次提交
  18. 10 10月, 2008 1 次提交
    • L
      When the underlying BIO_write() fails to send a datagram, we leave the · 7e7af0bc
      Lutz Jänicke 提交于
      offending record queued as 'pending'. The DTLS code doesn't expect this,
      and we end up hitting an OPENSSL_assert() in do_dtls1_write().
      
      The simple fix is just _not_ to leave it queued. In DTLS, dropping
      packets is perfectly acceptable -- and even preferable. If we wanted a
      service with retries and guaranteed delivery, we'd be using TCP.
      PR: #1703
      Submitted by: David Woodhouse <dwmw2@infradead.org>
      7e7af0bc
  19. 14 8月, 2008 1 次提交
  20. 05 8月, 2008 1 次提交
    • B
      Fix error codes for memory-saving patch. · 474b3b1c
      Bodo Möller 提交于
      Also, get rid of compile-time switch OPENSSL_NO_RELEASE_BUFFERS
      because it was rather pointless (the new behavior has to be explicitly
      requested by setting SSL_MODE_RELEASE_BUFFERS anyway).
      474b3b1c
  21. 03 6月, 2008 1 次提交
  22. 07 9月, 2007 1 次提交
  23. 31 8月, 2007 1 次提交
  24. 05 6月, 2007 1 次提交
  25. 29 11月, 2006 1 次提交
  26. 20 10月, 2006 1 次提交
  27. 08 10月, 2005 1 次提交
  28. 01 10月, 2005 1 次提交
  29. 09 5月, 2005 1 次提交
  30. 03 5月, 2005 1 次提交
  31. 27 4月, 2005 1 次提交
  32. 16 5月, 2004 1 次提交
  33. 19 2月, 2003 1 次提交
  34. 10 7月, 2002 1 次提交
    • L
      Reorder inclusion of header files: · 7b63c0fa
      Lutz Jänicke 提交于
      des_old.h redefines crypt:
      #define crypt(b,s)\
              DES_crypt((b),(s))
      
      This scheme leads to failure, if header files with the OS's true definition
      of crypt() are processed _after_ des_old.h was processed. This is e.g. the
      case on HP-UX with unistd.h.
      As evp.h now again includes des.h (which includes des_old.h), this problem
      only came up after this modification.
      Solution: move header files (indirectly) including e_os.h before the header
      files (indirectly) including evp.h.
      Submitted by:
      Reviewed by:
      PR:
      7b63c0fa
  35. 06 5月, 2002 2 次提交
  36. 29 4月, 2002 1 次提交
  37. 20 4月, 2002 1 次提交
  38. 14 4月, 2002 1 次提交