backport from HEAD
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_tls / eap_tls.c
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...
2005-03-24 aland fix references to record_plus & friends
2004-09-01 aland Pull fix from the head
2004-08-31 mgriegoIf we're not done with the handshake, don't return...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-12-05 kkalevAdd the code to eaptls_ack_handler which was removed...
2003-12-02 kkalevIn eaptls_ack_handler delete all relevant code about...
2003-11-21 mcr some more UNUSED markings.
2003-10-23 aland It's TLS, not TTLS
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-08 aland Try to handle the case where we get an ACK after sendi...
2003-08-06 aland Use proper names, instead of numbers.
2003-08-05 aland Large changes, in preparation for TTLS & PEAP
2003-07-28 aland Massive changes to clean up the EAP module, in prepara...
2003-04-04 aland Do a bit more sanity checking for invalid packets
2003-03-31 aland Always allocate at least one byte of data.
2002-09-17 cparkerEAP TLS patch from Rainer Weikusat <weikusat@students...
2002-07-26 aland Added mppe_keys.c file, and eaptls_gen_mppe_keys(...
2002-07-11 raghuResolved Initialization issues.
2002-04-26 raghuProper fix to handle Unexpected ACKs from XP
2002-04-15 raghuFixed "Unexpected ACK" bug that was introduced with...
2002-04-12 raghuReject in case of Buffer read errors.
2002-02-26 raghuMade Length field configurable.
2002-02-13 raghuTLS-Length contains Total Length as expected by MS
2002-02-08 raghuEAPTLS ACK packet length is 6 and not 5
2002-02-05 raghuName changes to reflect proper names & elegant fragment...
2002-01-24 raghuEAP-TLS support in RADIUS.