Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Do the test for PSK properly. | Linus Nordberg | 2013-01-24 | 1 | -3/+1 |
| | | | | Fixes 823ea9ba. | ||||
* | Don't verify server certificate if we're using PSK. | Linus Nordberg | 2013-01-24 | 1 | -2/+3 |
| | |||||
* | Rename COPYING -> LICENSE. | Linus Nordberg | 2012-12-19 | 1 | -1/+1 |
| | | | | And distribute LICENSE and HACKING. | ||||
* | Merge libradsec-new-client. | Linus Nordberg | 2012-04-27 | 1 | -0/+3 |
|\ | |||||
| * | port to new RADIUS client library | Luke Howard | 2011-11-14 | 1 | -0/+3 |
| | | |||||
* | | Verify certificate CN against configured hostname. | Linus Nordberg | 2012-04-26 | 1 | -1/+15 |
| | | | | | | | | NOTE: The subjectAltName check is not well tested. | ||||
* | | Postpone resolving of DNS names of server. | Linus Nordberg | 2012-04-25 | 1 | -8/+19 |
|/ | | | | | | | | | | We used to resolve DNS names when reading configuration. We now do it in event_init_socket() and cache the result in the connection object. The imminent need for changing this is to keep host names around for X509 certificate verification (CNAME and subjectAltName). This will also help later when we implement server failover (and later, when people want to do more dynamic configuration, f.ex. NAPTR). | ||||
* | event_enable_debug_mode() must be called at most once. | Linus Nordberg | 2011-09-22 | 1 | -1/+6 |
| | |||||
* | Add retransmission timer support (UDP). | Linus Nordberg | 2011-03-09 | 1 | -3/+40 |
| | |||||
* | Move event_set_timeout --> tcp_set_connect_timeout. | Linus Nordberg | 2011-03-06 | 1 | -37/+3 |
| | |||||
* | Restructure code, moving most code out of packet.c | Linus Nordberg | 2011-03-06 | 1 | -0/+252 |
Also, move copyright notice out of COPYING and into every file. |