Skip to content
  1. Sep 19, 2015
  2. Sep 18, 2015
  3. Sep 17, 2015
  4. Sep 16, 2015
  5. Sep 15, 2015
  6. Sep 14, 2015
  7. Sep 12, 2015
  8. Sep 11, 2015
  9. Sep 10, 2015
  10. Sep 01, 2015
  11. Aug 31, 2015
  12. Aug 28, 2015
  13. Aug 26, 2015
  14. Aug 25, 2015
  15. Aug 17, 2015
  16. Aug 16, 2015
  17. Aug 14, 2015
  18. Aug 12, 2015
  19. Aug 11, 2015
    • Matt Caswell's avatar
      Fix "make test" seg fault with SCTP enabled · 396e3004
      Matt Caswell authored
      
      
      When config'd with "sctp" running "make test" causes a seg fault. This is
      actually due to the way ssltest works - it dives under the covers and frees
      up BIOs manually and so some BIOs are NULL when the SCTP code does not
      expect it. The simplest fix is just to add some sanity checks to make sure
      the BIOs aren't NULL before we use them.
      
      This problem occurs in master and 1.0.2. The fix has also been applied to
      1.0.1 to keep the code in sync.
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      (cherry picked from commit f75d5171)
      396e3004
    • Matt Caswell's avatar
      Fix missing return value checks in SCTP · 402634f8
      Matt Caswell authored
      
      
      There are some missing return value checks in the SCTP code. In master this
      was causing a compilation failure when config'd with
      "--strict-warnings sctp".
      
      Reviewed-by: default avatarTim Hudson <tjh@openssl.org>
      (cherry picked from commit d8e8590e)
      402634f8