summaryrefslogtreecommitdiff
path: root/lib/rsp_tlscommon.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix struct in6_addr undefined.Linus Nordberg2012-04-271-0/+1
| | | | Have lib/rsp_tlscommon.h include netinet/in.h since it's included by radsecproxy.h.
* Implement cert verification.Linus Nordberg2012-04-261-2/+3
| | | | NOTE: Not used yet.
* Add extern "C" guards to all header files.Linus Nordberg2010-11-111-0/+8
|
* Bringing up TLS connections working.Linus Nordberg2010-11-111-0/+40
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.