From: Alon Bar-L. <no...@gi...> - 2021-05-08 06:23:01
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: 6bea4abb7b2d0bf85f26e67c73b8cc8869a201cd https://github.com/OpenSC/pkcs11-helper/commit/6bea4abb7b2d0bf85f26e67c73b8cc8869a201cd Author: Selva Nair <sel...@gm...> Date: 2021-05-08 (Sat, 08 May 2021) Changed paths: M include/pkcs11-helper-1.0/pkcs11h-certificate.h M lib/certificate.exports M lib/pkcs11h-certificate.c Log Message: ----------- certificate: Support passing CK_MECHANISM parameters to private key ops Add additional API that allows passing of the mechanism struct instead of just the mechanism type to private key operations. This is needed to support paddings schemes such as PSS that require additional entries in the CK_MECHANISM structure. No change in functionality. Signed-off-by: Selva Nair <sel...@gm...> Commit: 295c35db39287a94c2ef47fc3c0277b02620d2b4 https://github.com/OpenSC/pkcs11-helper/commit/295c35db39287a94c2ef47fc3c0277b02620d2b4 Author: Alon Bar-Lev <alo...@gm...> Date: 2021-05-08 (Sat, 08 May 2021) Changed paths: M ChangeLog Log Message: ----------- doc: update ChangeLog Compare: https://github.com/OpenSC/pkcs11-helper/compare/1936234c32a6...295c35db3928 |