From: Peter M. <no...@gi...> - 2020-08-23 20:46:47
|
Branch: refs/heads/master Home: https://github.com/OpenSC/OpenSC Commit: d345c65a5d0e75bc3bb678f413c1ff016d12d52b https://github.com/OpenSC/OpenSC/commit/d345c65a5d0e75bc3bb678f413c1ff016d12d52b Author: Peter Marschall <pe...@ad...> Date: 2020-08-23 (Sun, 23 Aug 2020) Changed paths: M doc/tools/opensc-explorer.1.xml M src/tools/opensc-explorer.c Log Message: ----------- opensc-explorer: extend do_cat() Have do_cat() accept an optional second parameter indicating a record number. If this is given and the file is a record-oriented file, only print the record requested. Commit: 45e70399408e4669197129fef7b6fa569e144e0b https://github.com/OpenSC/OpenSC/commit/45e70399408e4669197129fef7b6fa569e144e0b Author: Peter Marschall <pe...@ad...> Date: 2020-08-23 (Sun, 23 Aug 2020) Changed paths: M doc/tools/opensc-explorer.1.xml M src/tools/opensc-explorer.c Log Message: ----------- opensc-explorer: extend do_asn1() to decode records Have do_asn1() accept an optional parameter indicating a record number. If this is given and the file is a record-oriented file, then ASN.1-decode the record requested. Commit: 4dbfc77ebac265903980a471e04546af85e21a67 https://github.com/OpenSC/OpenSC/commit/4dbfc77ebac265903980a471e04546af85e21a67 Author: Peter Marschall <pe...@ad...> Date: 2020-08-23 (Sun, 23 Aug 2020) Changed paths: M doc/tools/opensc-explorer.1.xml M src/tools/opensc-explorer.c Log Message: ----------- opensc-explorer: extend do_asn1() to accept offsets Have do_asn1() accept an optional parameter indicating an offset. If this is given then start ASN.1-decoding the file/record at this offset. Compare: https://github.com/OpenSC/OpenSC/compare/f0b157b8e7d4...4dbfc77ebac2 |