Skip to content
  1. Jul 11, 2018
  2. Jul 10, 2018
  3. Jul 09, 2018
  4. Jul 06, 2018
  5. Jul 05, 2018
  6. Jul 02, 2018
  7. Jun 30, 2018
  8. Jun 29, 2018
  9. 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
  10. Jun 27, 2018
  11. Jun 24, 2018
  12. Jun 23, 2018
  13. Jun 18, 2018
  14. Jun 15, 2018
  15. Jun 14, 2018
  16. Jun 13, 2018
  17. 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
  18. Jun 11, 2018
  19. Jun 05, 2018
  20. 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
  21. Jun 02, 2018
  22. Jun 01, 2018
  23. May 31, 2018
  24. May 29, 2018