Skip to content
  1. Jul 03, 2012
  2. Jul 02, 2012
  3. Jul 01, 2012
  4. Jun 29, 2012
  5. Jun 28, 2012
  6. Jun 27, 2012
  7. Jun 26, 2012
    • 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