TODO 46 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292
  1. _ _ ____ _
  2. ___| | | | _ \| |
  3. / __| | | | |_) | |
  4. | (__| |_| | _ <| |___
  5. \___|\___/|_| \_\_____|
  6. Things that could be nice to do in the future
  7. Things to do in project curl. Please tell us what you think, contribute and
  8. send us patches that improve things.
  9. Be aware that these are things that we could do, or have once been considered
  10. things we could do. If you want to work on any of these areas, please
  11. consider bringing it up for discussions first on the mailing list so that we
  12. all agree it is still a good idea for the project.
  13. All bugs documented in the KNOWN_BUGS document are subject for fixing.
  14. 1. libcurl
  15. 1.1 TFO support on Windows
  16. 1.2 Consult %APPDATA% also for .netrc
  17. 1.3 struct lifreq
  18. 1.4 alt-svc sharing
  19. 1.5 get rid of PATH_MAX
  20. 1.6 native IDN support on macOS
  21. 1.7 Support HTTP/2 for HTTP(S) proxies
  22. 1.8 CURLOPT_RESOLVE for any port number
  23. 1.9 Cache negative name resolves
  24. 1.10 auto-detect proxy
  25. 1.11 minimize dependencies with dynamically loaded modules
  26. 1.12 updated DNS server while running
  27. 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION
  28. 1.15 Monitor connections in the connection pool
  29. 1.16 Try to URL encode given URL
  30. 1.17 Add support for IRIs
  31. 1.18 try next proxy if one does not work
  32. 1.19 provide timing info for each redirect
  33. 1.20 SRV and URI DNS records
  34. 1.21 netrc caching and sharing
  35. 1.22 CURLINFO_PAUSE_STATE
  36. 1.23 Offer API to flush the connection pool
  37. 1.25 Expose tried IP addresses that failed
  38. 1.28 FD_CLOEXEC
  39. 1.29 Upgrade to websockets
  40. 1.30 config file parsing
  41. 1.31 erase secrets from heap/stack after use
  42. 1.32 add asynch getaddrinfo support
  43. 2. libcurl - multi interface
  44. 2.1 More non-blocking
  45. 2.2 Better support for same name resolves
  46. 2.3 Non-blocking curl_multi_remove_handle()
  47. 2.4 Split connect and authentication process
  48. 2.5 Edge-triggered sockets should work
  49. 2.6 multi upkeep
  50. 2.7 Virtual external sockets
  51. 2.8 dynamically decide to use socketpair
  52. 3. Documentation
  53. 3.1 Improve documentation about fork safety
  54. 3.2 Provide cmake config-file
  55. 4. FTP
  56. 4.1 HOST
  57. 4.2 Alter passive/active on failure and retry
  58. 4.3 Earlier bad letter detection
  59. 4.4 Support CURLOPT_PREQUOTE for dir listings too
  60. 4.5 ASCII support
  61. 4.6 GSSAPI via Windows SSPI
  62. 4.7 STAT for LIST without data connection
  63. 5. HTTP
  64. 5.2 Set custom client ip when using haproxy protocol
  65. 5.3 Rearrange request header order
  66. 5.4 Allow SAN names in HTTP/2 server push
  67. 5.5 auth= in URLs
  68. 5.6 alt-svc should fallback if alt-svc does not work
  69. 5.7 Require HTTP version X or higher
  70. 6. TELNET
  71. 6.1 ditch stdin
  72. 6.2 ditch telnet-specific select
  73. 6.3 feature negotiation debug data
  74. 6.4 exit immediately upon connection if stdin is /dev/null
  75. 7. SMTP
  76. 7.1 Passing NOTIFY option to CURLOPT_MAIL_RCPT
  77. 7.2 Enhanced capability support
  78. 7.3 Add CURLOPT_MAIL_CLIENT option
  79. 8. POP3
  80. 8.2 Enhanced capability support
  81. 9. IMAP
  82. 9.1 Enhanced capability support
  83. 10. LDAP
  84. 10.1 SASL based authentication mechanisms
  85. 10.2 CURLOPT_SSL_CTX_FUNCTION for LDAPS
  86. 10.3 Paged searches on LDAP server
  87. 11. SMB
  88. 11.1 File listing support
  89. 11.2 Honor file timestamps
  90. 11.3 Use NTLMv2
  91. 11.4 Create remote directories
  92. 12. FILE
  93. 12.1 Directory listing for FILE:
  94. 13. TLS
  95. 13.1 TLS-PSK with OpenSSL
  96. 13.2 Provide mutex locking API
  97. 13.3 Defeat TLS fingerprinting
  98. 13.4 Cache/share OpenSSL contexts
  99. 13.5 Export session ids
  100. 13.6 Provide callback for cert verification
  101. 13.7 Less memory massaging with Schannel
  102. 13.8 Support DANE
  103. 13.9 TLS record padding
  104. 13.10 Support Authority Information Access certificate extension (AIA)
  105. 13.11 Support intermediate & root pinning for PINNEDPUBLICKEY
  106. 13.13 Make sure we forbid TLS 1.3 post-handshake authentication
  107. 13.14 Support the clienthello extension
  108. 14. GnuTLS
  109. 14.2 check connection
  110. 15. Schannel
  111. 15.1 Extend support for client certificate authentication
  112. 15.2 Extend support for the --ciphers option
  113. 15.4 Add option to allow abrupt server closure
  114. 16. SASL
  115. 16.1 Other authentication mechanisms
  116. 16.2 Add QOP support to GSSAPI authentication
  117. 17. SSH protocols
  118. 17.1 Multiplexing
  119. 17.2 Handle growing SFTP files
  120. 17.3 Read keys from ~/.ssh/id_ecdsa, id_ed25519
  121. 17.4 Support CURLOPT_PREQUOTE
  122. 17.5 SSH over HTTPS proxy with more backends
  123. 17.6 SFTP with SCP://
  124. 18. Command line tool
  125. 18.1 sync
  126. 18.2 glob posts
  127. 18.4 --proxycommand
  128. 18.5 UTF-8 filenames in Content-Disposition
  129. 18.6 Option to make -Z merge lined based outputs on stdout
  130. 18.8 Consider convenience options for JSON and XML?
  131. 18.9 Choose the name of file in braces for complex URLs
  132. 18.10 improve how curl works in a windows console window
  133. 18.11 Windows: set attribute 'archive' for completed downloads
  134. 18.12 keep running, read instructions from pipe/socket
  135. 18.13 Ratelimit or wait between serial requests
  136. 18.14 --dry-run
  137. 18.15 --retry should resume
  138. 18.16 send only part of --data
  139. 18.17 consider file name from the redirected URL with -O ?
  140. 18.18 retry on network is unreachable
  141. 18.19 expand ~/ in config files
  142. 18.20 host name sections in config files
  143. 18.21 retry on the redirected-to URL
  144. 18.23 Set the modification date on an uploaded file
  145. 18.24 Use multiple parallel transfers for a single download
  146. 18.25 Prevent terminal injection when writing to terminal
  147. 18.26 Custom progress meter update interval
  148. 19. Build
  149. 19.1 roffit
  150. 19.2 Enable PIE and RELRO by default
  151. 19.3 Do not use GNU libtool on OpenBSD
  152. 19.4 Package curl for Windows in a signed installer
  153. 19.5 make configure use --cache-file more and better
  154. 20. Test suite
  155. 20.1 SSL tunnel
  156. 20.2 nicer lacking perl message
  157. 20.3 more protocols supported
  158. 20.4 more platforms supported
  159. 20.5 Add support for concurrent connections
  160. 20.6 Use the RFC6265 test suite
  161. 20.7 Support LD_PRELOAD on macOS
  162. 20.8 Run web-platform-tests URL tests
  163. 21. MQTT
  164. 21.1 Support rate-limiting
  165. ==============================================================================
  166. 1. libcurl
  167. 1.1 TFO support on Windows
  168. libcurl supports the CURLOPT_TCP_FASTOPEN option since 7.49.0 for Linux and
  169. Mac OS. Windows supports TCP Fast Open starting with Windows 10, version 1607
  170. and we should add support for it.
  171. TCP Fast Open is supported on several platforms but not on Windows. Work on
  172. this was once started but never finished.
  173. See https://github.com/curl/curl/pull/3378
  174. 1.2 Consult %APPDATA% also for .netrc
  175. %APPDATA%\.netrc is not considered when running on Windows. should not it?
  176. See https://github.com/curl/curl/issues/4016
  177. 1.3 struct lifreq
  178. Use 'struct lifreq' and SIOCGLIFADDR instead of 'struct ifreq' and
  179. SIOCGIFADDR on newer Solaris versions as they claim the latter is obsolete.
  180. To support IPv6 interface addresses for network interfaces properly.
  181. 1.4 alt-svc sharing
  182. The share interface could benefit from allowing the alt-svc cache to be
  183. possible to share between easy handles.
  184. See https://github.com/curl/curl/issues/4476
  185. 1.5 get rid of PATH_MAX
  186. Having code use and rely on PATH_MAX is not nice:
  187. https://insanecoding.blogspot.com/2007/11/pathmax-simply-isnt.html
  188. Currently the libssh2 SSH based code uses it, but to remove PATH_MAX from
  189. there we need libssh2 to properly tell us when we pass in a too small buffer
  190. and its current API (as of libssh2 1.2.7) does not.
  191. 1.6 native IDN support on macOS
  192. On recent macOS versions, the getaddrinfo() function itself has built-in IDN
  193. support. By setting the AI_CANONNAME flag, the function will return the
  194. encoded name in the ai_canonname struct field in the returned information.
  195. This could be used by curl on macOS when built without a separate IDN library
  196. and an IDN host name is used in a URL.
  197. See initial work in https://github.com/curl/curl/pull/5371
  198. 1.7 Support HTTP/2 for HTTP(S) proxies
  199. Support for doing HTTP/2 to HTTP and HTTPS proxies is still missing.
  200. See https://github.com/curl/curl/issues/3570
  201. 1.8 CURLOPT_RESOLVE for any port number
  202. This option allows applications to set a replacement IP address for a given
  203. host + port pair. Consider making support for providing a replacement address
  204. for the host name on all port numbers.
  205. See https://github.com/curl/curl/issues/1264
  206. 1.9 Cache negative name resolves
  207. A name resolve that has failed is likely to fail when made again within a
  208. short period of time. Currently we only cache positive responses.
  209. 1.10 auto-detect proxy
  210. libcurl could be made to detect the system proxy setup automatically and use
  211. that. On Windows, macOS and Linux desktops for example.
  212. The pull-request to use libproxy for this was deferred due to doubts on the
  213. reliability of the dependency and how to use it:
  214. https://github.com/curl/curl/pull/977
  215. libdetectproxy is a (C++) library for detecting the proxy on Windows
  216. https://github.com/paulharris/libdetectproxy
  217. 1.11 minimize dependencies with dynamically loaded modules
  218. We can create a system with loadable modules/plug-ins, where these modules
  219. would be the ones that link to 3rd party libs. That would allow us to avoid
  220. having to load ALL dependencies since only the necessary ones for this
  221. app/invoke/used protocols would be necessary to load. See
  222. https://github.com/curl/curl/issues/349
  223. 1.12 updated DNS server while running
  224. If /etc/resolv.conf gets updated while a program using libcurl is running, it
  225. is may cause name resolves to fail unless res_init() is called. We should
  226. consider calling res_init() + retry once unconditionally on all name resolve
  227. failures to mitigate against this. Firefox works like that. Note that Windows
  228. does not have res_init() or an alternative.
  229. https://github.com/curl/curl/issues/2251
  230. 1.13 c-ares and CURLOPT_OPENSOCKETFUNCTION
  231. curl will create most sockets via the CURLOPT_OPENSOCKETFUNCTION callback and
  232. close them with the CURLOPT_CLOSESOCKETFUNCTION callback. However, c-ares
  233. does not use those functions and instead opens and closes the sockets
  234. itself. This means that when curl passes the c-ares socket to the
  235. CURLMOPT_SOCKETFUNCTION it is not owned by the application like other sockets.
  236. See https://github.com/curl/curl/issues/2734
  237. 1.15 Monitor connections in the connection pool
  238. libcurl's connection cache or pool holds a number of open connections for the
  239. purpose of possible subsequent connection reuse. It may contain a few up to a
  240. significant amount of connections. Currently, libcurl leaves all connections
  241. as they are and first when a connection is iterated over for matching or
  242. reuse purpose it is verified that it is still alive.
  243. Those connections may get closed by the server side for idleness or they may
  244. get an HTTP/2 ping from the peer to verify that they are still alive. By
  245. adding monitoring of the connections while in the pool, libcurl can detect
  246. dead connections (and close them) better and earlier, and it can handle
  247. HTTP/2 pings to keep such ones alive even when not actively doing transfers
  248. on them.
  249. 1.16 Try to URL encode given URL
  250. Given a URL that for example contains spaces, libcurl could have an option
  251. that would try somewhat harder than it does now and convert spaces to %20 and
  252. perhaps URL encoded byte values over 128 etc (basically do what the redirect
  253. following code already does).
  254. https://github.com/curl/curl/issues/514
  255. 1.17 Add support for IRIs
  256. IRIs (RFC 3987) allow localized, non-ascii, names in the URL. To properly
  257. support this, curl/libcurl would need to translate/encode the given input
  258. from the input string encoding into percent encoded output "over the wire".
  259. To make that work smoothly for curl users even on Windows, curl would
  260. probably need to be able to convert from several input encodings.
  261. 1.18 try next proxy if one does not work
  262. Allow an application to specify a list of proxies to try, and failing to
  263. connect to the first go on and try the next instead until the list is
  264. exhausted. Browsers support this feature at least when they specify proxies
  265. using PACs.
  266. https://github.com/curl/curl/issues/896
  267. 1.19 provide timing info for each redirect
  268. curl and libcurl provide timing information via a set of different
  269. time-stamps (CURLINFO_*_TIME). When curl is following redirects, those
  270. returned time value are the accumulated sums. An improvement could be to
  271. offer separate timings for each redirect.
  272. https://github.com/curl/curl/issues/6743
  273. 1.20 SRV and URI DNS records
  274. Offer support for resolving SRV and URI DNS records for libcurl to know which
  275. server to connect to for various protocols (including HTTP).
  276. 1.21 netrc caching and sharing
  277. The netrc file is read and parsed each time a connection is setup, which
  278. means that if a transfer needs multiple connections for authentication or
  279. redirects, the file might be reread (and parsed) multiple times. This makes
  280. it impossible to provide the file as a pipe.
  281. 1.22 CURLINFO_PAUSE_STATE
  282. Return information about the transfer's current pause state, in both
  283. directions. https://github.com/curl/curl/issues/2588
  284. 1.23 Offer API to flush the connection pool
  285. Sometimes applications want to flush all the existing connections kept alive.
  286. An API could allow a forced flush or just a forced loop that would properly
  287. close all connections that have been closed by the server already.
  288. 1.25 Expose tried IP addresses that failed
  289. When libcurl fails to connect to a host, it could offer the application the
  290. addresses that were used in the attempt. Source + dest IP, source + dest port
  291. and protocol (UDP or TCP) for each failure. Possibly as a callback. Perhaps
  292. also provide "reason".
  293. https://github.com/curl/curl/issues/2126
  294. 1.28 FD_CLOEXEC
  295. It sets the close-on-exec flag for the file descriptor, which causes the file
  296. descriptor to be automatically (and atomically) closed when any of the
  297. exec-family functions succeed. Should probably be set by default?
  298. https://github.com/curl/curl/issues/2252
  299. 1.29 Upgrade to websockets
  300. libcurl could offer a smoother path to get to a websocket connection.
  301. See https://github.com/curl/curl/issues/3523
  302. Michael Kaufmann suggestion here:
  303. https://curl.se/video/curlup-2017/2017-03-19_05_Michael_Kaufmann_Websocket_support_for_curl.mp4
  304. 1.30 config file parsing
  305. Consider providing an API, possibly in a separate companion library, for
  306. parsing a config file like curl's -K/--config option to allow applications to
  307. get the same ability to read curl options from files.
  308. See https://github.com/curl/curl/issues/3698
  309. 1.31 erase secrets from heap/stack after use
  310. Introducing a concept and system to erase secrets from memory after use, it
  311. could help mitigate and lessen the impact of (future) security problems etc.
  312. However: most secrets are passed to libcurl as clear text from the
  313. application and then clearing them within the library adds nothing...
  314. https://github.com/curl/curl/issues/7268
  315. 1.32 add asynch getaddrinfo support
  316. Use getaddrinfo_a() to provide an asynch name resolver backend to libcurl
  317. that does not use threads and does not depend on c-ares. The getaddrinfo_a
  318. function is (probably?) glibc specific but that is a widely used libc among
  319. our users.
  320. https://github.com/curl/curl/pull/6746
  321. 2. libcurl - multi interface
  322. 2.1 More non-blocking
  323. Make sure we do not ever loop because of non-blocking sockets returning
  324. EWOULDBLOCK or similar. Blocking cases include:
  325. - Name resolves on non-windows unless c-ares or the threaded resolver is used.
  326. - The threaded resolver may block on cleanup:
  327. https://github.com/curl/curl/issues/4852
  328. - file:// transfers
  329. - TELNET transfers
  330. - GSSAPI authentication for FTP transfers
  331. - The "DONE" operation (post transfer protocol-specific actions) for the
  332. protocols SFTP, SMTP, FTP. Fixing multi_done() for this is a worthy task.
  333. - curl_multi_remove_handle for any of the above. See section 2.3.
  334. 2.2 Better support for same name resolves
  335. If a name resolve has been initiated for name NN and a second easy handle
  336. wants to resolve that name as well, make it wait for the first resolve to end
  337. up in the cache instead of doing a second separate resolve. This is
  338. especially needed when adding many simultaneous handles using the same host
  339. name when the DNS resolver can get flooded.
  340. 2.3 Non-blocking curl_multi_remove_handle()
  341. The multi interface has a few API calls that assume a blocking behavior, like
  342. add_handle() and remove_handle() which limits what we can do internally. The
  343. multi API need to be moved even more into a single function that "drives"
  344. everything in a non-blocking manner and signals when something is done. A
  345. remove or add would then only ask for the action to get started and then
  346. multi_perform() etc still be called until the add/remove is completed.
  347. 2.4 Split connect and authentication process
  348. The multi interface treats the authentication process as part of the connect
  349. phase. As such any failures during authentication will not trigger the relevant
  350. QUIT or LOGOFF for protocols such as IMAP, POP3 and SMTP.
  351. 2.5 Edge-triggered sockets should work
  352. The multi_socket API should work with edge-triggered socket events. One of
  353. the internal actions that need to be improved for this to work perfectly is
  354. the 'maxloops' handling in transfer.c:readwrite_data().
  355. 2.6 multi upkeep
  356. In libcurl 7.62.0 we introduced curl_easy_upkeep. It unfortunately only works
  357. on easy handles. We should introduces a version of that for the multi handle,
  358. and also consider doing "upkeep" automatically on connections in the
  359. connection pool when the multi handle is in used.
  360. See https://github.com/curl/curl/issues/3199
  361. 2.7 Virtual external sockets
  362. libcurl performs operations on the given file descriptor that presumes it is
  363. a socket and an application cannot replace them at the moment. Allowing an
  364. application to fully replace those would allow a larger degree of freedom and
  365. flexibility.
  366. See https://github.com/curl/curl/issues/5835
  367. 2.8 dynamically decide to use socketpair
  368. For users who do not use curl_multi_wait() or do not care for
  369. curl_multi_wakeup(), we could introduce a way to make libcurl NOT
  370. create a socketpair in the multi handle.
  371. See https://github.com/curl/curl/issues/4829
  372. 3. Documentation
  373. 3.1 Improve documentation about fork safety
  374. See https://github.com/curl/curl/issues/6968
  375. 3.2 Provide cmake config-file
  376. A config-file package is a set of files provided by us to allow applications
  377. to write cmake scripts to find and use libcurl easier. See
  378. https://github.com/curl/curl/issues/885
  379. 4. FTP
  380. 4.1 HOST
  381. HOST is a command for a client to tell which host name to use, to offer FTP
  382. servers named-based virtual hosting:
  383. https://datatracker.ietf.org/doc/html/rfc7151
  384. 4.2 Alter passive/active on failure and retry
  385. When trying to connect passively to a server which only supports active
  386. connections, libcurl returns CURLE_FTP_WEIRD_PASV_REPLY and closes the
  387. connection. There could be a way to fallback to an active connection (and
  388. vice versa). https://curl.se/bug/feature.cgi?id=1754793
  389. 4.3 Earlier bad letter detection
  390. Make the detection of (bad) %0d and %0a codes in FTP URL parts earlier in the
  391. process to avoid doing a resolve and connect in vain.
  392. 4.4 Support CURLOPT_PREQUOTE for dir listings too
  393. The lack of support is mostly an oversight and requires the FTP state machine
  394. to get updated to get fixed.
  395. https://github.com/curl/curl/issues/8602
  396. 4.5 ASCII support
  397. FTP ASCII transfers do not follow RFC959. They do not convert the data
  398. accordingly.
  399. 4.6 GSSAPI via Windows SSPI
  400. In addition to currently supporting the SASL GSSAPI mechanism (Kerberos V5)
  401. via third-party GSS-API libraries, such as Heimdal or MIT Kerberos, also add
  402. support for GSSAPI authentication via Windows SSPI.
  403. 4.7 STAT for LIST without data connection
  404. Some FTP servers allow STAT for listing directories instead of using LIST,
  405. and the response is then sent over the control connection instead of as the
  406. otherwise usedw data connection: https://www.nsftools.com/tips/RawFTP.htm#STAT
  407. This is not detailed in any FTP specification.
  408. 5. HTTP
  409. 5.2 Set custom client ip when using haproxy protocol
  410. This would allow testing servers with different client ip addresses (without
  411. using x-forward-for header).
  412. https://github.com/curl/curl/issues/5125
  413. 5.3 Rearrange request header order
  414. Server implementors often make an effort to detect browser and to reject
  415. clients it can detect to not match. One of the last details we cannot yet
  416. control in libcurl's HTTP requests, which also can be exploited to detect
  417. that libcurl is in fact used even when it tries to impersonate a browser, is
  418. the order of the request headers. I propose that we introduce a new option in
  419. which you give headers a value, and then when the HTTP request is built it
  420. sorts the headers based on that number. We could then have internally created
  421. headers use a default value so only headers that need to be moved have to be
  422. specified.
  423. 5.4 Allow SAN names in HTTP/2 server push
  424. curl only allows HTTP/2 push promise if the provided :authority header value
  425. exactly matches the host name given in the URL. It could be extended to allow
  426. any name that would match the Subject Alternative Names in the server's TLS
  427. certificate.
  428. See https://github.com/curl/curl/pull/3581
  429. 5.5 auth= in URLs
  430. Add the ability to specify the preferred authentication mechanism to use by
  431. using ;auth=<mech> in the login part of the URL.
  432. For example:
  433. http://test:pass;[email protected] would be equivalent to specifying
  434. --user test:pass;auth=NTLM or --user test:pass --ntlm from the command line.
  435. Additionally this should be implemented for proxy base URLs as well.
  436. 5.6 alt-svc should fallback if alt-svc does not work
  437. The alt-svc: header provides a set of alternative services for curl to use
  438. instead of the original. If the first attempted one fails, it should try the
  439. next etc and if all alternatives fail go back to the original.
  440. See https://github.com/curl/curl/issues/4908
  441. 5.7 Require HTTP version X or higher
  442. curl and libcurl provide options for trying higher HTTP versions (for example
  443. HTTP/2) but then still allows the server to pick version 1.1. We could
  444. consider adding a way to require a minimum version.
  445. See https://github.com/curl/curl/issues/7980
  446. 6. TELNET
  447. 6.1 ditch stdin
  448. Reading input (to send to the remote server) on stdin is a crappy solution
  449. for library purposes. We need to invent a good way for the application to be
  450. able to provide the data to send.
  451. 6.2 ditch telnet-specific select
  452. Move the telnet support's network select() loop go away and merge the code
  453. into the main transfer loop. Until this is done, the multi interface will not
  454. work for telnet.
  455. 6.3 feature negotiation debug data
  456. Add telnet feature negotiation data to the debug callback as header data.
  457. 6.4 exit immediately upon connection if stdin is /dev/null
  458. If it did, curl could be used to probe if there's an server there listening
  459. on a specific port. That is, the following command would exit immediately
  460. after the connection is established with exit code 0:
  461. curl -s --connect-timeout 2 telnet://example.com:80 </dev/null
  462. 7. SMTP
  463. 7.1 Passing NOTIFY option to CURLOPT_MAIL_RCPT
  464. Is there a way to pass the NOTIFY option to the CURLOPT_MAIL_RCPT option ? I
  465. set a string that already contains a bracket. For instance something like
  466. that: curl_slist_append( recipients, "<foo@bar> NOTIFY=SUCCESS,FAILURE" );
  467. https://github.com/curl/curl/issues/8232
  468. 7.2 Enhanced capability support
  469. Add the ability, for an application that uses libcurl, to obtain the list of
  470. capabilities returned from the EHLO command.
  471. 7.3 Add CURLOPT_MAIL_CLIENT option
  472. Rather than use the URL to specify the mail client string to present in the
  473. HELO and EHLO commands, libcurl should support a new CURLOPT specifically for
  474. specifying this data as the URL is non-standard and to be honest a bit of a
  475. hack ;-)
  476. Please see the following thread for more information:
  477. https://curl.se/mail/lib-2012-05/0178.html
  478. 8. POP3
  479. 8.2 Enhanced capability support
  480. Add the ability, for an application that uses libcurl, to obtain the list of
  481. capabilities returned from the CAPA command.
  482. 9. IMAP
  483. 9.1 Enhanced capability support
  484. Add the ability, for an application that uses libcurl, to obtain the list of
  485. capabilities returned from the CAPABILITY command.
  486. 10. LDAP
  487. 10.1 SASL based authentication mechanisms
  488. Currently the LDAP module only supports ldap_simple_bind_s() in order to bind
  489. to an LDAP server. However, this function sends username and password details
  490. using the simple authentication mechanism (as clear text). However, it should
  491. be possible to use ldap_bind_s() instead specifying the security context
  492. information ourselves.
  493. 10.2 CURLOPT_SSL_CTX_FUNCTION for LDAPS
  494. CURLOPT_SSL_CTX_FUNCTION works perfectly for HTTPS and email protocols, but
  495. it has no effect for LDAPS connections.
  496. https://github.com/curl/curl/issues/4108
  497. 10.3 Paged searches on LDAP server
  498. https://github.com/curl/curl/issues/4452
  499. 11. SMB
  500. 11.1 File listing support
  501. Add support for listing the contents of a SMB share. The output should
  502. probably be the same as/similar to FTP.
  503. 11.2 Honor file timestamps
  504. The timestamp of the transferred file should reflect that of the original
  505. file.
  506. 11.3 Use NTLMv2
  507. Currently the SMB authentication uses NTLMv1.
  508. 11.4 Create remote directories
  509. Support for creating remote directories when uploading a file to a directory
  510. that does not exist on the server, just like --ftp-create-dirs.
  511. 12. FILE
  512. 12.1 Directory listing for FILE:
  513. Add support for listing the contents of a directory accessed with FILE. The
  514. output should probably be the same as/similar to FTP.
  515. 13. TLS
  516. 13.1 TLS-PSK with OpenSSL
  517. Transport Layer Security pre-shared key ciphersuites (TLS-PSK) is a set of
  518. cryptographic protocols that provide secure communication based on pre-shared
  519. keys (PSKs). These pre-shared keys are symmetric keys shared in advance among
  520. the communicating parties.
  521. https://github.com/curl/curl/issues/5081
  522. 13.2 Provide mutex locking API
  523. Provide a libcurl API for setting mutex callbacks in the underlying SSL
  524. library, so that the same application code can use mutex-locking
  525. independently of OpenSSL or GnutTLS being used.
  526. 13.3 Defeat TLS fingerprinting
  527. By changing the order of TLS extensions provided in the TLS handshake, it is
  528. sometimes possible to circumvent TLS fingerprinting by servers. The TLS
  529. extension order is of course not the only way to fingerprint a client.
  530. See https://github.com/curl/curl/issues/8119
  531. 13.4 Cache/share OpenSSL contexts
  532. "Look at SSL cafile - quick traces look to me like these are done on every
  533. request as well, when they should only be necessary once per SSL context (or
  534. once per handle)". The major improvement we can rather easily do is to make
  535. sure we do not create and kill a new SSL "context" for every request, but
  536. instead make one for every connection and re-use that SSL context in the same
  537. style connections are re-used. It will make us use slightly more memory but
  538. it will libcurl do less creations and deletions of SSL contexts.
  539. Technically, the "caching" is probably best implemented by getting added to
  540. the share interface so that easy handles who want to and can reuse the
  541. context specify that by sharing with the right properties set.
  542. https://github.com/curl/curl/issues/1110
  543. 13.5 Export session ids
  544. Add an interface to libcurl that enables "session IDs" to get
  545. exported/imported. Cris Bailiff said: "OpenSSL has functions which can
  546. serialise the current SSL state to a buffer of your choice, and recover/reset
  547. the state from such a buffer at a later date - this is used by mod_ssl for
  548. apache to implement and SSL session ID cache".
  549. 13.6 Provide callback for cert verification
  550. OpenSSL supports a callback for customised verification of the peer
  551. certificate, but this does not seem to be exposed in the libcurl APIs. Could
  552. it be? There's so much that could be done if it were.
  553. 13.7 Less memory massaging with Schannel
  554. The Schannel backend does a lot of custom memory management we would rather
  555. avoid: the repeated alloc + free in sends and the custom memory + realloc
  556. system for encrypted and decrypted data. That should be avoided and reduced
  557. for 1) efficiency and 2) safety.
  558. 13.8 Support DANE
  559. DNS-Based Authentication of Named Entities (DANE) is a way to provide SSL
  560. keys and certs over DNS using DNSSEC as an alternative to the CA model.
  561. https://www.rfc-editor.org/rfc/rfc6698.txt
  562. An initial patch was posted by Suresh Krishnaswamy on March 7th 2013
  563. (https://curl.se/mail/lib-2013-03/0075.html) but it was a too simple
  564. approach. See Daniel's comments:
  565. https://curl.se/mail/lib-2013-03/0103.html . libunbound may be the
  566. correct library to base this development on.
  567. Björn Stenberg wrote a separate initial take on DANE that was never
  568. completed.
  569. 13.9 TLS record padding
  570. TLS (1.3) offers optional record padding and OpenSSL provides an API for it.
  571. I could make sense for libcurl to offer this ability to applications to make
  572. traffic patterns harder to figure out by network traffic observers.
  573. See https://github.com/curl/curl/issues/5398
  574. 13.10 Support Authority Information Access certificate extension (AIA)
  575. AIA can provide various things like CRLs but more importantly information
  576. about intermediate CA certificates that can allow validation path to be
  577. fulfilled when the HTTPS server does not itself provide them.
  578. Since AIA is about downloading certs on demand to complete a TLS handshake,
  579. it is probably a bit tricky to get done right.
  580. See https://github.com/curl/curl/issues/2793
  581. 13.11 Support intermediate & root pinning for PINNEDPUBLICKEY
  582. CURLOPT_PINNEDPUBLICKEY does not consider the hashes of intermediate & root
  583. certificates when comparing the pinned keys. Therefore it is not compatible
  584. with "HTTP Public Key Pinning" as there also intermediate and root
  585. certificates can be pinned. This is useful as it prevents webadmins from
  586. "locking themselves out of their servers".
  587. Adding this feature would make curls pinning 100% compatible to HPKP and
  588. allow more flexible pinning.
  589. 13.13 Make sure we forbid TLS 1.3 post-handshake authentication
  590. RFC 8740 explains how using HTTP/2 must forbid the use of TLS 1.3
  591. post-handshake authentication. We should make sure to live up to that.
  592. See https://github.com/curl/curl/issues/5396
  593. 13.14 Support the clienthello extension
  594. Certain stupid networks and middle boxes have a problem with SSL handshake
  595. packets that are within a certain size range because how that sets some bits
  596. that previously (in older TLS version) were not set. The clienthello
  597. extension adds padding to avoid that size range.
  598. https://datatracker.ietf.org/doc/html/rfc7685
  599. https://github.com/curl/curl/issues/2299
  600. 14. GnuTLS
  601. 14.2 check connection
  602. Add a way to check if the connection seems to be alive, to correspond to the
  603. SSL_peak() way we use with OpenSSL.
  604. 15. Schannel
  605. 15.1 Extend support for client certificate authentication
  606. The existing support for the -E/--cert and --key options could be
  607. extended by supplying a custom certificate and key in PEM format, see:
  608. - Getting a Certificate for Schannel
  609. https://msdn.microsoft.com/en-us/library/windows/desktop/aa375447.aspx
  610. 15.2 Extend support for the --ciphers option
  611. The existing support for the --ciphers option could be extended
  612. by mapping the OpenSSL/GnuTLS cipher suites to the Schannel APIs, see
  613. - Specifying Schannel Ciphers and Cipher Strengths
  614. https://msdn.microsoft.com/en-us/library/windows/desktop/aa380161.aspx
  615. 15.4 Add option to allow abrupt server closure
  616. libcurl w/schannel will error without a known termination point from the
  617. server (such as length of transfer, or SSL "close notify" alert) to prevent
  618. against a truncation attack. Really old servers may neglect to send any
  619. termination point. An option could be added to ignore such abrupt closures.
  620. https://github.com/curl/curl/issues/4427
  621. 16. SASL
  622. 16.1 Other authentication mechanisms
  623. Add support for other authentication mechanisms such as OLP,
  624. GSS-SPNEGO and others.
  625. 16.2 Add QOP support to GSSAPI authentication
  626. Currently the GSSAPI authentication only supports the default QOP of auth
  627. (Authentication), whilst Kerberos V5 supports both auth-int (Authentication
  628. with integrity protection) and auth-conf (Authentication with integrity and
  629. privacy protection).
  630. 17. SSH protocols
  631. 17.1 Multiplexing
  632. SSH is a perfectly fine multiplexed protocols which would allow libcurl to do
  633. multiple parallel transfers from the same host using the same connection,
  634. much in the same spirit as HTTP/2 does. libcurl however does not take
  635. advantage of that ability but will instead always create a new connection for
  636. new transfers even if an existing connection already exists to the host.
  637. To fix this, libcurl would have to detect an existing connection and "attach"
  638. the new transfer to the existing one.
  639. 17.2 Handle growing SFTP files
  640. The SFTP code in libcurl checks the file size *before* a transfer starts and
  641. then proceeds to transfer exactly that amount of data. If the remote file
  642. grows while the transfer is in progress libcurl will not notice and will not
  643. adapt. The OpenSSH SFTP command line tool does and libcurl could also just
  644. attempt to download more to see if there is more to get...
  645. https://github.com/curl/curl/issues/4344
  646. 17.3 Read keys from ~/.ssh/id_ecdsa, id_ed25519
  647. The libssh2 backend in curl is limited to only reading keys from id_rsa and
  648. id_dsa, which makes it fail connecting to servers that use more modern key
  649. types.
  650. https://github.com/curl/curl/issues/8586
  651. 17.4 Support CURLOPT_PREQUOTE
  652. The two other QUOTE options are supported for SFTP, but this was left out for
  653. unknown reasons.
  654. 17.5 SSH over HTTPS proxy with more backends
  655. The SSH based protocols SFTP and SCP did not work over HTTPS proxy at
  656. all until PR https://github.com/curl/curl/pull/6021 brought the
  657. functionality with the libssh2 backend. Presumably, this support
  658. can/could be added for the other backends as well.
  659. 17.6 SFTP with SCP://
  660. OpenSSH 9 switched their 'scp' tool to speak SFTP under the hood. Going
  661. forward it might be worth having curl or libcurl attempt SFTP if SCP fails to
  662. follow suite.
  663. 18. Command line tool
  664. 18.1 sync
  665. "curl --sync http://example.com/feed[1-100].rss" or
  666. "curl --sync http://example.net/{index,calendar,history}.html"
  667. Downloads a range or set of URLs using the remote name, but only if the
  668. remote file is newer than the local file. A Last-Modified HTTP date header
  669. should also be used to set the mod date on the downloaded file.
  670. 18.2 glob posts
  671. Globbing support for -d and -F, as in 'curl -d "name=foo[0-9]" URL'.
  672. This is easily scripted though.
  673. 18.4 --proxycommand
  674. Allow the user to make curl run a command and use its stdio to make requests
  675. and not do any network connection by itself. Example:
  676. curl --proxycommand 'ssh [email protected] -W 10.1.1.75 80' \
  677. http://some/otherwise/unavailable/service.php
  678. See https://github.com/curl/curl/issues/4941
  679. 18.5 UTF-8 filenames in Content-Disposition
  680. RFC 6266 documents how UTF-8 names can be passed to a client in the
  681. Content-Disposition header, and curl does not support this.
  682. https://github.com/curl/curl/issues/1888
  683. 18.6 Option to make -Z merge lined based outputs on stdout
  684. When a user requests multiple lined based files using -Z and sends them to
  685. stdout, curl will not "merge" and send complete lines fine but may send
  686. partial lines from several sources.
  687. https://github.com/curl/curl/issues/5175
  688. 18.8 Consider convenience options for JSON and XML?
  689. Could we add `--xml` or `--json` to add headers needed to call rest API:
  690. `--xml` adds -H 'Content-Type: application/xml' -H "Accept: application/xml" and
  691. `--json` adds -H 'Content-Type: application/json' -H "Accept: application/json"
  692. Setting Content-Type when doing a GET or any other method without a body
  693. would be a bit strange I think - so maybe only add CT for requests with body?
  694. Maybe plain `--xml` and ` --json` are a bit too brief and generic. Maybe
  695. `--http-json` etc?
  696. See https://github.com/curl/curl/issues/5203
  697. 18.9 Choose the name of file in braces for complex URLs
  698. When using braces to download a list of URLs and you use complicated names
  699. in the list of alternatives, it could be handy to allow curl to use other
  700. names when saving.
  701. Consider a way to offer that. Possibly like
  702. {partURL1:name1,partURL2:name2,partURL3:name3} where the name following the
  703. colon is the output name.
  704. See https://github.com/curl/curl/issues/221
  705. 18.10 improve how curl works in a windows console window
  706. If you pull the scrollbar when transferring with curl in a Windows console
  707. window, the transfer is interrupted and can get disconnected. This can
  708. probably be improved. See https://github.com/curl/curl/issues/322
  709. 18.11 Windows: set attribute 'archive' for completed downloads
  710. The archive bit (FILE_ATTRIBUTE_ARCHIVE, 0x20) separates files that shall be
  711. backed up from those that are either not ready or have not changed.
  712. Downloads in progress are neither ready to be backed up, nor should they be
  713. opened by a different process. Only after a download has been completed it's
  714. sensible to include it in any integer snapshot or backup of the system.
  715. See https://github.com/curl/curl/issues/3354
  716. 18.12 keep running, read instructions from pipe/socket
  717. Provide an option that makes curl not exit after the last URL (or even work
  718. without a given URL), and then make it read instructions passed on a pipe or
  719. over a socket to make further instructions so that a second subsequent curl
  720. invoke can talk to the still running instance and ask for transfers to get
  721. done, and thus maintain its connection pool, DNS cache and more.
  722. 18.13 Ratelimit or wait between serial requests
  723. Consider a command line option that can make curl do multiple serial requests
  724. slow, potentially with a (random) wait between transfers. There's also a
  725. proposed set of standard HTTP headers to let servers let the client adapt to
  726. its rate limits:
  727. https://www.ietf.org/id/draft-polli-ratelimit-headers-02.html
  728. See https://github.com/curl/curl/issues/5406
  729. 18.14 --dry-run
  730. A command line option that makes curl show exactly what it would do and send
  731. if it would run for real.
  732. See https://github.com/curl/curl/issues/5426
  733. 18.15 --retry should resume
  734. When --retry is used and curl actually retries transfer, it should use the
  735. already transferred data and do a resumed transfer for the rest (when
  736. possible) so that it does not have to transfer the same data again that was
  737. already transferred before the retry.
  738. See https://github.com/curl/curl/issues/1084
  739. 18.16 send only part of --data
  740. When the user only wants to send a small piece of the data provided with
  741. --data or --data-binary, like when that data is a huge file, consider a way
  742. to specify that curl should only send a piece of that. One suggested syntax
  743. would be: "--data-binary @largefile.zip!1073741823-2147483647".
  744. See https://github.com/curl/curl/issues/1200
  745. 18.17 consider file name from the redirected URL with -O ?
  746. When a user gives a URL and uses -O, and curl follows a redirect to a new
  747. URL, the file name is not extracted and used from the newly redirected-to URL
  748. even if the new URL may have a much more sensible file name.
  749. This is clearly documented and helps for security since there's no surprise
  750. to users which file name that might get overwritten. But maybe a new option
  751. could allow for this or maybe -J should imply such a treatment as well as -J
  752. already allows for the server to decide what file name to use so it already
  753. provides the "may overwrite any file" risk.
  754. This is extra tricky if the original URL has no file name part at all since
  755. then the current code path will error out with an error message, and we cannot
  756. *know* already at that point if curl will be redirected to a URL that has a
  757. file name...
  758. See https://github.com/curl/curl/issues/1241
  759. 18.18 retry on network is unreachable
  760. The --retry option retries transfers on "transient failures". We later added
  761. --retry-connrefused to also retry for "connection refused" errors.
  762. Suggestions have been brought to also allow retry on "network is unreachable"
  763. errors and while totally reasonable, maybe we should consider a way to make
  764. this more configurable than to add a new option for every new error people
  765. want to retry for?
  766. https://github.com/curl/curl/issues/1603
  767. 18.19 expand ~/ in config files
  768. For example .curlrc could benefit from being able to do this.
  769. See https://github.com/curl/curl/issues/2317
  770. 18.20 host name sections in config files
  771. config files would be more powerful if they could set different
  772. configurations depending on used URLs, host name or possibly origin. Then a
  773. default .curlrc could a specific user-agent only when doing requests against
  774. a certain site.
  775. 18.21 retry on the redirected-to URL
  776. When curl is told to --retry a failed transfer and follows redirects, it
  777. might get an HTTP 429 response from the redirected-to URL and not the
  778. original one, which then could make curl decide to rather retry the transfer
  779. on that URL only instead of the original operation to the original URL.
  780. Perhaps extra emphasized if the original transfer is a large POST that
  781. redirects to a separate GET, and that GET is what gets the 529
  782. See https://github.com/curl/curl/issues/5462
  783. 18.23 Set the modification date on an uploaded file
  784. For SFTP and possibly FTP, curl could offer an option to set the
  785. modification time for the uploaded file.
  786. See https://github.com/curl/curl/issues/5768
  787. 18.24 Use multiple parallel transfers for a single download
  788. To enhance transfer speed, downloading a single URL can be split up into
  789. multiple separate range downloads that get combined into a single final
  790. result.
  791. An ideal implementation would not use a specified number of parallel
  792. transfers, but curl could:
  793. - First start getting the full file as transfer A
  794. - If after N seconds have passed and the transfer is expected to continue for
  795. M seconds or more, add a new transfer (B) that asks for the second half of
  796. A's content (and stop A at the middle).
  797. - If splitting up the work improves the transfer rate, it could then be done
  798. again. Then again, etc up to a limit.
  799. This way, if transfer B fails (because Range: is not supported) it will let
  800. transfer A remain the single one. N and M could be set to some sensible
  801. defaults.
  802. See https://github.com/curl/curl/issues/5774
  803. 18.25 Prevent terminal injection when writing to terminal
  804. curl could offer an option to make escape sequence either non-functional or
  805. avoid cursor moves or similar to reduce the risk of a user getting tricked by
  806. clever tricks.
  807. See https://github.com/curl/curl/issues/6150
  808. 18.26 Custom progress meter update interval
  809. Users who are for example doing large downloads in CI or remote setups might
  810. want the occasional progress meter update to see that the transfer is
  811. progressing and has not stuck, but they may not appreciate the
  812. many-times-a-second frequency curl can end up doing it with now.
  813. 19. Build
  814. 19.1 roffit
  815. Consider extending 'roffit' to produce decent ASCII output, and use that
  816. instead of (g)nroff when building src/tool_hugehelp.c
  817. 19.2 Enable PIE and RELRO by default
  818. Especially when having programs that execute curl via the command line, PIE
  819. renders the exploitation of memory corruption vulnerabilities a lot more
  820. difficult. This can be attributed to the additional information leaks being
  821. required to conduct a successful attack. RELRO, on the other hand, masks
  822. different binary sections like the GOT as read-only and thus kills a handful
  823. of techniques that come in handy when attackers are able to arbitrarily
  824. overwrite memory. A few tests showed that enabling these features had close
  825. to no impact, neither on the performance nor on the general functionality of
  826. curl.
  827. 19.3 Do not use GNU libtool on OpenBSD
  828. When compiling curl on OpenBSD with "--enable-debug" it will give linking
  829. errors when you use GNU libtool. This can be fixed by using the libtool
  830. provided by OpenBSD itself. However for this the user always needs to invoke
  831. make with "LIBTOOL=/usr/bin/libtool". It would be nice if the script could
  832. have some magic to detect if this system is an OpenBSD host and then use the
  833. OpenBSD libtool instead.
  834. See https://github.com/curl/curl/issues/5862
  835. 19.4 Package curl for Windows in a signed installer
  836. See https://github.com/curl/curl/issues/5424
  837. 19.5 make configure use --cache-file more and better
  838. The configure script can be improved to cache more values so that repeated
  839. invokes run much faster.
  840. See https://github.com/curl/curl/issues/7753
  841. 20. Test suite
  842. 20.1 SSL tunnel
  843. Make our own version of stunnel for simple port forwarding to enable HTTPS
  844. and FTP-SSL tests without the stunnel dependency, and it could allow us to
  845. provide test tools built with either OpenSSL or GnuTLS
  846. 20.2 nicer lacking perl message
  847. If perl was not found by the configure script, do not attempt to run the tests
  848. but explain something nice why it does not.
  849. 20.3 more protocols supported
  850. Extend the test suite to include more protocols. The telnet could just do FTP
  851. or http operations (for which we have test servers).
  852. 20.4 more platforms supported
  853. Make the test suite work on more platforms. OpenBSD and Mac OS. Remove
  854. fork()s and it should become even more portable.
  855. 20.5 Add support for concurrent connections
  856. Tests 836, 882 and 938 were designed to verify that separate connections
  857. are not used when using different login credentials in protocols that
  858. should not re-use a connection under such circumstances.
  859. Unfortunately, ftpserver.pl does not appear to support multiple concurrent
  860. connections. The read while() loop seems to loop until it receives a
  861. disconnect from the client, where it then enters the waiting for connections
  862. loop. When the client opens a second connection to the server, the first
  863. connection has not been dropped (unless it has been forced - which we
  864. should not do in these tests) and thus the wait for connections loop is never
  865. entered to receive the second connection.
  866. 20.6 Use the RFC6265 test suite
  867. A test suite made for HTTP cookies (RFC 6265) by Adam Barth is available at
  868. https://github.com/abarth/http-state/tree/master/tests
  869. It'd be really awesome if someone would write a script/setup that would run
  870. curl with that test suite and detect deviances. Ideally, that would even be
  871. incorporated into our regular test suite.
  872. 20.7 Support LD_PRELOAD on macOS
  873. LD_RELOAD does not work on macOS, but there are tests which require it to run
  874. properly. Look into making the preload support in runtests.pl portable such
  875. that it uses DYLD_INSERT_LIBRARIES on macOS.
  876. 20.8 Run web-platform-tests URL tests
  877. Run web-platform-tests URL tests and compare results with browsers on wpt.fyi
  878. It would help us find issues to fix and help us document where our parser
  879. differs from the WHATWG URL spec parsers.
  880. See https://github.com/curl/curl/issues/4477
  881. 21. MQTT
  882. 21.1 Support rate-limiting
  883. The rate-limiting logic is done in the PERFORMING state in multi.c but MQTT
  884. is not (yet) implemented to use that.