summaryrefslogtreecommitdiff
path: root/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust copyright lines to reflect git (svn) history of each and every file.Linus Nordberg2012-11-121-2/+2
* Formatting changes.Linus 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 clients.Linus Nordberg2012-09-131-13/+15
* 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-2/+1
* Add Emacs local variable for stroustrup style.linus2010-03-231-0/+4
* Reindent and remove trailing whitespace.linus2010-03-081-16/+16
* rewriting code for hosts,ports,resolving,builds but needs testingvenaas2009-01-271-9/+7
* renamed struct queue to gqueue due to solaris defining queuevenaas2009-01-071-1/+1
* 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-6/+37
* cleaning up codevenaas2008-12-181-1/+8
* hopefully removed some warningsvenaas2008-09-241-1/+1
* hopefully removed some warningsvenaas2008-09-241-2/+2
* 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-11/+22
* better logging, fixed bug with crash when removing clientvenaas2008-09-171-9/+10
* 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
* allow %hex notation for strings in gconfigvenaas2008-09-131-2/+4
* various code improvementsvenaas2008-09-111-2/+2
* fixed bug with multiple status server sent, some dtls fixesvenaas2008-08-221-0/+1
* separated tlsvenaas2008-08-211-0/+399