Skip to content
  1. Jul 10, 2018
  2. Jul 09, 2018
  3. Jul 06, 2018
  4. Jul 05, 2018
  5. Jul 02, 2018
  6. Jun 30, 2018
  7. Jun 29, 2018
  8. Jun 28, 2018
    • Adrian Peniak's avatar
      CURLINFO_TLS_SSL_PTR.3: improve the example · 24cb114c
      Adrian Peniak authored
      The previous example was a little bit confusing, because SSL* structure
      (or other "in use" SSL connection pointer) is not accessible after the
      transfer is completed, therefore working with the raw TLS library
      specific pointer needs to be done during transfer.
      
      Closes #2690
      24cb114c
  9. Jun 27, 2018
  10. Jun 24, 2018
  11. Jun 23, 2018
  12. Jun 18, 2018
  13. Jun 15, 2018
  14. Jun 14, 2018
  15. Jun 13, 2018
  16. Jun 12, 2018
    • Robert Prag's avatar
      schannel: support selecting ciphers · 9aefbff3
      Robert Prag authored
      Given the contstraints of SChannel, I'm exposing these as the algorithms
      themselves instead; while replicating the ciphersuite as specified by
      OpenSSL would have been preferable, I found no way in the SChannel API
      to do so.
      
      To use this from the commandline, you need to pass the names of contants
      defining the desired algorithms. For example, curl --ciphers
      "CALG_SHA1:CALG_RSA_SIGN:CALG_RSA_KEYX:CALG_AES_128:CALG_DH_EPHEM"
      https://github.com The specific names come from wincrypt.h
      
      Closes #2630
      9aefbff3
  17. Jun 11, 2018
  18. Jun 05, 2018
  19. Jun 03, 2018
    • Viktor Szakats's avatar
      spelling fixes · 4bd91bc4
      Viktor Szakats authored
      Detected using the `codespell` tool (version 1.13.0).
      
      Also secure and fix an URL.
      4bd91bc4
  20. Jun 02, 2018
  21. Jun 01, 2018
  22. May 31, 2018
  23. May 29, 2018
    • Daniel Stenberg's avatar
      setopt: add TLS 1.3 ciphersuites · 050c93c4
      Daniel Stenberg authored
      Adds CURLOPT_TLS13_CIPHERS and CURLOPT_PROXY_TLS13_CIPHERS.
      
      curl: added --tls13-ciphers and --proxy-tls13-ciphers
      
      Fixes #2435
      Reported-by: zzq1015 on github
      Closes #2607
      050c93c4
    • Daniel Stenberg's avatar
      INSTALL: LDFLAGS=-Wl,-R/usr/local/ssl/lib · c10f3a1e
      Daniel Stenberg authored
      ... the older description doesn't work
      
      Reported-by: Peter Varga
      Fixes #2615
      Closes #2616
      c10f3a1e
    • Will Dietz's avatar
      KNOWN_BUGS: restore text regarding #2101. · c2423c37
      Will Dietz authored
      This was added earlier but appears to have been removed accidentally.
      
      AFAICT this is very much still an issue.
      
      -----
      
      I say "accidentally" because the text seems to have harmlessly snuck
      into [1] (which makes no mention of it).  [1] was later reverted for
      unspecified reasons in [2], presumably because the mentioned issue was
      fixed or invalid.
      
      [1] de9fac00
      [2] 16d1f369
      
      Closes #2618
      c2423c37