diff options
author | Daniel Stenberg <daniel@haxx.se> | 2014-06-04 18:21:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-06-04 18:21:33 +0000 |
commit | 5468a2122c3f98fef8162feb9479d65c8cbbe8c9 (patch) | |
tree | 9530c244db226b51a977735d9d0a8df4f2e2f3bb | |
parent | c50ce859187cabecee5470a95a51c35bf73d3c47 (diff) |
KNOWN_BUGS: #83 was addressed with commit c50ce859187ca
-rw-r--r-- | docs/KNOWN_BUGS | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index 519dbac35..70e8566aa 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -25,14 +25,6 @@ may have been fixed since this was written! 84. CURLINFO_SSL_VERIFYRESULT is only implemented for the OpenSSL and NSS backends, so relying on this information in a generic app is flaky. -83. curl is unable to load non-default openssl engines, because openssl isn't - initialized properly. This seems to require OpenSSL_config() or - CONF_modules_load_file() to be used by libcurl but the first seems to not - work and we've gotten not reports from tests with the latter. Possibly we - need to discuss with OpenSSL developers how this is supposed to be done. We - need users with actual external openssl engines for testing to work on this. - http://curl.haxx.se/bug/view.cgi?id=1208 - 82. When building with the Windows Borland compiler, it fails because the "tlib" tool doesn't support hyphens (minus signs) in file names and we have such in the build. |