* removed the SSH-based protocols as they are now being implemented
* added mentioning of doing the stunnel equivalent ourselves for the test suite * spell-check
This commit is contained in:
parent
1a85fb2bd0
commit
0e899d7728
11
docs/TODO
11
docs/TODO
@ -184,8 +184,8 @@ TODO
|
|||||||
|
|
||||||
* Fix the connection phase to be non-blocking when multi interface is used
|
* Fix the connection phase to be non-blocking when multi interface is used
|
||||||
|
|
||||||
* Add a way to check if the connection seems to be alive, to corrspond to the
|
* Add a way to check if the connection seems to be alive, to correspond to
|
||||||
SSL_peak() way we use with OpenSSL.
|
the SSL_peak() way we use with OpenSSL.
|
||||||
|
|
||||||
LDAP
|
LDAP
|
||||||
|
|
||||||
@ -197,9 +197,6 @@ TODO
|
|||||||
|
|
||||||
* RTSP - RFC2326 (protocol - very HTTP-like, also contains URL description)
|
* RTSP - RFC2326 (protocol - very HTTP-like, also contains URL description)
|
||||||
|
|
||||||
* SFTP - SCP support is already added based on libssh2 and since the lib
|
|
||||||
supports SFTP too, it shouldn't be a lot of extra work...
|
|
||||||
|
|
||||||
* RSYNC (no RFCs for protocol nor URI/URL format). An implementation should
|
* RSYNC (no RFCs for protocol nor URI/URL format). An implementation should
|
||||||
most probably use an existing rsync library, such as librsync.
|
most probably use an existing rsync library, such as librsync.
|
||||||
|
|
||||||
@ -268,6 +265,10 @@ TODO
|
|||||||
|
|
||||||
TEST SUITE
|
TEST SUITE
|
||||||
|
|
||||||
|
* Make our own version of stunnel for simple port forwarding to enable HTTPS
|
||||||
|
and FTP-SSL tests without the stunnel dependency, and it could allow us to
|
||||||
|
provide test tools built with either OpenSSL or GnuTLS
|
||||||
|
|
||||||
* Make the test servers able to serve multiple running test suites. Like if
|
* Make the test servers able to serve multiple running test suites. Like if
|
||||||
two users run 'make test' at once.
|
two users run 'make test' at once.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user