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