From: GitHub <no...@gi...> - 2015-03-29 10:28:10
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 435291f2166935e741e67539a55f191695874268 https://github.com/OpenSC/OpenSC/commit/435291f2166935e741e67539a55f191695874268 Author: Thomas Calderon <tho...@ss...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M etc/opensc.conf.in M src/libopensc/card-iasecc.c M src/libopensc/cards.h Log Message: ----------- iasecc: initial support for Morpho IAS Agent Card * This commit adds initial support for Morpho French Agent card which is an IAS card. Signature operations are working. Since my test card was read-only, I was unable to test object management functions. * Add missing copy of AID in structure Commit: c019a6230900e0703c2b701332f9cb34166adc0e https://github.com/OpenSC/OpenSC/commit/c019a6230900e0703c2b701332f9cb34166adc0e Author: Frank Morgner <mo...@in...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/pkcs11/mechanism.c Log Message: ----------- pkcs11: parameter checking for 'get_mechanism_list' fixes #409 Commit: 5149dd3e62594eb2477f699d834584991ab54d5f https://github.com/OpenSC/OpenSC/commit/5149dd3e62594eb2477f699d834584991ab54d5f Author: Wouter Verhelst <wou...@fe...> Date: 2015-03-29 (Sun, 29 Mar 2015) Changed paths: M src/libopensc/card-belpic.c Log Message: ----------- belpic: Support 2K cards Recent BELPIC cards (issued since March 2014) have a validity of 10 years (rather than 5 as before), and therefore also increased the key size from 1024 bits to 2048 bits. Key size can be detected by checking the applet version, for which we have to issue a "GetCardData" command. If the applet is version 0x17 or higher, keys are 2048 bits. Use #defines rather than magic numbers Keeps the code slightly more readable. While we're at it, refactor slightly so that the code which issues the GET CARD DATA command doesn't just keep the applet version, but also makes other things available. This latter in preparation of setting the serial number. Compare: https://github.com/OpenSC/OpenSC/compare/c0c8a89126a0...5149dd3e6259 |