Skip to content
  1. May 19, 2007
  2. May 13, 2007
  3. May 04, 2007
  4. Apr 30, 2007
  5. Apr 25, 2007
  6. Apr 24, 2007
  7. Apr 23, 2007
  8. Apr 19, 2007
  9. Apr 09, 2007
  10. Apr 08, 2007
  11. Apr 04, 2007
  12. Mar 28, 2007
  13. Mar 27, 2007
  14. Mar 25, 2007
  15. Mar 22, 2007
  16. Mar 21, 2007
  17. Mar 20, 2007
  18. Mar 09, 2007
  19. Mar 08, 2007
  20. Mar 05, 2007
  21. Mar 02, 2007
    • Lutz Jänicke's avatar
      Initialize "buf" to 0 to make valgrind happy :-) · 1364e6f1
      Lutz Jänicke authored
      Note: the RAND_bytes() manual page says:
       RAND_bytes() puts num cryptographically strong pseudo-random bytes into buf.
      It does not talk about using the previous contents of buf so we are working
      as documented.
      1364e6f1