25 Jul
2018
25 Jul
'18
12:37 p.m.
On Jul 25, 2018, at 12:33 PM, work vlpl <thework.vlpl@gmail.com> wrote:
Yeah. It's best to fix the state code so that if State is larger than 16 octets, then the state code uses MD5(State), which should be better. I think `fr_state_find()` function also require a fix https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/src/main/state.c... because it still uses only first 16 octets. Or am I wrong?
I've pushed a fix. Alan DeKok.