Navigation



Ignore:
Timestamp:
Oct 20, 2010, 3:37:49 PM (14 years ago)
Author:
Souheil Ben Ayed <souheil@tera.ics.keio.ac.jp>
Branch:
default
Phase:
public
Message:

Fix user name verification in EAP-TLS plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/app_diameap/plugins/eap_tls/eap_tls.c

    r565 r577  
    220220                                                goto failure;});
    221221
    222                                         if(strcmp((char *)smd->user.userid,buff)!=0){
     222                                        if(strncmp((char *)smd->user.userid,buff,smd->user.useridLength)!=0){
    223223                                                goto failure;
    224224                                        }
Note: See TracChangeset for help on using the changeset viewer.