Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-RT-Original-Encoding: iso-8859-1 Content-Length: 237 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