8 May
2009
8 May
'09
10:50 a.m.
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.