> Here's an initial patch set to get axTLS working with cURL.  This code
> doesn't yet pass all the HTTPS tests.  There are two (311, 312) that
> will require more detailed error-reporting from axTLS, but the others
> (301, 306, 313, 560) should be readily fixed in cURL.
> 
So, the data coming back from tests 301 and 306 are fine.  The problem is axTLS 
is reporting a "close notify" alert as an error, so cURL returns a non-0 value. 
 This can only be fixed in axTLS, as the data/payload portion of the "close 
notify" packet are not passed up to the caller for inspection and the error 
code (same one reported in tests 311 and 312) is too generic to interpret.

Eric
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to