Skip to content
  1. Sep 14, 2013
  2. Sep 11, 2013
  3. Sep 10, 2013
  4. Sep 09, 2013
  5. Sep 04, 2013
  6. Aug 31, 2013
  7. Aug 28, 2013
  8. Aug 26, 2013
  9. Aug 25, 2013
    • Daniel Stenberg's avatar
      FTP: remove krb4 support · bb552933
      Daniel Stenberg authored
      We've announced this pending removal for a long time and we've
      repeatedly asked if anyone would care or if anyone objects. Nobody has
      objected. It has probably not even been working for a good while since
      nobody has tested/used this code recently.
      
      The stuff in krb4.h that was generic enough to be used by other sources
      is now present in security.h
      bb552933
  10. Aug 23, 2013
  11. Aug 12, 2013
  12. Aug 08, 2013
  13. Jul 29, 2013
  14. Jul 19, 2013
  15. Jun 30, 2013
  16. Jun 25, 2013
  17. Jun 22, 2013
  18. Jun 20, 2013
  19. Jun 13, 2013
  20. Jun 07, 2013
  21. May 12, 2013
  22. May 06, 2013
  23. May 04, 2013
  24. Apr 29, 2013
  25. Apr 28, 2013
    • Nick Zitzmann's avatar
      darwinssl: add TLS crypto authentication · a5c0e209
      Nick Zitzmann authored
      Users using the Secure Transport (darwinssl) back-end can now use a
      certificate and private key to authenticate with a site using TLS. Because
      Apple's security system is based around the keychain and does not have any
      non-public function to create a SecIdentityRef data structure from data
      loaded outside of the Keychain, the certificate and private key have to be
      loaded into the Keychain first (using the certtool command line tool or
      the Security framework's C API) before we can find it and use it.
      a5c0e209
  26. Apr 27, 2013
  27. Apr 26, 2013
  28. Apr 24, 2013
  29. Apr 20, 2013
  30. Apr 13, 2013
  31. Apr 12, 2013
  32. Apr 11, 2013
  33. Apr 09, 2013
  34. Apr 08, 2013
    • Nick Zitzmann's avatar
      darwinssl: disable insecure ciphers by default · d7f4c377
      Nick Zitzmann authored
      I noticed that aria2's SecureTransport code disables insecure ciphers such
      as NULL, anonymous, IDEA, and weak-key ciphers used by SSLv3 and later.
      That's a good idea, and now we do the same thing in order to prevent curl
      from accessing a "secure" site that only negotiates insecure ciphersuites.
      d7f4c377