1. 25 Aug, 2015 3 commits
  2. 24 Aug, 2015 5 commits
  3. 21 Aug, 2015 1 commit
  4. 17 Aug, 2015 5 commits
  5. 16 Aug, 2015 1 commit
  6. 14 Aug, 2015 10 commits
  7. 13 Aug, 2015 9 commits
  8. 12 Aug, 2015 3 commits
  9. 11 Aug, 2015 3 commits
    • Rich Salz's avatar
      Remove Gost94 signature algorithm. · ade44dcb
      Rich Salz authored
      
      
      This was obsolete in 2001.  This is not the same as Gost94 digest.
      Thanks to Dmitry Belyavsky <beldmit@gmail.com> for review and advice.
      
      Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
      ade44dcb
    • Matt Caswell's avatar
      Fix "make test" seg fault with SCTP enabled · f75d5171
      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>
      f75d5171
    • Matt Caswell's avatar
      Fix missing return value checks in SCTP · d8e8590e
      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>
      d8e8590e