Skip to content
Snippets Groups Projects
  1. Mar 23, 2015
  2. Mar 21, 2015
  3. Mar 20, 2015
  4. Mar 19, 2015
  5. Mar 18, 2015
  6. Mar 17, 2015
  7. Mar 16, 2015
  8. Mar 12, 2015
  9. Mar 10, 2015
  10. Mar 07, 2015
  11. Mar 05, 2015
    • Daniel Stenberg's avatar
      openssl: remove all uses of USE_SSLEAY · 709cf76f
      Daniel Stenberg authored
      SSLeay was the name of the library that was subsequently turned into
      OpenSSL many moons ago (1999). curl does not work with the old SSLeay
      library since years. This is now reflected by only using USE_OPENSSL in
      code that depends on OpenSSL.
      709cf76f
  12. Mar 03, 2015
  13. Feb 25, 2015
    • Kamil Dudka's avatar
      nss: do not skip Curl_nss_seed() if data is NULL · 4909f7c7
      Kamil Dudka authored
      In that case, we only skip writing the error message for failed NSS
      initialization (while still returning the correct error code).
      4909f7c7
    • Kamil Dudka's avatar
      nss: improve error handling in Curl_nss_random() · 7a1538d9
      Kamil Dudka authored
      The vtls layer now checks the return value, so it is no longer necessary
      to abort if a random number cannot be provided by NSS.  This also fixes
      the following Coverity report:
      
      Error: FORWARD_NULL (CWE-476):
      lib/vtls/nss.c:1918: var_compare_op: Comparing "data" to null implies that "data" might be null.
      lib/vtls/nss.c:1923: var_deref_model: Passing null pointer "data" to "Curl_failf", which dereferences it.
      lib/sendf.c:154:3: deref_parm: Directly dereferencing parameter "data".
      7a1538d9
  14. Feb 19, 2015
  15. Feb 15, 2015
  16. Feb 12, 2015
  17. Feb 11, 2015
  18. Feb 09, 2015
Loading