1. 22 Jun, 2016 3 commits
  2. 21 Jun, 2016 4 commits
  3. 19 Jun, 2016 2 commits
  4. 17 Jun, 2016 1 commit
  5. 16 Jun, 2016 5 commits
  6. 15 Jun, 2016 2 commits
  7. 11 Jun, 2016 1 commit
  8. 09 Jun, 2016 1 commit
  9. 08 Jun, 2016 1 commit
  10. 07 Jun, 2016 1 commit
  11. 06 Jun, 2016 7 commits
  12. 05 Jun, 2016 1 commit
  13. 04 Jun, 2016 4 commits
  14. 03 Jun, 2016 1 commit
  15. 01 Jun, 2016 4 commits
    • Benjamin Kircher's avatar
      libcurl-multi.3: fix small typo · 873b4346
      Benjamin Kircher authored
      Closes #850
      873b4346
    • Viktor Szakats's avatar
      makefile.m32: add crypt32 for winssl builds · 55ab64ed
      Viktor Szakats authored
      Dependency added by 6cabd785
      
      Closes #849
      55ab64ed
    • Ivan Avdeev's avatar
      vtls: fix ssl session cache race condition · 31c521b0
      Ivan Avdeev authored
      Sessionid cache management is inseparable from managing individual
      session lifetimes. E.g. for reference-counted sessions (like those in
      SChannel and OpenSSL engines) every session addition and removal
      should be accompanied with refcount increment and decrement
      respectively. Failing to do so synchronously leads to a race condition
      that causes symptoms like use-after-free and memory corruption.
      This commit:
       - makes existing session cache locking explicit, thus allowing
         individual engines to manage lock's scope.
       - fixes OpenSSL and SChannel engines by putting refcount management
         inside this lock's scope in relevant places.
       - adds these explicit locking calls to other engines that use
         sessionid cache to accommodate for this change. Note, however,
         that it is unknown whether any of these engines could also have
         this race.
      
      Bug: https://github.com/curl/curl/issues/815
      Fixes #815
      Closes #847
      31c521b0
    • Andrew Kurushin's avatar
      schannel: add CURLOPT_CERTINFO support · 6cabd785
      Andrew Kurushin authored
      Closes #822
      6cabd785
  16. 31 May, 2016 2 commits