From: Jakub J. <no...@gi...> - 2021-11-19 10:45:47
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: e8486b4fa0331989225a2933c57297e427e2d59d https://github.com/OpenSC/OpenSC/commit/e8486b4fa0331989225a2933c57297e427e2d59d Author: Luka Logar <luk...@ci...> Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- Implement C_CreateObject() for EC keys Most of the code was already there, only a little glue code was needed... Commit: 0f30997b6d555e981777087995285efbf6a30359 https://github.com/OpenSC/OpenSC/commit/0f30997b6d555e981777087995285efbf6a30359 Author: Luka Logar <luk...@ci...> Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M src/pkcs11/openssl.c Log Message: ----------- Fix signature verification for CKM_ECDSA_SHAx only cards Cards that support CKM_ECDSA_SHAx only don't do the hashing in C_VerifyUpdate(). All the processing is done in the final C_VerifyFinal() call instead. Commit: 88eeb8923d8a1b2848f85650fe2b804b3a53e648 https://github.com/OpenSC/OpenSC/commit/88eeb8923d8a1b2848f85650fe2b804b3a53e648 Author: Luka Logar <luk...@ci...> Date: 2021-11-19 (Fri, 19 Nov 2021) Changed paths: M .github/test-isoapplet.sh M src/libopensc/card-isoApplet.c M src/tests/p11test/isoapplet_ref.json Log Message: ----------- Fix IsoApplet CKM_ECDSA_SHA1 implementation and include some more ECDSA tests in IsoApplet test suite Compare: https://github.com/OpenSC/OpenSC/compare/5f04d4905d65...88eeb8923d8a |