aboutsummaryrefslogtreecommitdiffstats
path: root/src/tls/tls_blocking.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Split TLS callbacks into a data callback and an alert callback.lloyd2013-11-051-8/+10
| | | | | In practice applications treated these two cases completely differently, so there was no reason to combine them into a single callback.
* Move assert.h from internal to very public (included in types.h)lloyd2013-03-131-1/+0
| | | | | | This reduces friction to writing an assert, so hopefully there will be more of them as a result. And we can use asserts in public headers now, very useful for templates.
* Add sync handshake function to Blocking_Clientlloyd2013-03-011-6/+18
|
* Blocking_Client fixes. Add relnotelloyd2013-02-281-9/+1
|
* Initial blocking client interface for simple uses and 1.10 compatlloyd2013-02-281-0/+85