1. 20 May, 2019 10 commits
  2. 19 May, 2019 1 commit
    • Daniel Gustafsson's avatar
      version: make ssl_version buffer match for multi_ssl · 9a87fe70
      Daniel Gustafsson authored
      
      
      When running a multi TLS backend build the version string needs more
      buffer space. Make the internal ssl_buffer stack buffer match the one
      in Curl_multissl_version() to allow for the longer string. For single
      TLS backend builds there is no use in extended to buffer. This is a
      fallout from #3863 which fixes up the multi_ssl string generation to
      avoid a buffer overflow when the buffer is too small.
      
      Closes #3875
      Reviewed-by: default avatarDaniel Stenberg <daniel@haxx.se>
      9a87fe70
  3. 18 May, 2019 4 commits
  4. 17 May, 2019 4 commits
  5. 16 May, 2019 5 commits
  6. 15 May, 2019 5 commits
  7. 14 May, 2019 9 commits
  8. 13 May, 2019 2 commits
    • Daniel Gustafsson's avatar
      vtls: fix potential ssl_buffer stack overflow · b4bb9204
      Daniel Gustafsson authored
      In Curl_multissl_version() it was possible to overflow the passed in
      buffer if the generated version string exceeded the size of the buffer.
      Fix by inverting the logic, and also make sure to not exceed the local
      buffer during the string generation.
      
      Closes #3863
      Reported-by: nevv on HackerOne/curl
      Reviewed-by: Jay Satiro
      Reviewed-by: Daniel Stenberg
      b4bb9204
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced · ae3f838b
      Daniel Stenberg authored
      ae3f838b