Skip to content
  1. Feb 28, 2010
  2. Feb 26, 2010
  3. Feb 25, 2010
  4. Feb 24, 2010
  5. Feb 23, 2010
  6. Feb 22, 2010
  7. Feb 19, 2010
  8. Feb 18, 2010
  9. Feb 17, 2010
  10. Feb 16, 2010
    • 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. Feb 15, 2010
  12. Feb 12, 2010
  13. Feb 09, 2010
  14. Feb 04, 2010
  15. Feb 02, 2010
  16. Feb 01, 2010
    • 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. Jan 28, 2010
  18. Jan 27, 2010
  19. Jan 26, 2010
    • 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