From: Peter P. <no...@gi...> - 2021-11-19 17:35:53
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 7d71808c987e490ff6cfad22072cbdf6c7f2d92d https://github.com/OpenSC/OpenSC/commit/7d71808c987e490ff6cfad22072cbdf6c7f2d92d Author: Peter Popovec <pop...@gm...> Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M doc/tools/pkcs11-tool.1.xml M src/tools/pkcs11-tool.c M tests/Makefile.am A tests/test-pkcs11-tool-sym-crypt-test.sh Log Message: ----------- pkcs11-tool: symmetric encrypt/decrypt supported mechanisms: AES-ECB, AES-CBC, AES-CBC-PAD support for initialization vector Tested - softhsm2, (test-pkcs11-tool-sym-crypt-test.sh) modified: doc/tools/pkcs11-tool.1.xml modified: src/tools/pkcs11-tool.c modified: tests/Makefile.am new file: tests/test-pkcs11-tool-sym-crypt-test.sh Commit: 9136878cce3242d7d6321d21dc8ede43039d5e4a https://github.com/OpenSC/OpenSC/commit/9136878cce3242d7d6321d21dc8ede43039d5e4a Author: Peter Popovec <pop...@gm...> Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M doc/tools/pkcs11-tool.1.xml M src/tools/pkcs11-tool.c M tests/Makefile.am A tests/test-pkcs11-tool-unwrap-test.sh Log Message: ----------- pkcs11-tool: unwrap operation support for unwrapping GENERIC SECRET / AES key Tested: softhsm, RSA-PKCS mechanism. Tested: MyEID 4.5.5, only partial test due to missing support for symmetric encryption/decryption modified: doc/tools/pkcs11-tool.1.xml modified: src/tools/pkcs11-tool.c modified: tests/Makefile.am new file: tests/test-pkcs11-tool-unwrap-test.sh Commit: 812c08d2c2d1e27b97bece231260d1322ed12a9c https://github.com/OpenSC/OpenSC/commit/812c08d2c2d1e27b97bece231260d1322ed12a9c Author: Peter Popovec <pop...@gm...> Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M doc/tools/pkcs11-tool.1.xml M src/tools/pkcs11-tool.c M tests/Makefile.am R tests/test-pkcs11-tool-unwrap-test.sh A tests/test-pkcs11-tool-unwrap-wrap-test.sh Log Message: ----------- pkcs11-tool: wrap operation support for key wrap operation Tested: softhsm, GENERIC SECRET wrapped by RSA-PKCS mechanism modified: doc/tools/pkcs11-tool.1.xml modified: src/tools/pkcs11-tool.c modified: tests/Makefile.am renamed: tests/test-pkcs11-tool-unwrap-test.sh -> tests/test-pkcs11-tool-unwrap-wrap-test.sh Commit: 0de0fa21c0a29181744b8599ebf1694bd2a516d8 https://github.com/OpenSC/OpenSC/commit/0de0fa21c0a29181744b8599ebf1694bd2a516d8 Author: Peter Popovec <pop...@gm...> Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M src/tools/pkcs11-tool.c M tests/test-pkcs11-tool-sym-crypt-test.sh Log Message: ----------- pkcs11-tool: encrypt/decrypt - removed fixed limit for data size Use C_DecryptUpdate/C_EncryptUpdate for large input files. modified: src/tools/pkcs11-tool.c modified: tests/test-pkcs11-tool-sym-crypt-test.sh Commit: 8b94d04dbbe383c485d341333f8f59494645ea1a https://github.com/OpenSC/OpenSC/commit/8b94d04dbbe383c485d341333f8f59494645ea1a Author: Peter Popovec <pop...@gm...> Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M .github/test-oseid.sh Log Message: ----------- github actions: pkcs11-tool - wrap/unwrap tests (using OsEID simulator) modified: .github/test-oseid.sh Compare: https://github.com/OpenSC/OpenSC/compare/621bbe6778c4...8b94d04dbbe3 |