From: programatix <no...@gi...> - 2019-07-26 06:48:20
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 91b9aea42a580d3fec96cf51380f522282a8d314 https://github.com/OpenSC/OpenSC/commit/91b9aea42a580d3fec96cf51380f522282a8d314 Author: programatix <pro...@ms...> Date: 2019-07-26 (Fri, 26 Jul 2019) Changed paths: M src/libopensc/pkcs15-sec.c Log Message: ----------- Update pkcs15-sec.c When card supports SC_ALGORITHM_RSA_PAD_PKCS1 but not SC_ALGORITHM_RSA_HASH_NONE, then the DigestInfo need to be removed. Current check make requires the card to not support both SC_ALGORITHM_RSA_PAD_PKCS1 and SC_ALGORITHM_RSA_HASH_NONE to have the removal done. |