Skip to content
  1. Jun 08, 2011
  2. Jun 06, 2011
  3. Jun 05, 2011
  4. Jun 03, 2011
  5. Jun 02, 2011
  6. Jun 01, 2011
  7. May 31, 2011
  8. May 30, 2011
  9. May 29, 2011
  10. May 28, 2011
  11. May 26, 2011
  12. May 25, 2011
    • 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