From: Alon Bar-L. <alo...@gm...> - 2013-09-19 21:02:59
|
On Thu, Sep 19, 2013 at 11:31 PM, Douglas E. Engert <dee...@an...> wrote: > Modifications to engine_pkcs11 and libp11 to support ECDSA > are available at github for testing, and I am looking for > comments. > > https://github.com/dengert/libp11 > > https://github.com/dengert/engine_pkcs11 > Hi, This is great, I also recently updated pkcs11-helper[1] to support ecdsa as well. What I am missing in the new solution[2] is finish method as in other methods, this will allow cleanup method instance resources. I am far from being openssl expert, but I did expect to see these do_sign and sign_setup to accept ecdsa as parameter and not ec... Regards, Alon [1] https://github.com/alonbl/pkcs11-helper/commits/ec [2] http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=HEAD;hp=96006022671b4db342a4dcfc3d96edbb3337bb4e |