From: Jakub J. <no...@gi...> - 2024-05-20 08:42:27
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 5d040b34d15f78b75856ab8619eea106954dd183 https://github.com/OpenSC/OpenSC/commit/5d040b34d15f78b75856ab8619eea106954dd183 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11.h M src/tests/p11test/p11test_case_common.c M src/tests/p11test/p11test_case_common.h M src/tests/p11test/p11test_case_mechs.c M src/tests/p11test/p11test_case_pss_oaep.c M src/tests/p11test/p11test_case_readonly.c M src/tests/p11test/p11test_common.h Log Message: ----------- Add support for SHA3 mechanisms Commit: 9be88a25f03150ed5eacd8fdb4ba5d1db6a98e22 https://github.com/OpenSC/OpenSC/commit/9be88a25f03150ed5eacd8fdb4ba5d1db6a98e22 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/pkcs11/pkcs11-spy.c M src/pkcs11/pkcs11.h Log Message: ----------- pkcs11: Add CCM params Commit: d5336389b8b750ef064f28d030a6785240b1f666 https://github.com/OpenSC/OpenSC/commit/d5336389b8b750ef064f28d030a6785240b1f666 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/pkcs11/pkcs11-spy.c Log Message: ----------- spy: Log requested length when buffer is too small Commit: 1db08690b9bca73f30133f8556d7e35374091af7 https://github.com/OpenSC/OpenSC/commit/1db08690b9bca73f30133f8556d7e35374091af7 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/pkcs11/pkcs11-display.c M src/pkcs11/pkcs11-spy.c Log Message: ----------- spy: Dump the interface versions and better handle version faking In the past the queries for the interface were passed through directly to the underlying pkcs11 module. But this could cause an issue if the caller requested specific version reported by the GetInterfaceList. This changes improves faking of the version numbers and maps the minor versions to the correct major versions of the API. Commit: 05393f43af21e1e5a385809d666af7c5ffdc6773 https://github.com/OpenSC/OpenSC/commit/05393f43af21e1e5a385809d666af7c5ffdc6773 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/pkcs11/pkcs11-display.c Log Message: ----------- pkcs11: Print missing attribute Commit: f505b2cba5366a5f584f7e4b15fe424c30975ba2 https://github.com/OpenSC/OpenSC/commit/f505b2cba5366a5f584f7e4b15fe424c30975ba2 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/pkcs11/pkcs11-display.c Log Message: ----------- pkcs11: Do not reformat lists Commit: 08206111fef381b59bed4adf0f55df8211059271 https://github.com/OpenSC/OpenSC/commit/08206111fef381b59bed4adf0f55df8211059271 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/pkcs11/mechanism.c Log Message: ----------- pkcs11: Release operation on uknown params The invalid or unknown RSA OAEP decryption parameters caused the session kept holding the operation as started and all following operations failed as other operation was in progress. Commit: ead7cac2549b5d200e1ff340768d47b59ebd922c https://github.com/OpenSC/OpenSC/commit/ead7cac2549b5d200e1ff340768d47b59ebd922c Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_multipart.c Log Message: ----------- p11test: Skip non-multipart mechanisms Commit: f66c39bc7f1f078b2e30f3197e17586071c6d5e2 https://github.com/OpenSC/OpenSC/commit/f66c39bc7f1f078b2e30f3197e17586071c6d5e2 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Skip objects without ID or label Commit: aabcba482346dd965b7015bfa5948047b7cc2338 https://github.com/OpenSC/OpenSC/commit/aabcba482346dd965b7015bfa5948047b7cc2338 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/runtest.sh Log Message: ----------- p11test: Add support for kryoptic Commit: 9109a7aa96293ab0cb11b24bcc44472fc5814f80 https://github.com/OpenSC/OpenSC/commit/9109a7aa96293ab0cb11b24bcc44472fc5814f80 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_secret.c Log Message: ----------- p11test: Add support for more AES mechanisms Commit: 381a6fc44ba8b962a360c9bc298951a170a61c36 https://github.com/OpenSC/OpenSC/commit/381a6fc44ba8b962a360c9bc298951a170a61c36 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_common.c Log Message: ----------- p11test: Derive key length from CKA_VALUE if available Commit: 3d33de29f5bef1eec129b4eded1e917004c8b2de https://github.com/OpenSC/OpenSC/commit/3d33de29f5bef1eec129b4eded1e917004c8b2de Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/runtest.sh Log Message: ----------- p11test: Generate keys with all usage attributes Commit: dfee50410a9732158bd04ab396b81c9a849150d0 https://github.com/OpenSC/OpenSC/commit/dfee50410a9732158bd04ab396b81c9a849150d0 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_wrap.c Log Message: ----------- p11test: Improve wrapping coverage Commit: 97ac2d21b045a6137779461e82101d54f28694b3 https://github.com/OpenSC/OpenSC/commit/97ac2d21b045a6137779461e82101d54f28694b3 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_interface.c Log Message: ----------- p11test: Improve interface test Commit: e95935b15a17a372b6e5fa6f9488a9fe8bad857e https://github.com/OpenSC/OpenSC/commit/e95935b15a17a372b6e5fa6f9488a9fe8bad857e Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_common.c M src/tests/p11test/p11test_case_common.h M src/tests/p11test/p11test_case_wrap.c Log Message: ----------- p11test: Be more verbose about wrapping Commit: da72da2d7e946452a8bd46c1c6a46df4724f434c https://github.com/OpenSC/OpenSC/commit/da72da2d7e946452a8bd46c1c6a46df4724f434c Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_wrap.c Log Message: ----------- p11test: Note about AES-CCM key wrapping Commit: 50c17ba6c0c171ee107ed8158216899bcc515949 https://github.com/OpenSC/OpenSC/commit/50c17ba6c0c171ee107ed8158216899bcc515949 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/p11test_case_wrap.c Log Message: ----------- p11test: Wrap also EC keys Commit: 5a603eba8eeda8a8214b2a6ac50b2a53744dda1f https://github.com/OpenSC/OpenSC/commit/5a603eba8eeda8a8214b2a6ac50b2a53744dda1f Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/runtest.sh Log Message: ----------- p11test: Generate RSA keys of different size Commit: c64713e9f1036ce4fe9dd70dbc7364a042ad28f5 https://github.com/OpenSC/OpenSC/commit/c64713e9f1036ce4fe9dd70dbc7364a042ad28f5 Author: Jakub Jelen <jj...@re...> Date: 2024-05-20 (Mon, 20 May 2024) Changed paths: M src/tests/p11test/isoapplet_ref_v0.json M src/tests/p11test/isoapplet_ref_v1.json M src/tests/p11test/openpgp_s0_ref.json M src/tests/p11test/openpgp_s1_ref.json M src/tests/p11test/oseid_ref.json M src/tests/p11test/piv_ref.json M src/tests/p11test/virt_cacard_ref.json Log Message: ----------- tests: Update reference files removing multipart RSA tests Compare: https://github.com/OpenSC/OpenSC/compare/865cb43a8c81...c64713e9f103 To unsubscribe from these emails, change your notification settings at https://github.com/OpenSC/OpenSC/settings/notifications |