summaryrefslogtreecommitdiff
path: root/src/lib/libressl/ressl_client.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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