aboutsummaryrefslogtreecommitdiff
path: root/docs/KNOWN_BUGS
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-11 00:06:37 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-11 00:06:37 +0200
commit15cadb1f7aede9c5ee111a0f589820d83ee07ba2 (patch)
treeda6f057d0383ebb3d73173cdc547832a06d7a430 /docs/KNOWN_BUGS
parent582d423ce8bcf00ec7374f097bb8faefdccdc702 (diff)
KNOWN_BUGS: added info for "Hangs with PolarSSL"
Diffstat (limited to 'docs/KNOWN_BUGS')
-rw-r--r--docs/KNOWN_BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS
index f7cb6bcaf..2031edf6c 100644
--- a/docs/KNOWN_BUGS
+++ b/docs/KNOWN_BUGS
@@ -160,6 +160,10 @@ problems may have been fixed or changed somewhat since this was written!
"curl_easy_perform hangs with imap and PolarSSL"
https://github.com/curl/curl/issues/334
+ Most likely, a fix similar to commit c111178bd4 (for mbedTLS) is
+ necessary. Or if we just wait a little longer we'll rip out all support for
+ PolarSSL instead...
+
2.2 CURLINFO_SSL_VERIFYRESULT has limited support
CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS