1. 08 12月, 2014 3 次提交
  2. 29 11月, 2014 1 次提交
  3. 25 9月, 2014 1 次提交
  4. 19 9月, 2014 1 次提交
  5. 09 6月, 2014 1 次提交
    • J
      Create ~/.rnd with mode 0600 instead of 0666 · 7be1d876
      Jakub Wilk 提交于
      Because of a missing include <fcntl.h> we don't have O_CREATE and don't create
      the file with open() using mode 0600 but fall back to using fopen() with the
      default umask followed by a chmod().
      
      Problem found by Jakub Wilk <jwilk@debian.org>.
      7be1d876
  6. 09 4月, 2014 1 次提交
  7. 08 4月, 2014 1 次提交
    • D
      Return if ssleay_rand_add called with zero num. · f74fa33b
      Dr. Stephen Henson 提交于
      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
  8. 25 2月, 2014 1 次提交
    • D
      Avoid Windows 8 Getversion deprecated errors. · a4cc3c80
      Dr. Stephen Henson 提交于
      Windows 8 SDKs complain that GetVersion() is deprecated.
      
      We only use GetVersion like this:
      
      	(GetVersion() < 0x80000000)
      
      which checks if the Windows version is NT based. Use a macro check_winnt()
      which uses GetVersion() on older SDK versions and true otherwise.
      a4cc3c80
  9. 12 1月, 2014 1 次提交
  10. 11 1月, 2014 1 次提交
  11. 21 10月, 2013 1 次提交
  12. 20 9月, 2013 1 次提交
  13. 06 9月, 2013 1 次提交
  14. 23 8月, 2012 1 次提交
    • D
      PR: 2786 · 0db17852
      Dr. Stephen Henson 提交于
      Reported by: Tomas Mraz <tmraz@redhat.com>
      
      Treat a NULL value passed to drbg_free_entropy callback as non-op. This
      can happen if the call to fips_get_entropy fails.
      0db17852
  15. 04 6月, 2012 1 次提交
  16. 15 1月, 2012 1 次提交
  17. 20 12月, 2011 1 次提交
    • D
      PR: 2563 · ad89bf78
      Dr. Stephen Henson 提交于
      Submitted by: Paul Green <Paul.Green@stratus.com>
      Reviewed by: steve
      
      Improved PRNG seeding for VOS.
      ad89bf78
  18. 15 10月, 2011 1 次提交
  19. 05 9月, 2011 1 次提交
  20. 22 6月, 2011 1 次提交
  21. 24 4月, 2011 2 次提交
  22. 21 4月, 2011 1 次提交
  23. 07 4月, 2011 1 次提交
  24. 05 4月, 2011 1 次提交
  25. 25 3月, 2011 1 次提交
  26. 19 3月, 2011 1 次提交
  27. 13 3月, 2011 1 次提交
  28. 22 2月, 2011 1 次提交
  29. 17 2月, 2011 1 次提交
  30. 16 2月, 2011 1 次提交
  31. 04 2月, 2011 1 次提交
  32. 27 1月, 2011 3 次提交
  33. 26 1月, 2011 2 次提交
  34. 18 11月, 2010 1 次提交
    • D
      PR: 2372 · 70a5f5f9
      Dr. Stephen Henson 提交于
      Submitted by: "W.C.A. Wijngaards" <wouter@nlnetlabs.nl>
      Reviewed by: steve
      
      Fix OpenBSD compilation failure.
      70a5f5f9