summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_client.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename libressl to libtls to avoid confusion and to make it easier tojsing2014-10-311-212/+0
| | | | | | distinguish between LibreSSL (the project) and libressl (the library). Discussed with many.
* allow disabling hostname and cert verification separately.tedu2014-10-031-3/+5
| | | | | | if you're careful, cert only verification can be useful. always enable both though, to avoid accidentally leaving one off. ok jsing
* Add an option that allows the enabled SSL protocols to be explicitlyjsing2014-09-291-2/+5
| | | | | | | | configured. Discussed with several. ok bcook@
* Add $OpenBSD$ tags.jsing2014-08-051-0/+1
|
* Rename the context allocation from ressl_new to ressl_client, which makesjsing2014-07-131-0/+23
| | | | | it completely obvious what the context is for. Ensure client functions are used on client contexts.
* Move the client code into a separate file.jsing2014-07-131-0/+183