Skip to content
  1. Mar 13, 2018
    • Kamil Dudka's avatar
      tests/.../spnego.py: fix identifier typo · 4a9f14d9
      Kamil Dudka authored
      Detected by Coverity Analysis:
      
      Error: IDENTIFIER_TYPO:
      curl-7.58.0/tests/python_dependencies/impacket/spnego.py:229: identifier_typo: Using "SuportedMech" appears to be a typo:
      * Identifier "SuportedMech" is only known to be referenced here, or in copies of this code.
      * Identifier "SupportedMech" is referenced elsewhere at least 4 times.
      curl-7.58.0/tests/python_dependencies/impacket/smbserver.py:2651: identifier_use: Example 1: Using identifier "SupportedMech".
      curl-7.58.0/tests/python_dependencies/impacket/smbserver.py:2308: identifier_use: Example 2: Using identifier "SupportedMech".
      curl-7.58.0/tests/python_dependencies/impacket/spnego.py:252: identifier_use: Example 3: Using identifier "SupportedMech" (2 total uses in this function).
      curl-7.58.0/tests/python_dependencies/impacket/spnego.py:229: remediation: Should identifier "SuportedMech" be replaced by "SupportedMech"?
      
      Closes #2379
      4a9f14d9
    • Daniel Stenberg's avatar
      CURLOPT_COOKIEFILE.3: "-" as file name means stdin · d974b39a
      Daniel Stenberg authored
      Reported-by: Aron Bergman
      Bug: https://curl.haxx.se/mail/lib-2018-03/0049.html
      
      [ci skip]
      d974b39a
  2. Mar 12, 2018
  3. Mar 11, 2018
  4. Mar 10, 2018
  5. Mar 09, 2018
  6. Mar 08, 2018
  7. Mar 05, 2018
  8. Mar 04, 2018
  9. Mar 03, 2018
  10. Mar 02, 2018
  11. Feb 28, 2018
  12. Feb 26, 2018
  13. Feb 24, 2018
    • Jay Satiro's avatar
      curl-openssl.m4: Fix version check for OpenSSL 1.1.1 · 1b27fcfc
      Jay Satiro authored
      - Add OpenSSL 1.1.1 to the header/library version lists.
      
      - Detect OpenSSL 1.1.1 library using its function ERR_clear_last_mark,
        which was added in that version.
      
      Prior to this change an erroneous header/library mismatch was caused by
      lack of OpenSSL 1.1.1 detection. I tested using openssl-1.1.1-pre1.
      1b27fcfc
  14. Feb 23, 2018