1. 04 Jul, 2003 1 commit
    • Daniel Stenberg's avatar
      Peter Sylvester's patch was applied that introduces the following: · 45fc7609
      Daniel Stenberg authored
         CURLOPT_SSL_CTX_FUNCTION to set a callback that gets called with the
         OpenSSL's ssl_ctx pointer passed in and allow a callback to act on it. If
         anything but CURLE_OK is returned, that will also be returned by libcurl
         all the way back. If this function changes the CURLOPT_URL, libcurl will
         detect this and instead go use the new URL.
      
         CURLOPT_SSL_CTX_DATA is a pointer you set to get passed to the callback set
         with CURLOPT_SSL_CTX_FUNCTION.
      45fc7609
  2. 01 Jul, 2003 3 commits
  3. 27 Jun, 2003 1 commit
  4. 26 Jun, 2003 35 commits