1. 03 Jul, 2012 10 commits
  2. 02 Jul, 2012 7 commits
  3. 01 Jul, 2012 2 commits
  4. 29 Jun, 2012 3 commits
  5. 28 Jun, 2012 5 commits
  6. 27 Jun, 2012 11 commits
  7. 26 Jun, 2012 2 commits
    • 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
    • Nick Zitzmann's avatar
      DarwinSSL: several adjustments · 3a4b28d4
      Nick Zitzmann authored
      - Renamed st_ function prefix to darwinssl_
      - Renamed Curl_st_ function prefix to Curl_darwinssl_
      - Moved the duplicated ssl_connect_done out of the #ifdef in lib/urldata.h
      - Fixed a teensy little bug that made non-blocking connection attempts block
      - Made it so that it builds cleanly against the iOS 5.1 SDK
      3a4b28d4