aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2017-01-19 12:12:26 +0100
committerKamil Dudka <kdudka@redhat.com>2017-01-19 12:20:04 +0100
commitf1261b1253c57e1e3257ddba5d039475fcda90b7 (patch)
tree6dbb198ace845cd58f56ef628525153538ae7396
parent2d6831b75824807219b24e16d0d2aabab61ad545 (diff)
docs: non-blocking SSL handshake is now supported with NSS
Implemented since curl-7_36_0-130-g8868a22 Reported-by: Fahim Chandurwala
-rw-r--r--docs/TODO1
-rw-r--r--docs/libcurl/libcurl-multi.31
2 files changed, 0 insertions, 2 deletions
diff --git a/docs/TODO b/docs/TODO
index 23f00bfb7..709be3e5c 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 0717be779..d25a1b00c 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