From: GitHub <no...@gi...> - 2015-01-20 09:18:58
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d727acb47a58684dd46c7dd5c452eee07eac1a6f https://github.com/OpenSC/OpenSC/commit/d727acb47a58684dd46c7dd5c452eee07eac1a6f Author: Thomas Calderon <tho...@ss...> Date: 2015-01-14 (Wed, 14 Jan 2015) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- PKCS#11: Remove inconsistent attributes * Improve compliance related to PKCS#11 attribute fetching. Commit: ed87ea38b9e8439eb7a20f6497f23b40beff25f8 https://github.com/OpenSC/OpenSC/commit/ed87ea38b9e8439eb7a20f6497f23b40beff25f8 Author: Thomas Calderon <tho...@ss...> Date: 2015-01-14 (Wed, 14 Jan 2015) Changed paths: M src/pkcs11/framework-pkcs15.c Log Message: ----------- PKCS#11: Fetch real value of CKA_LOCAL for pubkey * Fetch value from pub_info structure for CKA_LOCAL attribute. Commit: 91ddcfb514991b75dacc143e427f8dd01f98c5e9 https://github.com/OpenSC/OpenSC/commit/91ddcfb514991b75dacc143e427f8dd01f98c5e9 Author: Thomas Calderon <tho...@ss...> Date: 2015-01-16 (Fri, 16 Jan 2015) Changed paths: M src/libopensc/pkcs15-actalis.c M src/libopensc/pkcs15-atrust-acos.c M src/libopensc/pkcs15-esteid.c M src/libopensc/pkcs15-gemsafeGPK.c M src/libopensc/pkcs15-infocamere.c M src/libopensc/pkcs15-itacns.c M src/libopensc/pkcs15-oberthur.c M src/libopensc/pkcs15-openpgp.c M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-postecert.c M src/libopensc/pkcs15-pteid.c M src/libopensc/pkcs15-starcert.c M src/libopensc/pkcs15-tcos.c M src/libopensc/pkcs15-westcos.c Log Message: ----------- PKCS15: remove redundant code for access_flags. * With commit facaf59, access_flags were set for most cards. A closer look revealed that this is already done in `sc_pkcs15emu_add_rsa_prkey`. Therefore, this removes the duplicated code for cards calling this function. Commit: 79f1539e6897d9527fc8657a1b6cb3446339e9c9 https://github.com/OpenSC/OpenSC/commit/79f1539e6897d9527fc8657a1b6cb3446339e9c9 Author: viktorTarasov <vik...@gm...> Date: 2015-01-20 (Tue, 20 Jan 2015) Changed paths: M src/libopensc/pkcs15-actalis.c M src/libopensc/pkcs15-atrust-acos.c M src/libopensc/pkcs15-esteid.c M src/libopensc/pkcs15-gemsafeGPK.c M src/libopensc/pkcs15-infocamere.c M src/libopensc/pkcs15-itacns.c M src/libopensc/pkcs15-oberthur.c M src/libopensc/pkcs15-openpgp.c M src/libopensc/pkcs15-piv.c M src/libopensc/pkcs15-postecert.c M src/libopensc/pkcs15-pteid.c M src/libopensc/pkcs15-starcert.c M src/libopensc/pkcs15-tcos.c M src/libopensc/pkcs15-westcos.c M src/pkcs11/framework-pkcs15.c Log Message: ----------- Merge pull request #352 from tc-anssi/better-compliance Better PKCS#11 compliance Compare: https://github.com/OpenSC/OpenSC/compare/4915eaa56b4e...79f1539e6897 |