From: Kamil Dudka Date: Thu, 19 Jan 2017 11:12:26 +0000 (+0100) Subject: docs: non-blocking SSL handshake is now supported with NSS X-Git-Tag: curl-7_53_0~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1261b1253c57e1e3257ddba5d039475fcda90b7;p=thirdparty%2Fcurl.git docs: non-blocking SSL handshake is now supported with NSS Implemented since curl-7_36_0-130-g8868a22 Reported-by: Fahim Chandurwala --- diff --git a/docs/TODO b/docs/TODO index 23f00bfb74..709be3e5c8 100644 --- a/docs/TODO +++ b/docs/TODO @@ -396,7 +396,6 @@ EWOULDBLOCK or similar. Blocking cases include: - Name resolves on non-windows unless c-ares is used - - NSS SSL connections - HTTP proxy CONNECT operations - SOCKS proxy handshakes - file:// transfers diff --git a/docs/libcurl/libcurl-multi.3 b/docs/libcurl/libcurl-multi.3 index 0717be779b..d25a1b00c9 100644 --- a/docs/libcurl/libcurl-multi.3 +++ b/docs/libcurl/libcurl-multi.3 @@ -173,7 +173,6 @@ the future, you should be aware of the following current restrictions: .nf - Name resolves unless the c-ares or threaded-resolver backends are used - - NSS SSL connections - HTTP proxy CONNECT operations - SOCKS proxy handshakes - file:// transfers