Skip to content
  1. Sep 29, 2017
    • Anders Bakken's avatar
      connect: fix race condition with happy eyeballs timeout · 49d75a4c
      Anders Bakken authored
      The timer should be started after conn->connecttime is set. Otherwise
      the timer could expire without this condition being true:
      
          /* should we try another protocol family? */
          if(i == 0 && conn->tempaddr[1] == NULL &&
            curlx_tvdiff(now, conn->connecttime) >= HAPPY_EYEBALLS_TIMEOUT) {
      
      Ref: #1928
      49d75a4c
  2. Sep 28, 2017
  3. Sep 23, 2017
  4. Sep 22, 2017
  5. Sep 21, 2017
    • Dirk Feytons's avatar
      openssl: only verify RSA private key if supported · fa9482ab
      Dirk Feytons authored
      In some cases the RSA key does not support verifying it because it's
      located on a smart card, an engine wants to hide it, ...
      Check the flags on the key before trying to verify it.
      OpenSSL does the same thing internally; see ssl/ssl_rsa.c
      
      Closes #1904
      fa9482ab
  6. Sep 20, 2017
  7. Sep 19, 2017
  8. Sep 18, 2017
  9. Sep 16, 2017
  10. Sep 15, 2017
  11. Sep 14, 2017
  12. Sep 12, 2017
  13. Sep 11, 2017
  14. Sep 10, 2017
  15. Sep 08, 2017
  16. Sep 07, 2017