Hello,


I found a bug line 229 of responder.c : 


Instead of :


if (strncmp(chl->identities[0]->identity, "PKCS12:", 5) == 0)


should be :


if (strncmp(chl->identities[0]->identity, "PKCS12:", 7) == 0)



Regards


Dorian Ducournau