Change #266493
| Category | curl |
| Changed by | Daniel Stenberg <daniel@haxx.se> |
| Changed at | Thu 07 May 2026 10:04:51 |
| Repository | https://github.com/curl/curl.git |
| Project | curl |
| Branch | master |
| Revision | 3e9817cd1bb6aa53d3d3bf10572bb245d064870c |
Comments
url: remove ssh_config_matches The CURLOPT_SSH_HOST_PUBLIC_KEY_* options are documented to verify the host at connect time and not for connection reuse. Once the SSH host has been deemed okay, it remains okay as long as the connection survives. In addition: this function currently always returned TRUE since the pointers have been NULLed in the SSH backend code before this function is called. Follow-up to c31fcf2decfbf1259cc1f31 Reported-by: Andrew Nesbit Closes #21519
Changed files
- lib/url.c