Skip to content
Snippets Groups Projects
  1. Mar 10, 2014
  2. Mar 09, 2014
  3. Mar 06, 2014
  4. Mar 05, 2014
    • Daniel Stenberg's avatar
      remote_port: allow connect to port 0 · 219a0fbe
      Daniel Stenberg authored
      Port number zero is perfectly allowed to connect to. I moved to storing
      the remote port number in an int so that -1 means undefined and 0-65535
      can be used for legitimate port numbers.
      219a0fbe
  5. Mar 03, 2014
  6. Mar 02, 2014
  7. Feb 28, 2014
  8. Feb 24, 2014
    • Marc Hoersken's avatar
      curl_schannel.c: Updated copyright years · e904b15f
      Marc Hoersken authored
      e904b15f
    • David Ryskalczyk's avatar
      winssl: Enable hostname verification of IP address using SAN or CN · 63fc8ee7
      David Ryskalczyk authored
      Original commit message was:
       Don't omit CN verification in SChannel when an IP address is used.
      
      Side-effect of this change:
       SChannel and CryptoAPI do not support the iPAddress subjectAltName
       according to RFC 2818. If present, SChannel will first compare the
       IP address to the dNSName subjectAltNames and then fallback to the
       most specific Common Name in the Subject field of the certificate.
      
       This means that after this change curl will not connect to SSL/TLS
       hosts as long as the IP address is not specified in the SAN or CN
       of the server certificate or the verifyhost option is disabled.
      63fc8ee7
  9. Feb 23, 2014
  10. Feb 22, 2014
  11. Feb 19, 2014
  12. Feb 18, 2014
  13. Feb 17, 2014
  14. Feb 16, 2014
  15. Feb 14, 2014
  16. Feb 13, 2014
  17. Feb 12, 2014
  18. Feb 11, 2014
Loading