From: Peter P. <no...@gi...> - 2020-12-09 03:30:15
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a089353e1f21b9330f13ac88e65e3db363b550ac https://github.com/OpenSC/OpenSC/commit/a089353e1f21b9330f13ac88e65e3db363b550ac Author: Peter Popovec <pop...@gm...> Date: 2020-12-09 (Wed, 09 Dec 2020) Changed paths: M .travis.yml M src/libopensc/card-myeid.c Log Message: ----------- MyEID: enable more PKCS11 mechanisms This patch enables using of: SHA224-RSA-PKCS, SHA256-RSA-PKCS, SHA384-RSA-PKCS, SHA512-RSA-PKCS and PSS variants of these mechanism for MyEID users. (This patch is related to issue #2173.) CI tests for these mechanisms are also enabled (using OsEID emulation). |