New build path variable
[freeradius.git] / src / modules / rlm_eap / libeap / eap_tls.c
2010-11-16 Sam HartmanUse assert not rad_assert
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-08-25 Alan T. DeKokAdded support for TLS-Cert-* and TLS-Client-Cert-*...
2010-08-09 Alan T. DeKokAdd Cached-Session-Policy attribute.
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-07-30 Alan T. DeKokPut SSL errors into Module-Failure-Message
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-02-04 Alan T. DeKokSet flag CORRECTLY for resumed session
2009-09-24 Alan T. DeKokEnsure that cached SSL sessions have data
2009-05-08 Alan T. DeKokCatch invalid ACKs
2009-01-30 Arnaud EbalardFix broken EAP-TLS (bug introduced 2008/08/24 by b51a3a82)
2008-09-24 Alan T. DeKokGet session resumption working for EAP-TLS, too
2008-08-29 Alan T. DeKokUse functions from libfreeradius
2008-08-29 Alan T. DeKokMark session as resumed
2008-08-25 Alan T. DeKokEnforce session cache enable.
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
2008-08-24 Alan T. DeKokClean up debug && log messages
2008-08-24 Alan T. DeKokAutomatically calculate MPPE keys
2008-08-24 Alan T. DeKokPull SSL handshake code into libeap
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG
2008-07-09 Alan T. DeKokUse new RDEBUG macro
2007-12-15 aland Fixes to allegedly make it work on more systems
2007-11-27 aland Changed radlog(L_INFO... to DEBUG2(... to avoid pollut...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-22 aland Prepare for session resumption patch.
2007-11-10 aland Return EAPTLS_OK only if the SSL setup is finished...
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-15 aland Port fix for Coverity bug #41 from 1.1.x
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland prev_eap_ds might be NULL. Check it, too.
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-05 aland prev_eap_ds may be NULL. Don't dereference it.
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-19 nbk Don't use rad_assert in libeap, it's a server-only...
2006-05-19 nbk Don't use rad_assert in libeap, it's a server-only...
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-07 aland Replaced INFO level logging with debug logging. 99...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-15 aland Moved TLS code from rlm_eap_tls to libeap. Updated...