url_easy_setopt.3: Add undocumented values of curl_infotype
authorYehezkel Horowitz <horowity@checkpoint.com>
Sun, 16 Feb 2014 22:27:16 +0000 (23:27 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 16 Feb 2014 22:27:16 +0000 (23:27 +0100)
... for debug function

docs/libcurl/curl_easy_setopt.3

index eb44295..2d7f793 100644 (file)
@@ -493,6 +493,10 @@ The data is header (or header-like) data sent to the peer.
 The data is protocol data received from the peer.
 .IP CURLINFO_DATA_OUT
 The data is protocol data sent to the peer.
+.IP CURLINFO_SSL_DATA_OUT
+The data is SSL/TLS (binary) data sent to the peer.
+.IP CURLINFO_SSL_DATA_IN
+The data is SSL/TLS (binary) data received from the peer.
 .RE
 .IP CURLOPT_DEBUGDATA
 Pass a pointer to whatever you want passed in to your