1. 13 Mar, 2018 3 commits
    • Daniel Stenberg's avatar
      release: 7.59.0 · 4d6bd91a
      Daniel Stenberg authored
      curl-7_59_0
      4d6bd91a
    • 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. 12 Mar, 2018 11 commits
  3. 11 Mar, 2018 7 commits
  4. 10 Mar, 2018 1 commit
  5. 09 Mar, 2018 1 commit
  6. 08 Mar, 2018 1 commit
  7. 05 Mar, 2018 1 commit
  8. 04 Mar, 2018 8 commits
  9. 03 Mar, 2018 1 commit
  10. 02 Mar, 2018 1 commit
  11. 28 Feb, 2018 2 commits
  12. 26 Feb, 2018 1 commit
  13. 24 Feb, 2018 1 commit
    • 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. 23 Feb, 2018 1 commit