1. 06 May, 2014 2 commits
  2. 05 May, 2014 2 commits
  3. 04 May, 2014 5 commits
  4. 03 May, 2014 1 commit
  5. 02 May, 2014 1 commit
  6. 01 May, 2014 1 commit
  7. 30 Apr, 2014 2 commits
  8. 29 Apr, 2014 1 commit
  9. 27 Apr, 2014 1 commit
  10. 26 Apr, 2014 5 commits
  11. 25 Apr, 2014 5 commits
  12. 24 Apr, 2014 3 commits
  13. 23 Apr, 2014 1 commit
  14. 22 Apr, 2014 1 commit
  15. 21 Apr, 2014 1 commit
  16. 16 Apr, 2014 1 commit
  17. 15 Apr, 2014 2 commits
  18. 11 Apr, 2014 1 commit
  19. 09 Apr, 2014 2 commits
  20. 08 Apr, 2014 1 commit
  21. 07 Apr, 2014 1 commit
    • Dr. Stephen Henson's avatar
      Return if ssleay_rand_add called with zero num. · f74fa33b
      Dr. Stephen Henson authored
      Treat a zero length passed to ssleay_rand_add a no op: the existing logic
      zeroes the md value which is very bad. OpenSSL itself never does this
      internally and the actual call doesn't make sense as it would be passing
      zero bytes of entropy.
      
      Thanks to Marcus Meissner <meissner@suse.de> for reporting this bug.
      (cherry picked from commit 5be1ae28ef3c4bdec95b94f14e0e939157be550a)
      f74fa33b