Remove TLS stream clear operation
The idea is to improve the HTTPS client part: currently it relies on the SSL_clear function which both is deeply against the TLS spirit and works only for OpenSSL 1.1.
Related to #1706 (closed) and #1665 (closed)
The idea is to improve the HTTPS client part: currently it relies on the SSL_clear function which both is deeply against the TLS spirit and works only for OpenSSL 1.1.
Related to #1706 (closed) and #1665 (closed)