summaryrefslogtreecommitdiff
path: root/lib/tls.c
Commit message (Collapse)AuthorAgeFilesLines
* Restructure code, moving most code out of packet.cLinus Nordberg2011-03-061-1/+2
| | | | Also, move copyright notice out of COPYING and into every file.
* Error handling cleanupLinus Nordberg2011-03-011-12/+15
| | | | | Remove RSE_SOME_ERROR. rs_tls_init: Push SSL error stack on libradsec error stack.
* Push an ENOMEM error on the connection rather than the context.Linus Nordberg2011-02-201-4/+4
|
* Handle another ENOMEM case.Linus Nordberg2011-02-201-2/+5
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-0/+73
NOTE: Clean up of resources not yet sane. Expect resource leakages. NOTE: Most failure cases are not handled properly. With the wind at your back and the sun shining, it might work.