1. 28 Feb, 2010 1 commit
  2. 26 Feb, 2010 3 commits
  3. 25 Feb, 2010 1 commit
  4. 24 Feb, 2010 1 commit
  5. 23 Feb, 2010 4 commits
  6. 22 Feb, 2010 2 commits
  7. 19 Feb, 2010 1 commit
  8. 18 Feb, 2010 1 commit
  9. 17 Feb, 2010 3 commits
  10. 16 Feb, 2010 1 commit
    • Dr. Stephen Henson's avatar
      PR: 2171 · b50ef8b2
      Dr. Stephen Henson authored
      Submitted by: Tomas Mraz <tmraz@redhat.com>
      
      Since SSLv2 doesn't support renegotiation at all don't reject it if
      legacy renegotiation isn't enabled.
      
      Also can now use SSL2 compatible client hello because RFC5746 supports it.
      b50ef8b2
  11. 15 Feb, 2010 3 commits
  12. 12 Feb, 2010 1 commit
  13. 09 Feb, 2010 2 commits
  14. 04 Feb, 2010 1 commit
  15. 02 Feb, 2010 2 commits
  16. 01 Feb, 2010 2 commits
    • Dr. Stephen Henson's avatar
      PR: 2160 · 0484ff5e
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Make session tickets work with DTLS.
      0484ff5e
    • Dr. Stephen Henson's avatar
      PR: 2159 · 4acc2fed
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Typo in PR#1949 bug, oops!
      4acc2fed
  17. 28 Jan, 2010 1 commit
  18. 27 Jan, 2010 8 commits
  19. 26 Jan, 2010 2 commits
    • Dr. Stephen Henson's avatar
      PR: 1949 · cc629741
      Dr. Stephen Henson authored
      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.
      cc629741
    • Dr. Stephen Henson's avatar
      PR: 2138 · 94137885
      Dr. Stephen Henson authored
      Submitted by: Kevin Regan <k.regan@f5.com>
      
      Clear stat structure if -DPURIFY is set to avoid problems on some
      platforms which include unitialised fields.
      94137885