summaryrefslogtreecommitdiff
path: root/tls.c
Commit message (Expand)AuthorAgeFilesLines
* Fix heap overflow in raddtlsget(), radtcpget() and radtlsget().Linus Nordberg2015-01-161-0/+4
* Time out on TLS clients not closing the connection properly.Linus Nordberg2013-09-021-1/+1
* When timing out while reading from a TLS server, shutdown the socket properly.Linus Nordberg2013-09-021-0/+9
* Don't wait for _writable_ when _reading_ an SSL socket.Linus Nordberg2013-09-021-10/+11
* Create threads with a 32 KB stack rather than what happens to be the default.Linus Nordberg2013-09-021-2/+2
* 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