summaryrefslogtreecommitdiff
path: root/dtls.c
Commit message (Expand)AuthorAgeFilesLines
* Create threads with a 32 KB stack rather than what happens to be the default.Linus Nordberg2013-08-261-4/+4
* Fix typo.Linus Nordberg2012-12-181-1/+1
* Adjust copyright lines to reflect git (svn) history of each and every file.Linus Nordberg2012-11-121-2/+2
* Merge branch 'licensing-nogpl'Linus Nordberg2012-10-301-7/+3
|\
| * Formatting changes.licensing-nogplLinus Nordberg2012-09-251-2/+2
| * Remove the second copyright line, with both UNINETT and NORDUnet.Linus Nordberg2012-09-171-1/+0
| * Remove Stig from first copyright line.Linus Nordberg2012-09-171-1/+1
| * Update copyright and licensing information.Linus Nordberg2012-09-141-7/+4
* | Don't mix up pre- and post-handshake verification of DTLS clients.Linus Nordberg2012-10-221-1/+3
|/
* Add client and server config options IPv4Only and IPv6Only.Linus Nordberg2012-04-171-1/+3
* Change default shared secret for TLS and DTLS.Linus Nordberg2012-04-111-1/+1
* Make radsecproxy.h self-sustaining.Linus Nordberg2011-09-261-1/+0
* Add Emacs local variable for stroustrup style.linus2010-03-231-0/+4
* Reindent and remove trailing whitespace.linus2010-03-081-24/+24
* rewriting code for hosts,ports,resolving,builds but needs testingvenaas2009-01-271-11/+13
* renamed struct queue to gqueue due to solaris defining queuevenaas2009-01-071-7/+7
* split out code that is needed only when tls or dtls is usedvenaas2008-12-221-3/+4
* allowing build with only specific transportsvenaas2008-12-191-0/+6
* cleaning up codevenaas2008-12-191-3/+17
* cleaning up codevenaas2008-12-191-7/+40
* cleaning up codevenaas2008-12-181-2/+13
* some code improvemetns, more efficiently removing outstanding requests when r...venaas2008-09-241-1/+0
* make clientwr not try to connect (left to reader), changed some timing stuff,...venaas2008-09-231-5/+16
* trying to avoid some silly compiler warningsvenaas2008-09-171-1/+1
* better logging, fixed bug with crash when removing clientvenaas2008-09-171-12/+13
* cleaning up codevenaas2008-09-171-6/+5
* moved more stuff from rqout to rqvenaas2008-09-161-2/+0
* renamed some stuff, added client state for received rqs etcvenaas2008-09-161-7/+15
* changing to use a separate client structure for each udp clientvenaas2008-09-141-1/+0
* allow %hex notation for strings in gconfigvenaas2008-09-131-2/+4
* various code improvementsvenaas2008-09-111-2/+1
* fixed bug with multiple status server sent, some dtls fixesvenaas2008-08-221-165/+247
* made dtls server do proper certificate matchingvenaas2008-08-211-45/+77
* restructuring codevenaas2008-08-211-0/+42
* separated tcpvenaas2008-08-211-1/+0
* separated dtls into a separate filevenaas2008-08-211-0/+473