Enable tls psk
[radsecproxy.git] / lib / conn.c
2014-02-05 Linus NordbergMove lib to the root.
2013-11-18 Linus NordbergAvoid leaking memory when receiving a bad response.
2013-05-17 Linus NordbergMerge branch 'libradsec-add-avp-2' into libradsec
2013-05-15 Linus NordbergDon't crash on reading invalid messages.
2013-05-09 Linus NordbergUpdate copyright years.
2013-01-24 Linus NordbergAdd two helper functions to conn.[ch].
2013-01-24 Linus NordbergOrder functions properly in conn.c.
2013-01-24 Linus NordbergRename rs_packet_flags members.
2013-01-21 Linus NordbergMerge branch 'libradsec-new-client' into libradsec
2012-12-19 Linus NordbergRename COPYING -> LICENSE.
2012-04-27 Linus NordbergMerge libradsec-new-client.
2012-04-25 Linus NordbergMissing response packet in rs_conn_receive_packet doesn...
2012-04-25 Linus NordbergFix a comment.
2011-12-14 Linus NordbergFix a typo in a comment.
2011-11-14 Luke Howardport to new RADIUS client library
2011-03-15 Linus NordbergDon't touch TLS specific things w/o RS_ENABLE_TLS.
2011-03-14 Linus Nordberg[TLS] Do free SSL and SSL_CTX objects.
2011-03-13 Linus Nordberg[UDP] Free the event base _after_ freeing the read...
2011-03-13 Linus NordbergDon't free connection on error, just close it.
2011-03-13 Linus Nordberg[UDP] Free read/write events when destroying connection.
2011-03-13 Linus NordbergFormatting changes.
2011-03-12 Linus NordbergMerge branch 'udp' into libradsec.
2011-03-11 Linus NordbergDo free the connection object.
2011-03-09 Linus NordbergGet UDP working.
2011-03-09 Linus NordbergRemove superfluous assignment.
2011-03-09 Linus NordbergAdd retransmission timer support (UDP).
2011-03-09 Linus NordbergRename and move around a few helper functions.
2011-03-08 Linus NordbergTimeout implemented in request objects, supported by...
2011-03-08 Linus NordbergDon't return -1 to user but rather an error code.
2011-03-07 Linus NordbergMove verification of response packets up to a level...
2011-03-06 Linus NordbergRestructure code, moving most code out of packet.c
2011-03-06 Linus NordbergUDP w/o bufferevents, part 1.
2011-03-01 Linus NordbergError handling cleanup 2.
2011-03-01 Linus NordbergDon't have the connection freeing peers -- it's the...
2011-02-28 Linus NordbergRemove last trace of server and client in API.
2011-02-24 Linus NordbergConfig file changes and small API changes.
2011-02-19 Linus NordbergImprove protocol robustness and invoke user callbacks.
2010-11-11 Linus NordbergBringing up TLS connections working.
2010-10-19 Linus NordbergMove connection related functions to conn.c.