From: GitHub <no...@gi...> - 2015-04-15 07:07:38
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a7a903fd811fbe95606fad4b8087f936d6f711cf https://github.com/OpenSC/OpenSC/commit/a7a903fd811fbe95606fad4b8087f936d6f711cf Author: Frank Morgner <mo...@in...> Date: 2015-04-15 (Wed, 15 Apr 2015) Changed paths: M src/libopensc/card.c Log Message: ----------- check ATRs even for forced card driver some card drivers depend on a card type which is initialized by matching the card's ATR Commit: 23ca1f101db0b4fca09bfb51b4fb4d67dbfc2435 https://github.com/OpenSC/OpenSC/commit/23ca1f101db0b4fca09bfb51b4fb4d67dbfc2435 Author: Thomas Calderon <tho...@ss...> Date: 2015-04-15 (Wed, 15 Apr 2015) Changed paths: M src/tools/pkcs11-tool.c Log Message: ----------- pkcs11-tool: Add support for creating EC privkey * This patch allows to create EC private keys. The feature re-use the GOST parsing function as instanciating an ECDSA key is the same as a GOST key. Compare: https://github.com/OpenSC/OpenSC/compare/96556dea7bff...23ca1f101db0 |