index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ftp
/
ssl.c
Age
Commit message (
Expand
)
Author
2023-05-16
Ignore EOF from remote.
christos
2023-05-05
add timeout for ssl connect
lukem
2023-04-09
Simplify includes
lukem
2023-02-25
Add option sslnoverify to control validation of SSL certificates.
mlelstv
2022-09-12
Disable verification for now until we implement installation of trust anchors.
christos
2022-08-30
Add cert verification, together with an environment variable "NO_CERT_VERIFY",
christos
2021-06-03
use fetch_*() for I/O with SMALLPROG / !WITH_SSL builds
lukem
2021-01-06
ftp: don't use restartable signals
lukem
2019-04-07
redo the connection waiting handling to make it more clear.
christos
2019-04-04
Make fetch_read() return size_t like fread() does. It is bogus to
christos
2018-02-06
explicitly include <string.h> since OpenSSL-1.1 does not do it for us.
christos
2015-09-16
Workaround const issues of SSL_set_tlsext_host_name.
joerg
2015-09-12
servername cannot be NULL here.
wiz
2015-09-12
Add Server Name Indication (SNI) support for https.
wiz
2012-12-24
backwards compatible with netbsd-6.
christos
2012-12-21
PR/47276: Add https support
christos