1. 16 Feb, 2017 4 commits
  2. 15 Feb, 2017 3 commits
  3. 14 Feb, 2017 7 commits
  4. 13 Feb, 2017 5 commits
  5. 10 Feb, 2017 2 commits
  6. 09 Feb, 2017 1 commit
  7. 08 Feb, 2017 1 commit
  8. 07 Feb, 2017 2 commits
  9. 06 Feb, 2017 2 commits
  10. 05 Feb, 2017 1 commit
  11. 04 Feb, 2017 2 commits
  12. 03 Feb, 2017 4 commits
  13. 01 Feb, 2017 5 commits
  14. 29 Jan, 2017 1 commit
    • Richard Levitte's avatar
      Fix faulty free · ae451754
      Richard Levitte authored
      
      
      On error, i2o_SCT_signature() and i2o_SCT() free a pointer that may
      have wandered off from the start of the allocated block (not currently
      true for i2o_SCT_signature(), but has that potential as the code may
      change.  To avoid this, save away the start of the allocated block and
      free that instead.
      
      Thanks to Guido Vranken for reporting this issue.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/2323)
      (cherry picked from commit d85d3c99)
      ae451754