Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-RT-Original-Encoding: iso-8859-1 Content-Length: 1377

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