diff --git a/docs/libcurl/curl_easy_setopt.3 b/docs/libcurl/curl_easy_setopt.3 index eb44295d49..2d7f793fd1 100644 --- a/docs/libcurl/curl_easy_setopt.3 +++ b/docs/libcurl/curl_easy_setopt.3 @@ -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