1. 19 Mar, 2014 2 commits
    • Daniel Stenberg's avatar
      RELEASE-NOTES: synced with 47f8e99e · ec0079a9
      Daniel Stenberg authored
      ec0079a9
    • Gaël PORTAY's avatar
      polarssl: fix possible handshake timeout issue in multi. · 47f8e99e
      Gaël PORTAY authored
      Because of the socket is unblocking, PolarSSL does need call to getsock to
      get the action to perform in multi environment.
      
      In some cases, it might happen we have not received yet all data to perform
      the handshake. ssh_handshake returns POLARSSL_ERR_NET_WANT_READ, the state
      is updated but because of the getsock has not the proper #define macro to,
      the library never prevents to select socket for input thus the socket will
      never be awaken when last data is available. Thus it leads to timeout.
      47f8e99e
  2. 18 Mar, 2014 3 commits
  3. 17 Mar, 2014 2 commits
    • Daniel Stenberg's avatar
      polarssl: now require 1.3.0+ · 5017d5ad
      Daniel Stenberg authored
      Also fixed a function name change in the version requirement bump
      5017d5ad
    • hasufell's avatar
      polarssl: fix compilation · 4d610831
      hasufell authored
      Rename x509_cert to x509_crt and add "compat-1.2.h"
      include.
      This would still need some more thorough conversion
      in order to drop "compat-1.2.h" include.
      4d610831
  4. 15 Mar, 2014 8 commits
  5. 14 Mar, 2014 5 commits
  6. 11 Mar, 2014 1 commit
  7. 10 Mar, 2014 2 commits
  8. 09 Mar, 2014 3 commits
  9. 08 Mar, 2014 2 commits
  10. 06 Mar, 2014 4 commits
  11. 05 Mar, 2014 1 commit
    • 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
  12. 03 Mar, 2014 7 commits