|
From: GitHub <no...@gi...> - 2015-10-17 15:34:46
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 65bc754b8b86edaa36f62d01dd4ca16c8953c360 https://github.com/OpenSC/OpenSC/commit/65bc754b8b86edaa36f62d01dd4ca16c8953c360 Author: Doug Engert <dee...@gm...> Date: 2015-10-14 (Wed, 14 Oct 2015) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- Do not expose access to PIV emulated files from utilities PIV cards uses get/put data not select file and read_binary. To allow access via pkcs15 emulation card-piv.c emulates select_file and read_binary but only when used with the path as created by the piv emulation. There are no MF.DIR or ED.DIR files. opensc-tool and opensc-explorer will not work with this emulation. Patch removes code that caused problems with opensc-tooland opensc-explorer. Commit: 4ddf2cc04288ed55b54015f0fb9042b4d5abddcf https://github.com/OpenSC/OpenSC/commit/4ddf2cc04288ed55b54015f0fb9042b4d5abddcf Author: Frank Morgner <mo...@in...> Date: 2015-10-17 (Sat, 17 Oct 2015) Changed paths: M src/libopensc/card-piv.c Log Message: ----------- Merge pull request #579 from dengert/piv-cac Do not expose access to PIV emulated files from utilities Compare: https://github.com/OpenSC/OpenSC/compare/76f81b5b6312...4ddf2cc04288 |