Skip to content
Snippets Groups Projects
  1. Sep 18, 2016
  2. Apr 24, 2016
  3. Feb 02, 2016
  4. Jan 09, 2016
  5. Nov 07, 2015
  6. Sep 20, 2015
  7. Sep 17, 2015
  8. Sep 14, 2015
  9. Aug 12, 2015
  10. Jul 01, 2015
  11. Apr 22, 2015
  12. Nov 24, 2014
  13. Oct 30, 2014
  14. 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
  15. Jun 18, 2014
  16. Jun 17, 2014
  17. Jun 16, 2014
  18. Mar 11, 2011
  19. Mar 24, 2010
  20. Feb 27, 2004
  21. Mar 04, 2002
  22. May 31, 2001
  23. Mar 05, 2001
  24. Jun 20, 2000
  25. Jun 02, 2000
Loading