From: Frank M. <no...@gi...> - 2020-02-01 21:28:09
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: a9873b87ddb19056119ba3abb3de515b97e669fc https://github.com/OpenSC/OpenSC/commit/a9873b87ddb19056119ba3abb3de515b97e669fc Author: Peter Marschall <pe...@ad...> Date: 2020-01-26 (Sun, 26 Jan 2020) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: force use of 'openpgp' driver Follow the example of other card-specific tools and explicitly force the use of the correct driver, and fail if it cannot be set. Commit: 7ef40cdc1758e7b7282d83f495d8810c6f178a51 https://github.com/OpenSC/OpenSC/commit/7ef40cdc1758e7b7282d83f495d8810c6f178a51 Author: Peter Marschall <pe...@ad...> Date: 2020-01-26 (Sun, 26 Jan 2020) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: update copyright Commit: cd4dc5a9e7de69c1bdcaeca0ebd2924caf239ef5 https://github.com/OpenSC/OpenSC/commit/cd4dc5a9e7de69c1bdcaeca0ebd2924caf239ef5 Author: Peter Marschall <pe...@ad...> Date: 2020-01-26 (Sun, 26 Jan 2020) Changed paths: M src/libopensc/Makefile.am M src/libopensc/card-openpgp.c A src/libopensc/card-openpgp.h Log Message: ----------- OpenPGP: refactor definitions into header file Factor out constants and structure definitions into a header file so that they can be also used consistently in openpgp-tool. Commit: 7d3e4b0878f4e3a9b58fd38b7e040e8181278d9f https://github.com/OpenSC/OpenSC/commit/7d3e4b0878f4e3a9b58fd38b7e040e8181278d9f Author: Peter Marschall <pe...@ad...> Date: 2020-01-26 (Sun, 26 Jan 2020) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: increase buffer for private DOs * OpenPGP v3 increased the size for private DOs. Adapt to it. * Use the symbolic constant from the refactored OpenPGP driver instead of relying on magic numbers. Commit: 471df32faab8748abbc4972f9e595ed50198a12f https://github.com/OpenSC/OpenSC/commit/471df32faab8748abbc4972f9e595ed50198a12f Author: Peter Marschall <pe...@ad...> Date: 2020-01-26 (Sun, 26 Jan 2020) Changed paths: M src/libopensc/card-openpgp.c M src/libopensc/card-openpgp.h Log Message: ----------- OpenPGP: correctly determine max. special DO size In pre-v3 cards, it is hard-coded to 254 bytes. In v3+ cards, it is stored in the "extended capabilities" DO 00C0. Make the determined size available as a variable in the driver data. Commit: 5d576f4b310f5f89ed3239bf03c81c271b44470d https://github.com/OpenSC/OpenSC/commit/5d576f4b310f5f89ed3239bf03c81c271b44470d Author: Peter Marschall <pe...@ad...> Date: 2020-01-26 (Sun, 26 Jan 2020) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: use specialDO_size from driver in do_dump_do() Commit: 7e0465370f1ccf2df64a28336b6bca0865bf7af4 https://github.com/OpenSC/OpenSC/commit/7e0465370f1ccf2df64a28336b6bca0865bf7af4 Author: Frank Morgner <fra...@gm...> Date: 2020-02-01 (Sat, 01 Feb 2020) Changed paths: M src/libopensc/Makefile.am M src/libopensc/card-openpgp.c A src/libopensc/card-openpgp.h M src/tools/openpgp-tool.c Log Message: ----------- Merge pull request #1914 from marschap/PGPtool-fixes PGPtool fixes Compare: https://github.com/OpenSC/OpenSC/compare/8d4af9eb0b79...7e0465370f1c |