Skip to content
  1. Nov 10, 2016
    • 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. Nov 09, 2016
  3. Nov 08, 2016
  4. Nov 07, 2016
  5. Nov 06, 2016
  6. Nov 05, 2016
  7. Nov 04, 2016
  8. Nov 03, 2016
  9. Nov 02, 2016
  10. Nov 01, 2016