1. 10 Sep, 2014 7 commits
  2. 09 Sep, 2014 4 commits
  3. 08 Sep, 2014 6 commits
  4. 07 Sep, 2014 9 commits
  5. 06 Sep, 2014 3 commits
  6. 05 Sep, 2014 1 commit
  7. 04 Sep, 2014 2 commits
  8. 03 Sep, 2014 2 commits
  9. 02 Sep, 2014 2 commits
  10. 01 Sep, 2014 3 commits
  11. 31 Aug, 2014 1 commit
    • Vilmos Nebehaj's avatar
      Check CA certificate in curl_darwinssl.c. · 0426670f
      Vilmos Nebehaj authored
      SecCertificateCreateWithData() returns a non-NULL SecCertificateRef even
      if the buffer holds an invalid or corrupt certificate. Call
      SecCertificateCopyPublicKey() to make sure cacert is a valid
      certificate.
      0426670f