1. 04 Jul, 2012 1 commit
  2. 03 Jul, 2012 10 commits
  3. 02 Jul, 2012 7 commits
  4. 01 Jul, 2012 2 commits
  5. 29 Jun, 2012 3 commits
  6. 28 Jun, 2012 5 commits
  7. 27 Jun, 2012 11 commits
  8. 26 Jun, 2012 1 commit
    • Daniel Stenberg's avatar
      ossl_seed: remove leftover RAND_screen check · aed6db2c
      Daniel Stenberg authored
      Before commit 2dded8fe (dec 2010) there was logic that used
      RAND_screen() at times and now I remove the leftover #ifdef check for
      it.
      
      The seeding code that uses Curl_FormBoundary() in ossl_seed() is dubious
      to keep since it hardly increases randomness but I fear I'll break
      something if I remove it now...
      aed6db2c