Peter Sylvester's patch was applied that introduces the following:
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jul 2003 16:29:23 +0000 (16:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jul 2003 16:29:23 +0000 (16:29 +0000)
commit45fc760985fa11ef98149418cbad02dadf748f31
tree5e9e1c097cac271dd1f0504c2ea844bf57dc56f4
parent7968e3c2de56b035081f30ddcc9b60be2d75f396
Peter Sylvester's patch was applied that introduces the following:

   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.
include/curl/curl.h
lib/http.c
lib/ssluse.c
lib/transfer.c
lib/url.c
lib/urldata.h