1. 03 May, 2016 12 commits
  2. 02 May, 2016 1 commit
  3. 29 Apr, 2016 4 commits
  4. 27 Apr, 2016 1 commit
  5. 26 Apr, 2016 1 commit
  6. 25 Apr, 2016 2 commits
  7. 23 Apr, 2016 1 commit
  8. 22 Apr, 2016 1 commit
  9. 07 Apr, 2016 1 commit
  10. 26 Mar, 2016 1 commit
  11. 18 Mar, 2016 4 commits
  12. 14 Mar, 2016 1 commit
  13. 09 Mar, 2016 1 commit
  14. 08 Mar, 2016 1 commit
  15. 07 Mar, 2016 3 commits
  16. 04 Mar, 2016 1 commit
    • Dr. Stephen Henson's avatar
      Sanity check PVK file fields. · 298d823b
      Dr. Stephen Henson authored
      
      
      PVK files with abnormally large length or salt fields can cause an
      integer overflow which can result in an OOB read and heap corruption.
      However this is an rarely used format and private key files do not
      normally come from untrusted sources the security implications not
      significant.
      
      Fix by limiting PVK length field to 100K and salt to 10K: these should be
      more than enough to cover any files encountered in practice.
      
      Issue reported by Guido Vranken.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (cherry picked from commit 5f57abe2)
      298d823b
  17. 01 Mar, 2016 4 commits