From: GitHub <no...@gi...> - 2014-12-15 19:46:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 4d5997dfba5845820e301e8804c3335122403bad https://github.com/OpenSC/OpenSC/commit/4d5997dfba5845820e301e8804c3335122403bad Author: Frank Morgner <mo...@in...> Date: 2014-12-12 (Fri, 12 Dec 2014) Changed paths: M src/libopensc/card-muscle.c Log Message: ----------- fixed selection of muscle applet for some JCREs Previously, partial DF name selection was used, which is not mandatory to implement for a JCRE. We now use the full DF name which must always be implemented. Note that the MUSCLE applet is deprecated and should not be used. fixes #135 Commit: 99e42df7bc89e8431c250857c6948244cd8515c3 https://github.com/OpenSC/OpenSC/commit/99e42df7bc89e8431c250857c6948244cd8515c3 Author: Martin Paljak <mar...@gm...> Date: 2014-12-15 (Mon, 15 Dec 2014) Changed paths: M src/libopensc/card-muscle.c Log Message: ----------- Merge pull request #341 from frankmorgner/muscle Fix MuscleApplet selection Compare: https://github.com/OpenSC/OpenSC/compare/c2d33fd72eb4...99e42df7bc89 |