<div dir="ltr"><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Dear All,<br><br>I got issue (gcrypt/Not implementedgcrypt/Not implemented) will verifying a signature. I have the public key, the signature and the curve.</div><div dir="ltr"><br></div><div dir="ltr">I proceed in the following way:</div>1) Build public key                                                                                                                                                              <br> q=hex_to_data("AC529F186F485D194EBE3677EA9FD1D7E7280648081A01686B3E78528D8AA5C6DC44DB3E54EEF45BA7EE989572D1DC0F83FF071E30B1EE5972D52D22D204A0AD", &q_size);<br>if ((rc = gcry_sexp_build (&public_key, NULL, "(ecc(curve \"NIST P-256\")(q %b))\n", q_size, q)) != 0) {<br>      printf("Failed for %s/%s\n", gcry_strsource(rc), gcry_strerror(rc));<br>      ....<br>    }</div><div><br></div><div>2) Create a context based on the public key                                                                                                                                        <br>if (0 != (rc = gcry_mpi_ec_new(&ctx, public_key, "NIST P-256"))) {<br>      printf("Failed for %s/%s\n", gcry_strsource(rc), gcry_strerror(rc));<br>      ....<br>    }<br><br>And here was the issue: I got the error message "gcrypt/Not implemented"</div><div><br>Can anyone provide me some hints to fix it, I have no idea how to proceed here?</div><div><br></div><div>Many thanks in advance for your help,</div><div><br>Best regards,<br>Yann Garcia<div dir="ltr"><span style="color:rgb(0,0,0);white-space:pre-wrap">Senior Software Engineer</span><div><span style="font-size:small">Microsoft MCAD.net Certified</span><br>**************************************<br><span style="font-size:small">FSCOM SARL</span><br style="font-size:small"><span style="font-size:small">Le Montespan B2</span><br style="font-size:small"><span style="color:navy;font-family:"Arial",sans-serif;font-size:10pt"><a href="https://maps.google.com/?q=6,%C2%A0+Avenue+des+Alpes&entry=gmail&source=g" target="_blank">6,</a>  <a href="https://maps.google.com/?q=6,%C2%A0+Avenue+des+Alpes&entry=gmail&source=g" target="_blank">Avenue des Alpes</a></span><span style="color:navy"> </span><br style="font-size:small"><span style="font-size:small">F-06600 Antibes, FRANCE</span><br>************************************************<br>Tel: +33 (0)4 92 94 49 08<br>Mobile: +33 (0)7 61 00 77 05<br>Email: <a href="mailto:yann.garcia@fscom.fr" target="_blank"><b>yann.garcia@fscom.fr</b></a></div><div>           <span style="font-size:12.8px;white-space:nowrap"><a href="mailto:Yann.Garcia_EXT@etsi.org" target="_blank">Yann.Garcia_EXT@etsi.org</a></span><br>Skype: yann.garcia<br>Google+: <a href="mailto:garcia.yann@gmail.com" target="_blank">garcia.yann@gmail.com<br></a><br></div></div></div></div></div></div></div></div></div>