1. 66b3370 pySim-shell: Permit 'reset' command also in unqeuipped stage by Harald Welte · 5 months ago
  2. 4f3d11b euicc: Implement EID checksum verification + computation by Harald Welte · 5 months ago
  3. cd18ed0 ts_102_221: Better explain 'selected file invalidated' by Harald Welte · 5 months ago
  4. ecfb090 global_platform: More definitions to support key loading by Harald Welte · 5 months ago
  5. 1f7a9bd TLV: Add DGI encoding of "GP Scripting Language Annex B" by Harald Welte · 5 months ago
  6. d5be46a global_platform: Implement generic store_data command by Harald Welte · 5 months ago
  7. 7ba09f9 euicc: Migrate ECASD + ISD-R over to global_platform.CardApplicationSD by Harald Welte · 5 months ago
  8. 91842b4 Constrain user input to hex-string in argparse by Harald Welte · 5 months ago
  9. d1cc8d0 euicc: Fix decoding of SubjectKeyIdentifier. by Harald Welte · 5 months ago
  10. f2bcb44 pySim.saip.*: Support for parsing / operating on eSIM profiles by Harald Welte · 5 months ago
  11. 5bbb144 Initial proof-of-concept SM-DP+ for GSMA consumer eSIM RSP by Harald Welte · 6 months ago
  12. e76fae9 pySim-shell: Update manual with examples for using with eUICC ISD-R by Harald Welte · 5 months ago
  13. c499dc7 euicc: Fix eUICC list_notifications command by Harald Welte · 5 months ago
  14. 0002789 euicc: Fix delete_profile command by Harald Welte · 5 months ago
  15. cfa62cb Allow logger to do lazy evaluation of format strings by Harald Welte · 5 months ago
  16. d657708 add contrib/unber.py utility by Harald Welte · 5 months ago
  17. 242197b Add pySim.esim.bsp module implementing BSP (BPP Protection Protocol) by Harald Welte · 6 months ago
  18. 5b623a1 ts_102_310: Add file definitions resembling ETSI TS 102 310 (EAP) by Harald Welte · 6 months ago
  19. 62e570b ts_31_103: Add TLV + construct for EF_NAFKCA by Harald Welte · 6 months ago
  20. 4fe7de8 ts_31_103: Add construct for EF.GBABP and EF.GBANL by Harald Welte · 6 months ago
  21. b0c9ccb construct: avoid StreamError exceptions due to files containing all-ff by Harald Welte · 6 months ago
  22. e13403b ts_31_102: Start to use construct for EF.SUCI_Calc_Info by Harald Welte · 6 months ago
  23. 9a48aea fileystem/tlv: remove unused imports by Harald Welte · 6 months ago
  24. 19d2b93 move SUCI sub-classes to EF_SUCI_CalcInfo by Harald Welte · 6 months ago
  25. 9d60797 global_platform: Add support for more GET DATA TLVs by Harald Welte · 6 months ago
  26. 1c0a249 commands: Ignore exceptions during READ while UPDATE by Harald Welte · 6 months ago
  27. db1684d sysmocom_sja2: Implement EF_CHV files using construct by Harald Welte · 6 months ago
  28. ce01f48 test_files: Test decoder also with ff-padded input by Harald Welte · 6 months ago
  29. bcd2615 tests_files.py: Reduce code duplication by Harald Welte · 6 months ago
  30. 69bdcf5 Fix TLV_IE_Collection.from_tlv in certain situations by Harald Welte · 6 months ago
  31. a77f7e1 ts_31_102: Implement decoders/encoders for EFs below DF.HNB by Harald Welte · 6 months ago
  32. 6e6caa8 support UCS-2 characters in EF.MMSUP, EF.ADN, EF.SPN, EF.PNN, EF.ECC by Harald Welte · 6 months ago
  33. f6fceb8 Implement convoluted encoding of UCS-2 as per TS 102 221 Annex A by Harald Welte · 6 months ago
  34. 842fbdb add PlmnAdapter for decoding PLMN bcd-strings like 262f01 to 262-01 by Harald Welte · 6 months ago
  35. dffe7af Fix enumeration of GlobbalPlatformISDR during card_init() by Harald Welte · 6 months ago
  36. 722c11a global_platform: Add support for key types of v2.3.1 (including AES) by Harald Welte · 6 months ago
  37. 4562627 global_platform: Add TLV test data for Key Information Data by Harald Welte · 6 months ago
  38. 2538dd7 global_platform: Correctly decode Key Information Data by Harald Welte · 6 months ago
  39. ee6a951 Add TLV decoder test data by Harald Welte · 6 months ago
  40. 2a36c1b data-driven TLV unit data test support by Harald Welte · 6 months ago
  41. a9b21bd tlv: Fix from_dict() symmetry by Harald Welte · 6 months ago
  42. a5eb924 filesystem: use pySim.utils.build_construct() by Harald Welte · 6 months ago
  43. a4b9bdf pySim-trace_test.sh: Force termcolor to suppress color generation by Harald Welte · 6 months ago
  44. caef0df construct/tlv: Pass optional 'context' into construct decoder/encoder by Harald Welte · 6 months ago
  45. 1888695 docs/shell: extend the introduction part; link to video presentation by Harald Welte · 6 months ago
  46. 324175f additional encode/decode test data for various files by Harald Welte · 6 months ago
  47. 5376251 31.102 + 51.011: Fix encode/decode of EF.CFIS by Harald Welte · 6 months ago
  48. 542dbf6 fix encode/decode of xPLMNwAcT by Harald Welte · 6 months ago
  49. e45168e test/test_files: set maxDiff attribute by Harald Welte · 6 months ago
  50. 2822dca tests: use case-insensitive compare of hex strings by Harald Welte · 6 months ago
  51. 0ecbf63 transport: Extend the documentation for each transport driver by Harald Welte · 8 months ago
  52. baec4e9 transport: Move printing of reader number/name to generic code by Harald Welte · 8 months ago
  53. ad00279 transport/pcsc: Allow opening PC/SC readers by a regex of their name by Harald Welte · 8 months ago
  54. 0f177c1 transport: Pass argparse.Namespace directly into transport classes by Harald Welte · 6 months ago
  55. c108595 move {enc,dec}_addr_tlv functions from pySim.util to pySim.legacy.util by Harald Welte · 6 months ago
  56. 301d6ed isim: Replace legacy imperative address TLV encoder/decoder with construct by Harald Welte · 6 months ago
  57. b3c4613 bertlv_parse_len: Fix input data is smaller than num length octets by Harald Welte · 6 months ago
  58. 6e9ae8a usim: Properly decode/encode IPv4 + IPv6 addresses by Harald Welte · 6 months ago
  59. 478b5fe usim: ePDGId + ePDGSelection: Fix encoder/decoder + add test cases by Harald Welte · 6 months ago
  60. cdfe1c2 usim: Add EF.ePDGSelection + EF.ePDGSelectionEm support by Harald Welte · 6 months ago
  61. 5277b5c USIM: add support for EG.ePDGIdEm (Emergency ePDG) by Harald Welte · 6 months ago
  62. a5707c7 filesystem: fix typo by Philipp Maier · 6 months ago
  63. 82cc7cc runtime: refactor file selection methods select and select_file by Philipp Maier · 6 months ago
  64. 14bf003 filesystem: use sort path when selecting an application by Philipp Maier · 6 months ago
  65. 174fd32 runtime: explain how file probing works by Philipp Maier · 6 months ago
  66. b582c3c euicc: Fix TLV IE definitions for SetNickname{Req,Resp} by Harald Welte · 6 months ago
  67. c20d442 euicc: Fix encoding of Lc value in STORE DATA by Harald Welte · 6 months ago
  68. 2b6dedd euicc: the ICCID TLV object uses bcd-swapped-nibble encoding by Harald Welte · 6 months ago
  69. 5482737 pySim-shell: don't get trapped in applications without file system by Philipp Maier · 8 months ago
  70. 008cdf4 euicc: Fix encoding of {enable,disable,delete}_profile by Harald Welte · 6 months ago
  71. 0f7d48e tlv: Fix encoding of zero-valued TLVs by Harald Welte · 6 months ago
  72. c038ccc runtime: cosmetic: prnounce file reference data by Philipp Maier · 6 months ago
  73. e30456b runtime: explain why we may access the card object directly by Philipp Maier · 6 months ago
  74. b8b61bf runtime: do not use the _scc object of the card object to select MF by Philipp Maier · 6 months ago
  75. 880db37 flatten_dict_lists(): Don't flatten lists with duplicate keys by Harald Welte · 7 months ago
  76. 9c38711 ara_m: Fix encoding of DeviceInterfaceVersionDO by Harald Welte · 7 months ago
  77. a1850ae filesystem: add flag to tell whether an ADF supports an FS or not by Philipp Maier · 8 months ago
  78. 4e02436 perform multiple GET RESPONSE cycles if more data is available by Harald Welte · 7 months ago
  79. 1c207a2 pySim-shell: Do not use self.lchan.scc when sending raw APDUs. by Philipp Maier · 7 months ago
  80. eb3b0dd pySim-shell: refuse to execute a startup script on initialization errors by Philipp Maier · 7 months ago
  81. f1e1e72 app: do not catch exceptions in init_card by Philipp Maier · 7 months ago
  82. 40ef226 ts_31_102: correct name of EF_ePDGId by iw0 · 7 months ago
  83. 578cf12 runtime: fix tracking of selected_adf by Philipp Maier · 8 months ago
  84. 8fab463 pySim-shell: Move init_card() function to new pySim.app module by Harald Welte · 8 months ago
  85. 2d44f03 transport: Log it explicitly if user doesn't specify a reader by Harald Welte · 8 months ago
  86. 45477a7 Use construct 'Flag' instead of 'Bit' for type descriptions by Harald Welte · 8 months ago
  87. 7be68b2 sysmocom_sja2: Add some de/encode test vectors by Harald Welte · 8 months ago
  88. 1c849f8 pySim-shell: Reject any non-decimal PIN values by Harald Welte · 8 months ago
  89. 977c592 pySim-shell: permit string with spaces for 'echo' command by Harald Welte · 8 months ago
  90. 4e59d89 pySim-shell: Validate that argument to 'apdu' command is proper hexstr by Harald Welte · 8 months ago
  91. f9ea63e pySim-shell: Improved argument validation for verify_adm argument by Harald Welte · 8 months ago
  92. 469db93 pySim-shell: Use argparser for verify_adm to support --help by Harald Welte · 8 months ago
  93. 0ba3fd9 pySim-shell: Add copyright statement and link to online manual to banner by Harald Welte · 8 months ago
  94. 3d16fdd docs: shell: Various documentation updates/extensions by Harald Welte · 8 months ago
  95. aa07ebc docs: shell: update output in examples by Harald Welte · 8 months ago
  96. 6663218 docs: Fix docstring syntax to avoid warnings by Harald Welte · 8 months ago
  97. 0c25e92 docs: shell: Re-order the command sections/classes by Harald Welte · 8 months ago
  98. 350cfd8 docs: shell: link to cmd2 documentation by Harald Welte · 8 months ago
  99. 0f2faa5 docs: shell: By now we have encoders/decoders for most files by Harald Welte · 8 months ago
  100. 47bb33f docs: shell: Clarify various different card support by Harald Welte · 8 months ago