1. 01 Jul, 2008 1 commit
  2. 30 Jun, 2008 5 commits
  3. 29 Jun, 2008 2 commits
  4. 26 Jun, 2008 2 commits
  5. 24 Jun, 2008 1 commit
  6. 22 Jun, 2008 2 commits
  7. 21 Jun, 2008 3 commits
  8. 20 Jun, 2008 4 commits
  9. 19 Jun, 2008 8 commits
  10. 18 Jun, 2008 4 commits
  11. 13 Jun, 2008 3 commits
  12. 12 Jun, 2008 4 commits
  13. 11 Jun, 2008 1 commit
    • Daniel Stenberg's avatar
      - I did a cleanup of the internal generic SSL layer and how the various SSL · 04d5c8fb
      Daniel Stenberg authored
        libraries are supported. Starting now, each underlying SSL library support
        code does a set of defines for the 16 functions the generic layer (sslgen.c)
        uses (all these new function defines use the prefix "curlssl_"). This
        greatly simplified the generic layer in readability by involving much less
        #ifdefs and other preprocessor stuff and should make it easier for people to
        make libcurl work with new SSL libraries.
      
        Hopefully I can later on document these 16 functions somewhat as well.
      
        I also made most of the internal SSL-dependent functions (using Curl_ssl_
        prefix) #defined to nothing when no SSL support is requested - previously
        they would unnecessarily call mostly empty functions.
      04d5c8fb