1. 19 Sep, 2015 1 commit
  2. 18 Sep, 2015 1 commit
  3. 17 Sep, 2015 3 commits
  4. 16 Sep, 2015 1 commit
  5. 15 Sep, 2015 2 commits
  6. 14 Sep, 2015 1 commit
  7. 12 Sep, 2015 1 commit
  8. 11 Sep, 2015 1 commit
  9. 10 Sep, 2015 1 commit
  10. 01 Sep, 2015 6 commits
  11. 31 Aug, 2015 8 commits
  12. 28 Aug, 2015 1 commit
  13. 26 Aug, 2015 3 commits
  14. 25 Aug, 2015 2 commits
  15. 17 Aug, 2015 1 commit
  16. 16 Aug, 2015 1 commit
  17. 14 Aug, 2015 1 commit
  18. 12 Aug, 2015 3 commits
  19. 11 Aug, 2015 2 commits
    • 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