Skip to content
  1. Oct 14, 2013
  2. Oct 13, 2013
  3. Oct 12, 2013
  4. Oct 09, 2013
  5. Oct 07, 2013
  6. Oct 03, 2013
  7. Oct 02, 2013
  8. Sep 28, 2013
  9. Sep 25, 2013
  10. Sep 24, 2013
  11. Sep 21, 2013
  12. Sep 20, 2013
    • Steve Holme's avatar
      pop3: Added basic SASL XOAUTH2 support · 18db7438
      Steve Holme authored
      Added the ability to use an XOAUTH2 bearer token [RFC6750] with POP3 for
      authentication using RFC6749 "OAuth 2.0 Authorization Framework".
      
      The bearer token is expected to be valid for the user specified in
      conn->user. If CURLOPT_XOAUTH2_BEARER is defined and the connection has
      an advertised auth mechanism of "XOAUTH2", the user and access token are
      formatted as a base64 encoded string and sent to the server as
      "AUTH XOAUTH2 <bearer token>".
      18db7438
  13. Sep 19, 2013
    • Nick Zitzmann's avatar
      darwinssl: enable BEAST workaround on iOS 7 & later · 6f78aaad
      Nick Zitzmann authored
      iOS 7 finally added the option to enable 1/n-1 when using TLS 1.0
      and a CBC cipher, so we now always turn that on unless the user
      manually turns it off using CURLSSLOPT_ALLOW_BEAST.
      
      It appears Apple also added some new PSK ciphers, but no interface to
      use them yet, so we at least support printing them if we find them.
      6f78aaad
  14. Sep 17, 2013
  15. Sep 14, 2013
  16. Sep 12, 2013
  17. Sep 11, 2013
  18. Sep 10, 2013
  19. Sep 09, 2013
  20. Sep 07, 2013
  21. Sep 06, 2013