- Fixed test case 405 to not fail when libcurl is built with GnuTLS
This commit is contained in:
parent
2c80bcbc81
commit
e6170eb20d
2
CHANGES
2
CHANGES
@ -7,6 +7,8 @@
|
|||||||
Changelog
|
Changelog
|
||||||
|
|
||||||
Daniel S (20 Feb 2008)
|
Daniel S (20 Feb 2008)
|
||||||
|
- Fixed test case 405 to not fail when libcurl is built with GnuTLS
|
||||||
|
|
||||||
- Based on initial work done by Gautam Kachroo to address a bug, we now keep
|
- Based on initial work done by Gautam Kachroo to address a bug, we now keep
|
||||||
better control at the exact state of the connection's SSL status so that we
|
better control at the exact state of the connection's SSL status so that we
|
||||||
know exactly when it has completed the SSL negotiation or not so that there
|
know exactly when it has completed the SSL negotiation or not so that there
|
||||||
|
@ -28,6 +28,7 @@ This release includes the following bugfixes:
|
|||||||
o when using the multi interface and a handle is removed while still having
|
o when using the multi interface and a handle is removed while still having
|
||||||
a transfer going on, the connection is now closed by force
|
a transfer going on, the connection is now closed by force
|
||||||
o bad re-use of SSL connections in non-complete state
|
o bad re-use of SSL connections in non-complete state
|
||||||
|
o test case 405 failures with GnuTLS builds
|
||||||
|
|
||||||
This release includes the following known bugs:
|
This release includes the following known bugs:
|
||||||
|
|
||||||
|
@ -18,14 +18,17 @@ ftp
|
|||||||
FTPS operation to FTP port
|
FTPS operation to FTP port
|
||||||
</name>
|
</name>
|
||||||
<command>
|
<command>
|
||||||
-k ftps://%HOSTIP:%FTPPORT/path/to/file/405
|
-m 5 -k ftps://%HOSTIP:%FTPPORT/path/to/file/405
|
||||||
</command>
|
</command>
|
||||||
</client>
|
</client>
|
||||||
|
|
||||||
# Verify data after the test has been "shot"
|
# Verify data after the test has been "shot"
|
||||||
<verify>
|
<verify>
|
||||||
|
# error code 35 is CURLE_SSL_CONNECT_ERROR
|
||||||
|
# GnuTLS seems to not fail on its handshake but instead times out which gives
|
||||||
|
# error 28
|
||||||
<errorcode>
|
<errorcode>
|
||||||
35
|
35,28
|
||||||
</errorcode>
|
</errorcode>
|
||||||
</verify>
|
</verify>
|
||||||
</testcase>
|
</testcase>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user