1. 18 Feb, 2010 1 commit
  2. 17 Feb, 2010 3 commits
  3. 16 Feb, 2010 2 commits
    • Dr. Stephen Henson's avatar
      Submitted by: Dmitry Ivanov <vonami@gmail.com> · 03fd7f27
      Dr. Stephen Henson authored
      Don't leave dangling pointers in GOST engine if calls fail.
      03fd7f27
    • Dr. Stephen Henson's avatar
      PR: 2171 · 45d6a15a
      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.
      45d6a15a
  4. 15 Feb, 2010 4 commits
  5. 12 Feb, 2010 3 commits
  6. 09 Feb, 2010 2 commits
  7. 07 Feb, 2010 3 commits
  8. 03 Feb, 2010 1 commit
  9. 02 Feb, 2010 2 commits
  10. 01 Feb, 2010 2 commits
    • Dr. Stephen Henson's avatar
      PR: 2160 · 868f5e44
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Make session tickets work with DTLS.
      868f5e44
    • Dr. Stephen Henson's avatar
      PR: 2159 · 4e5fdd11
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      
      Typo in PR#1949 bug, oops!
      4e5fdd11
  11. 29 Jan, 2010 4 commits
  12. 28 Jan, 2010 2 commits
  13. 27 Jan, 2010 8 commits
  14. 26 Jan, 2010 3 commits
    • Dr. Stephen Henson's avatar
      add CHANGES entry · d793c292
      Dr. Stephen Henson authored
      d793c292
    • Dr. Stephen Henson's avatar
      PR: 1949 · 57749b1b
      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.
      57749b1b
    • Dr. Stephen Henson's avatar
      PR: 2138 · 1cdb7854
      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.
      1cdb7854