1. 10 Nov, 2016 1 commit
    • Jay Satiro's avatar
      vtls: Fail on unrecognized param for CURLOPT_SSLVERSION · f43b7b6c
      Jay Satiro authored
      - Fix GnuTLS code for CURL_SSLVERSION_TLSv1_2 that broke when the
      TLS 1.3 support was added in 6ad3add6.
      
      - Homogenize across code for all backends the error message when TLS 1.3
      is not available to "<backend>: TLS 1.3 is not yet supported".
      
      - Return an error when a user-specified ssl version is unrecognized.
      
      ---
      
      Prior to this change our code for some of the backends used the
      'default' label in the switch statement (ie ver unrecognized) for
      ssl.version and treated it the same as CURL_SSLVERSION_DEFAULT.
      
      Bug: https://curl.haxx.se/mail/lib-2016-11/0048.html
      Reported-by: Kamil Dudka
      f43b7b6c
  2. 09 Nov, 2016 4 commits
  3. 08 Nov, 2016 3 commits
  4. 07 Nov, 2016 9 commits
  5. 06 Nov, 2016 2 commits
  6. 05 Nov, 2016 1 commit
  7. 04 Nov, 2016 2 commits
  8. 03 Nov, 2016 6 commits
  9. 02 Nov, 2016 8 commits
  10. 01 Nov, 2016 4 commits