Porting rlm_eap_tls to GnuTLS - eaptls_handle_idx only needed for session caching?

Alan DeKok aland at deployingradius.com
Fri May 8 16:50:43 CEST 2009


Carolin Latze wrote:
> I would say, these lines are needed in order to implement session
> caching. Is that right? If yes, I would delete them first in order to
> get a simple setup for the first test and replace them later.

  The indexes are used to associate data structures with the SSL session
context.  It *might* work if you delete them... but you will likely need
to replace them with static values.

  i.e

	eaptls_handle_ix = 0;
	eaptls_conf_ix = 1;
	...

  Alan DeKok.



More information about the Freeradius-Devel mailing list