clarify that the ctxfunc is called on all new connects
authorDaniel Stenberg <daniel@haxx.se>
Thu, 1 Sep 2005 13:41:29 +0000 (13:41 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 1 Sep 2005 13:41:29 +0000 (13:41 +0000)
docs/libcurl/curl_easy_setopt.3

index 68fc0f3..ea009ca 100644 (file)
@@ -233,6 +233,9 @@ perform operation will return the error code from this callback function.  Set
 the \fIparm\fP argument with the \fICURLOPT_SSL_CTX_DATA\fP option. This
 option was introduced in 7.11.0.
 
+This function will get called on all new connections made to a server, during
+the SSL negotiation. The SSL_CTX pointer will be a new one every time.
+
 \fBNOTE:\fP To use this properly, a non-trivial amount of knowledge of the
 openssl libraries is necessary. Using this function allows for example to use
 openssl callbacks to add additional validation code for certificates, and even