radsecproxy-1.6.5.
[libradsec.git] / dtls.c
2013-09-02 Linus NordbergCreate threads with a 32 KB stack rather than what...
2012-10-22 Linus NordbergDon't mix up pre- and post-handshake verification of...
2012-04-17 Linus NordbergAdd client and server config options IPv4Only and IPv6Only.
2012-04-11 Linus NordbergChange default shared secret for TLS and DTLS.
2011-09-28 Linus NordbergMerge with master. Conflicts:
2011-09-26 Linus NordbergMake radsecproxy.h self-sustaining.
2010-03-23 linusAdd Emacs local variable for stroustrup style.
2010-03-08 linusReindent and remove trailing whitespace.
2009-01-27 venaasrewriting code for hosts,ports,resolving,builds but...
2009-01-07 venaasrenamed struct queue to gqueue due to solaris defining...
2008-12-22 venaassplit out code that is needed only when tls or dtls...
2008-12-19 venaasallowing build with only specific transports
2008-12-19 venaascleaning up code
2008-12-19 venaascleaning up code
2008-12-18 venaascleaning up code
2008-09-24 venaassome code improvemetns, more efficiently removing outst...
2008-09-23 venaasmake clientwr not try to connect (left to reader),...
2008-09-17 venaastrying to avoid some silly compiler warnings
2008-09-17 venaasbetter logging, fixed bug with crash when removing...
2008-09-17 venaascleaning up code
2008-09-16 venaasmoved more stuff from rqout to rq
2008-09-16 venaasrenamed some stuff, added client state for received...
2008-09-14 venaaschanging to use a separate client structure for each...
2008-09-13 venaasallow %hex notation for strings in gconfig
2008-09-11 venaasvarious code improvements
2008-08-22 venaasfixed bug with multiple status server sent, some dtls...
2008-08-21 venaasmade dtls server do proper certificate matching
2008-08-21 venaasrestructuring code
2008-08-21 venaasseparated tcp
2008-08-21 venaasseparated dtls into a separate file