From: Selva N. <no...@gi...> - 2019-04-22 14:43:44
|
Branch: refs/heads/master Home: https://github.com/OpenSC/pkcs11-helper Commit: c192bb48e9170d636e305d03a87c82580101a1a9 https://github.com/OpenSC/pkcs11-helper/commit/c192bb48e9170d636e305d03a87c82580101a1a9 Author: Selva Nair <sel...@gm...> Date: 2019-04-22 (Mon, 22 Apr 2019) Changed paths: M ChangeLog M lib/pkcs11h-openssl.c Log Message: ----------- openssl: support RSA_NO_PADDING padding When PSS padding is in use, OpenSSL pre-pads the data and requests signature with padding=RSA_NO_PADDING. Handle this using CKM_RSA_X_509 as the mechanism. Signed-off-by: Selva Nair <sel...@gm...> |