summaryrefslogtreecommitdiff
path: root/usr.bin/ftp/ssl.c
AgeCommit message (Expand)Author
2021-06-14Pull up following revision(s) (requested by lukem in ticket #1295):martin
2021-01-29Pull up following revision(s) (requested by lukem in ticket #1190):martin
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