1. 14 Sep, 2016 1 commit
    • Matt Caswell's avatar
      Add some sanity checks around usage of t_fromb64() · 9496cf57
      Matt Caswell authored
      
      
      The internal SRP function t_fromb64() converts from base64 to binary. It
      does not validate that the size of the destination is sufficiently large -
      that is up to the callers. In some places there was such a check, but not
      in others.
      
      Add an argument to t_fromb64() to provide the size of the destination
      buffer and validate that we don't write too much data. Also add some sanity
      checks to the callers where appropriate.
      
      With thanks to Shi Lei for reporting this issue.
      
      Reviewed-by: default avatarRichard Levitte <levitte@openssl.org>
      (cherry picked from commit 73f0df83)
      9496cf57
  2. 13 Sep, 2016 9 commits
  3. 12 Sep, 2016 1 commit
  4. 09 Sep, 2016 1 commit
  5. 08 Sep, 2016 7 commits
  6. 07 Sep, 2016 5 commits
  7. 06 Sep, 2016 2 commits
  8. 05 Sep, 2016 1 commit
    • Richard Levitte's avatar
      Unix build: have the makedepend and cc actions in one recipe · 578dc1ce
      Richard Levitte authored
      
      
      In the case of using an independent makedepend, we had split that into
      two separate recipes, one depending on the other.  However, there are
      cases where the makedepend recipe was always trying, but doesn't
      update the time stamp of the .d file because there are no actual
      changes, and thereby causing constant updates of the object files.
      
      This change makes one recipe that takes care of both makedepend och
      cc, thereby avoiding these extra updates.
      
      Reviewed-by: default avatarAndy Polyakov <appro@openssl.org>
      (cherry picked from commit 7e5b8b93)
      578dc1ce
  9. 03 Sep, 2016 1 commit
  10. 02 Sep, 2016 2 commits
  11. 01 Sep, 2016 3 commits
  12. 31 Aug, 2016 7 commits