Skip to content
  1. Apr 28, 2015
  2. Apr 22, 2015
  3. Mar 24, 2015
  4. Mar 20, 2015
  5. Mar 03, 2015
  6. Feb 25, 2015
  7. Jan 16, 2015
  8. Jan 15, 2015
  9. Jan 08, 2015
  10. Jan 01, 2015
  11. Dec 27, 2014
  12. Dec 26, 2014
  13. Dec 04, 2014
  14. Nov 30, 2014
  15. Nov 29, 2014
  16. Nov 07, 2014
  17. Nov 05, 2014
  18. Nov 02, 2014
  19. Oct 13, 2014
  20. Oct 07, 2014
    • Travis Burtrum's avatar
      SSL: implement public key pinning · 93e45079
      Travis Burtrum authored
      Option --pinnedpubkey takes a path to a public key in DER format and
      only connect if it matches (currently only implemented with OpenSSL).
      
      Provides CURLOPT_PINNEDPUBLICKEY for curl_easy_setopt().
      
      Extract a public RSA key from a website like so:
      openssl s_client -connect google.com:443 2>&1 < /dev/null | \
      sed -n '/-----BEGIN/,/-----END/p' | openssl x509 -noout -pubkey \
      | openssl rsa -pubin -outform DER > google.com.der
      93e45079
  21. Sep 10, 2014
  22. Jul 31, 2014
  23. Jul 28, 2014
  24. Jul 23, 2014
    • Daniel Stenberg's avatar
      http2: more and better error checking · 81cd24ad
      Daniel Stenberg authored
      1 - fixes the warnings when built without http2 support
      
      2 - adds CURLE_HTTP2, a new error code for errors detected by nghttp2
      basically when they are about http2 specific things.
      81cd24ad
  25. Jul 22, 2014
  26. Jun 18, 2014
  27. Jun 17, 2014
  28. Jun 16, 2014
  29. May 21, 2014
  30. Apr 04, 2014
  31. Mar 26, 2014
  32. Feb 13, 2014
  33. Feb 11, 2014
  34. Feb 10, 2014