Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revive radsecproxy.h and hostport_types.h and move rsp_* into radsecproxy/. | Linus Nordberg | 2013-01-22 | 1 | -2/+2 |
| | |||||
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 1 | -1/+1 |
| | | | | And distribute LICENSE and HACKING. | ||||
* | Whitespace. | Linus Nordberg | 2012-12-18 | 1 | -3/+3 |
| | |||||
* | Implement cert verification. | Linus Nordberg | 2012-04-26 | 1 | -0/+78 |
| | | | | NOTE: Not used yet. | ||||
* | Conditionally compile TLS-PSK code (--enable-tls-psk). | Linus Nordberg | 2012-04-23 | 1 | -0/+5 |
| | | | | Also, allow for PSK-only configuration, i.e. don't barf on missing cert stuff. | ||||
* | Don't say RADPROT_TLS when we mean RAD_TLS. | Linus Nordberg | 2012-04-19 | 1 | -1/+1 |
| | | | | | RADPROT_TLS is legacy from radsecproxy and will go away. It happens to be defined to 1, the same as RAD_TLS, so it happens to work. | ||||
* | Implement TLS-PSK. | Linus Nordberg | 2012-01-31 | 1 | -0/+72 |
| | |||||
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -1/+2 |
| | | | | Also, move copyright notice out of COPYING and into every file. | ||||
* | Error handling cleanup | Linus Nordberg | 2011-03-01 | 1 | -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 Nordberg | 2011-02-20 | 1 | -4/+4 |
| | |||||
* | Handle another ENOMEM case. | Linus Nordberg | 2011-02-20 | 1 | -2/+5 |
| | |||||
* | Bringing up TLS connections working. | Linus Nordberg | 2010-11-11 | 1 | -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. |