From: GitHub <no...@gi...> - 2018-11-06 11:41:41
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: 1866c3e930a8523c74c25a025fa2220b11b4b36a https://github.com/OpenSC/OpenSC/commit/1866c3e930a8523c74c25a025fa2220b11b4b36a Author: Peter Marschall <pe...@ad...> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M doc/tools/openpgp-tool.1.xml M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: new option --card-info to display card info Commit: c9f5e05acab57a3d039f8b14aec9b2b176ee8b54 https://github.com/OpenSC/OpenSC/commit/c9f5e05acab57a3d039f8b14aec9b2b176ee8b54 Author: Peter Marschall <pe...@ad...> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M doc/tools/openpgp-tool.1.xml M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: new option --key-info to display key info Commit: 85258f2951e7e2e56635bfa2922497cd90a71ae7 https://github.com/OpenSC/OpenSC/commit/85258f2951e7e2e56635bfa2922497cd90a71ae7 Author: Peter Marschall <pe...@ad...> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M doc/tools/openpgp-tool.1.xml M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: use key type to indicate key to generate Instead of only expecting a key length, and implicitly assuming RSA as the key algorithm, introduce option --key-type to pass the key type as a string. When generating the key determine key algorithm and attributes based on the key type passed. If no key was given, default to "rsa2048". Commit: ec3830fe66749afde37baffa18b83c7306e1a9b0 https://github.com/OpenSC/OpenSC/commit/ec3830fe66749afde37baffa18b83c7306e1a9b0 Author: Peter Marschall <pe...@ad...> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: use more compatible strftime() format spec Replace the Single UNIX specific shorthand %T for %H:%M:%S with the latter to keep MingW happy. Commit: afda163dc6338716759d16f9a2cb216784cb94f0 https://github.com/OpenSC/OpenSC/commit/afda163dc6338716759d16f9a2cb216784cb94f0 Author: Peter Marschall <pe...@ad...> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: fix typo Commit: 4e5805dc5d6b1a304ab2fa735caf526e59bc7fb7 https://github.com/OpenSC/OpenSC/commit/4e5805dc5d6b1a304ab2fa735caf526e59bc7fb7 Author: Peter Marschall <pe...@ad...> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: don't uppercase hex string Commit: c6d252611b6b11a22cbb64acc98014ace210bf94 https://github.com/OpenSC/OpenSC/commit/c6d252611b6b11a22cbb64acc98014ace210bf94 Author: Peter Marschall <pe...@ad...> Date: 2018-11-06 (Tue, 06 Nov 2018) Changed paths: M src/tools/openpgp-tool.c Log Message: ----------- openpgp-tool: add missing length check in prettify_name() Compare: https://github.com/OpenSC/OpenSC/compare/263b945f624b...c6d252611b6b **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019. |