1. 08 Jun, 2011 2 commits
  2. 06 Jun, 2011 9 commits
  3. 05 Jun, 2011 1 commit
  4. 03 Jun, 2011 6 commits
  5. 02 Jun, 2011 2 commits
  6. 01 Jun, 2011 5 commits
  7. 31 May, 2011 2 commits
  8. 30 May, 2011 1 commit
  9. 29 May, 2011 3 commits
  10. 28 May, 2011 1 commit
  11. 26 May, 2011 4 commits
  12. 25 May, 2011 4 commits
    • Dr. Stephen Henson's avatar
    • Dr. Stephen Henson's avatar
      PR: 2533 · 20e6d227
      Dr. Stephen Henson authored
      Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
      Reviewed by: steve
      
      Setting SSL_MODE_RELEASE_BUFFERS should be ignored for DTLS, but instead causes
      the program to crash. This is due to missing version checks and is fixed with
      this patch.
      20e6d227
    • Dr. Stephen Henson's avatar
      PR: 2529 · 24dd0c61
      Dr. Stephen Henson authored
      Submitted by: Marcus Meissner <meissner@suse.de>
      Reviewed by: steve
      
      Call ssl_new() to reallocate SSL BIO internals if we want to replace
      the existing internal SSL structure.
      24dd0c61
    • Dr. Stephen Henson's avatar
      PR: 2527 · 565c1536
      Dr. Stephen Henson authored
      Submitted by: Marcus Meissner <meissner@suse.de>
      Reviewed by: steve
      
      Set cnf to NULL to avoid possible double free.
      565c1536