summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/ssl.c
AgeCommit message (Expand)Author
2023-05-16Ignore EOF from remote.christos
2023-05-05add timeout for ssl connectlukem
2023-04-09Simplify includeslukem
2023-02-25Add option sslnoverify to control validation of SSL certificates.mlelstv
2022-09-12Disable verification for now until we implement installation of trust anchors.christos
2022-08-30Add cert verification, together with an environment variable "NO_CERT_VERIFY",christos
2021-06-03use fetch_*() for I/O with SMALLPROG / !WITH_SSL buildslukem
2021-01-06ftp: don't use restartable signalslukem
2019-04-07redo the connection waiting handling to make it more clear.christos
2019-04-04Make fetch_read() return size_t like fread() does. It is bogus tochristos
2018-02-06explicitly include <string.h> since OpenSSL-1.1 does not do it for us.christos
2015-09-16Workaround const issues of SSL_set_tlsext_host_name.joerg
2015-09-12servername cannot be NULL here.wiz
2015-09-12Add Server Name Indication (SNI) support for https.wiz
2012-12-24backwards compatible with netbsd-6.christos
2012-12-21PR/47276: Add https supportchristos