"Tom Rixom" <[EMAIL PROTECTED]> wrote:
> This is the duplicate EAP-Message:
...

  Ok.. can you try adding the following line to rlm_eap_ttls/ttls.c,
around line 545: 


       record_plus(&tls_session->clean_in, buffer, total);

       /*
        *       FIXME: Check the return code.
        */
        tls_handshake_send(tls_session);
        record_init(&tls_session->clean_in); /* NEW LINE */

  The problem really appears to be that the tls_handshake_send()
function writes the data frim the buffer to SSL, but doesn't mark the
buffer as "empty".

  Alan DeKok.

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to