From: Jakub J. <no...@gi...> - 2019-04-08 09:15:30
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 8c99e5076a829af618d0cb7ebb2b0b80e51831e1 https://github.com/OpenSC/OpenSC/commit/8c99e5076a829af618d0cb7ebb2b0b80e51831e1 Author: Jakub Jelen <jj...@re...> Date: 2019-04-08 (Mon, 08 Apr 2019) Changed paths: M .gitignore M tests/Makefile.am A tests/common.sh M tests/test-pkcs11-tool-sign-verify.sh A tests/test-pkcs11-tool-test.sh Log Message: ----------- tests: Verify the pkcs11-tool --test works Note, that it does not work now until #1600 will get resolved. Then, move the test to TESTS in the Makefile.am Commit: 775d1205179677d837ebbacc0d1fc39b4100ac3c https://github.com/OpenSC/OpenSC/commit/775d1205179677d837ebbacc0d1fc39b4100ac3c Author: Jakub Jelen <jj...@re...> Date: 2019-04-08 (Mon, 08 Apr 2019) Changed paths: M tests/common.sh M tests/test-pkcs11-tool-sign-verify.sh Log Message: ----------- tests: Verify the ECDSA signatures work Commit: fc4d600634839291399c0fe1a2b0127132403488 https://github.com/OpenSC/OpenSC/commit/fc4d600634839291399c0fe1a2b0127132403488 Author: Jakub Jelen <jj...@re...> Date: 2019-04-08 (Mon, 08 Apr 2019) Changed paths: M doc/tools/pkcs11-tool.1.xml M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Allow to set CKA_ALLOWED_MECHANISMS when creating an objects Also list them in the attributes listing Commit: 83eeafca3c17b886345b27132ca9c466eb85fd32 https://github.com/OpenSC/OpenSC/commit/83eeafca3c17b886345b27132ca9c466eb85fd32 Author: Jakub Jelen <jj...@re...> Date: 2019-04-08 (Mon, 08 Apr 2019) Changed paths: M tests/Makefile.am M tests/common.sh A tests/test-pkcs11-tool-allowed-mechanisms.sh Log Message: ----------- tests: Check the behavior of CKA_ALLOWED_MECHANISMS Compare: https://github.com/OpenSC/OpenSC/compare/fd20ffe6081c...83eeafca3c17 |